🔊

CoderDomi

Roblox Scripter & Game Developer

About Me

👋 Hey! I'm CoderDomi — a passionate Roblox scripter and game developer who loves creating complex systems, immersive gameplay and unique player experiences.

I've worked on multiple Roblox projects, specializing in GUI systems, datastores, donation mechanics and server-client optimization.

0

Years of Experience

Roblox Followers

0

Visits Contributed

0

Group Members Reached

Tech Stack

Lua
Python
HTML / CSS
Java

Interactive Lua Example

example_script.lua
-- Simple GUI Creation Example
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
local Frame = Instance.new("Frame")
Frame.Size = UDim2.new(0, 200, 0, 100)
Frame.Position = UDim2.new(0.5, -100, 0.5, -50)
Frame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
Frame.Parent = ScreenGui
local TextLabel = Instance.new("TextLabel")
TextLabel.Size = UDim2.new(1, 0, 1, 0)
TextLabel.Text = "Hello, Roblox!"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.Parent = Frame
Output:

Contributions

💫 CoderDomi has contributed to over 10 Million visits and 120k+ Group Members across multiple Roblox experiences.

Game 1

Cheapest Donations💸

Donation Game - Rank: Head Admin, contributed with Roblox to Discord Connection-System.

Game 2

Destiny Donations💸

Fully scripted Quest System with events, progressions, and persistent data saving.

Game 3

Squid Game Avalanche

Advanced Spawning Algorithm / Ragdoll System / Admin-Panel.

Game 4

Evoluted Disaster's

Complex Inventory, Stat-Boost, Events, Randomizing Systems.

+5 More

Additional and in-development Roblox projects.

Frequently Asked Questions

What services do you offer?

+

I specialize in Roblox game development including scripting complex systems, datastore implementation, game optimization, and creating custom gameplay mechanics.

How long does a typical project take?

+

Project timelines vary based on complexity. Simple systems (1-2 weeks), medium projects (2-4 weeks), complex games (1-3 months). I provide detailed timelines after discussing requirements.

Do you work with teams or solo developers?

+

I work with both! I have experience collaborating with development teams and also enjoy helping solo developers bring their vision to life.

What's your pricing structure?

+

I offer flexible pricing: Either pay me hourly or fixed project pricing / percentages, or ongoing partnerships. Contact me with your project details for a custom quote.

Can you help with existing projects?

+

Absolutely! I frequently help optimize, debug, or add features to existing Roblox games. I can work with your current codebase and improve upon it.

Experience Timeline

2022 — Started Roblox Scripting

Learned Lua and created my first GUI-based systems.

2023 — Datastores & Complex Systems

Built leaderboards, shop systems, and custom inventories.

2024 — Advanced Server-Client Systems

Focused on efficiency, modular code and game scalability.

2025 — Game Architecture & Optimization

Developing frameworks and big systems for experiences.

Quote

"Code isn't just logic — it's creativity in structure."
— CoderDomi

Contact

📫 Discord: @domfreak

🎮 Roblox: @CoderDomi