Roblox Developer · Scripter · Systems
Contributed to Dungeon Quest, Islands, Arsenal, and more. I build worlds
0+
Years
0+
Projects
0B+
Visits
Auto-attack loop with strategic abilities, combo chains, and juicy hit VFX.
Drag & drop inventory with sorting, tooltips, and smooth TweenService animations.
ProfileStore save/load with session locking, auto-save, and retry logic.
Pathfinding with aggro system, leashing, patrol routes, and state machines.
Phase-based bosses with telegraphed attacks, AOE patterns, and enrage timers.
Quest tracking, NPC dialogue trees, reward popups, and progression chains.
Combat systems, movement mechanics, ability frameworks, and game logic in clean, optimized Luau.
Polished interfaces with smooth animations. Menus, HUDs, shops, and inventory screens players love.
DataStore architecture, player data management, remote events, and server-side validation.
Profiling, memory optimization, network efficiency, and lag reduction across all devices.
Monetization strategy, game loop design, player retention mechanics, and analytics setup.
End-to-end game creation from concept to launch. Scripting, UI, systems, testing, and support.
I've contributed to well-known games including Dungeon Quest, Islands, Arsenal, Phantom Forces, and Mad City. From gameplay systems to backend architecture — experiences with billions of visits.
My approach: clean code, player-first design, and obsessive attention to the details that make a game feel great.
-- CombatService.lua
local CombatService = {}
-- Handle damage with server validation
function CombatService:dealDamage(target, amount)
if not self:validateHit(target) then return end
target.Humanoid.Health -= amount
self:fireVFX(target.HumanoidRootPart)
end
2022 - Now
Freelance Developer
Working on major titles. Systems used by millions daily.
2019 - 2022
Indie Game Creator
Published originals with 100K+ visits. Learned DataStore patterns.
2018
Started Learning Luau
Built first working game in 3 months.
Scripting
Systems
Tools
Available for commissions, collaborations, and team roles.
Typical response time: under 24 hours