Open for commissions
REDVYR

Builder. Designer. Creator.
Roblox thumbnails, pro builds, Luau scripting,
video editing — done right, priced fairly.

🎨 GFX & Thumbnails 🏗️ Roblox Builds 💻 Luau Scripting 🎬 Video Editing 🌍 Global Rates
Redvyr Logo
Portfolio

My Work

A sample of what I've built and designed. Click any image for a closer look.

How to Price

What Should You Expect to Pay?

No fixed rates — we negotiate directly. But here's a guide so you come prepared.

🎨

Roblox Thumbnails & GFX

Simple renders with basic poses land on the lower end. Complex multi-character scenes, custom backgrounds, heavy post-processing and lighting effects take more time and reflect that. The more detail you want, the more we'll discuss.

Simple → Complex: scales with detail
🏗️

Roblox Builds & Maps

Small props and single rooms are quick turnarounds. Full game maps, detailed environments, terrain work, and custom asset builds are major projects. Scale, asset count, and polish all factor into the final number. Large projects can be split into milestones.

Single prop → Full map: varies widely
💻

Luau Scripting & Code

Simple systems like a GUI or leaderboard are straightforward. Complex frameworks, anti-cheat systems, datastores, or full game mechanics take considerably more. Bug fixing is lighter than building from scratch. I write clean, commented code every time.

Quick fix → Full system: depends on scope
🎬

Video Editing

Short clips with basic cuts are fast. Longer videos with motion graphics, colour grading, sound design, custom transitions, and effects take more time. Providing well-organised raw footage also helps keep things efficient and affordable.

Short reel → Full edit: length & effects

💸 Refund Policy

Refunds are available at any time. If more than 50% of work is completed, I keep 15% of the agreed commission to cover work done. This protects both of us and keeps things fair.

🌍 Geographic Fairness

Wages differ by country and I respect that. I'm happy to discuss adjusted pricing based on where you're from — quality work shouldn't be gatekept by geography.

💳 All Currencies & Methods

I accept all major currencies and payment methods — crypto, PayPal, bank transfer and more. We'll figure out what works before any work begins.

🤝 How It Works

Reach out, describe your project, we chat about scope and agree on a price. No commitments until we both agree. Simple and transparent every time.

Testimonials

What Buyers Say

Real feedback from people I've worked with.

5.0
Excellent
Based on past commissions
JD
Jake D.
Thumbnail Commission

"Absolutely nailed the brief. The thumbnail looks insane — way better than I expected. Communication was smooth and he delivered fast."

AL
ArcticLegend
Roblox Build

"The map came out exactly how I envisioned it. He asked the right questions, kept me updated, and even added details I didn't ask for. 10/10."

NX
Nex_Builds
Luau Scripting

"Clean code, well commented, and it just worked first time. No back and forth, no bugs. Will come back for the next system I need built."

+

Your review here.
Past buyers — reach out on Discord!

Work With Me

Let's Make Something.

Got a project in mind? Fill in the form and I'll get back to you within 24 hours. We'll chat, figure out what you need, and agree on a fair price — no pressure.

No upfront payments until we've agreed on everything.

Prices negotiated directly — no hidden fees
Geographic pricing adjustments available
All currencies & payment methods accepted
Refunds available at any time (see policy above)
Regular progress updates throughout
Revisions until you're happy

Send an Inquiry

Redvyr
About Me

Hey, I'm Redvyr.

I'm a multi-skilled digital creator specialising in the Roblox ecosystem and beyond. From eye-catching thumbnails to intricate in-game environments, clean Luau scripts and slick video edits — I do it all and I take pride in every piece.

I've worked on games like Aritfact Simulator and Goblin Tale, building UI systems, scripting core mechanics, designing promotional art, and building detailed environments from scratch.

I work with clients from all over the world and always adjust rates to be geographically fair. Clear communication is everything to me — you'll always know exactly where your project stands.

When I'm not working on commissions I'm usually building my own projects, experimenting with new techniques, or dropping free resources for the community.

Roblox Studio Luau / Scripting Blender Photoshop / GIMP Premiere Pro DaVinci Resolve After Effects GFX / Thumbnails
Code Sample

Real Script, Real Work

Here's an actual KillStreak system I built — BillboardGui above players' heads, resets on death, tracks across the full session.

KillStreakSTATS.lua
local Players = game:GetService("Players") -- Create BillboardGui above player head local function createBillboardGui(character) if character:FindFirstChild("Head") then local billboardGui = Instance.new("BillboardGui") billboardGui.Size = UDim2.new(4, 0, 2, 0) billboardGui.StudsOffset = Vector3.new(0, 3, 0) billboardGui.AlwaysOnTop = true local textLabel = Instance.new("TextLabel") textLabel.TextColor3 = Color3.fromRGB(255, 255, 255) textLabel.Text = "0" textLabel.Parent = billboardGui billboardGui.Parent = character.Head end end -- Reset killstreak on death local function onPlayerDied(player) local killStreak = player.leaderstats.KillStreak if killStreak then killStreak.Value = 0 end end -- Increment on kill local function onPlayerKilled(victim, killer) if killer and killer:IsA("Player") and victim ~= killer then killer.leaderstats.KillStreak.Value += 1 end end Players.PlayerAdded:Connect(onPlayerAdded)
Community

Free Resources

I regularly drop free assets for the community — vectors, scripts, 3D models and more. Grab what you need, no strings attached.

Free 📐

Vector Pack #1

Clean Roblox-themed vector shapes and icons in SVG format. Great for thumbnails and UI design. Fully editable.

Download →
Free 🧊

3D Asset Pack

Low-poly props ready for Roblox Studio or Blender. Optimised for game use. More packs dropped regularly.

Download →
Free 📜

Luau Utility Scripts

Open-source scripts — tweening helpers, UI utilities, datastore wrappers, and more. Drop straight into your project.

Get on GitHub →
Free 🎨

Thumbnail Template

PSD/GIMP template for Roblox thumbnails with smart object slots. Drop in your render and you're done.

Download →
Free

Particle Effects Pack

Roblox-ready particle emitter configs — fire, sparks, magic auras. Copy and paste straight into Studio.

Download →
📦

More Coming

Follow on Discord to get notified when new packs drop.

Discord →
All resources are free for personal and commercial projects. Credit is appreciated but never required. If you use something cool, share it with me on Discord — I'd love to see it!