interscriptable@portfolio ~ zsh
hire me →
interscriptable@portfolio  ~% whoami
STATUS — AVAILABLE FOR COMMISSIONS

Roblox Scripting
Services

Structured, modular Roblox development focused on efficiency, maintainability, and scalable game systems.

combat / HitDetection.luau
1-- server hit-reg with sanity checks
2local CombatService = {}
3
4function CombatService:RegisterHit(player, target)
5  if not self:Validate(player, target) then
6    return warn("invalid hit")
7  end
8
9  local dmg = self:Damage(player.Equipped)
10  target.Humanoid:TakeDamage(dmg)
11
12  -- replicate to clients
13  self.HitEvent:FireAllClients(player, target, dmg)
14end
15
16return CombatService
interscriptable@portfolio  ~% ls -la services/

## Services

Advanced Roblox systems designed for performance, scalability, and growth.

Combat Systems

Advanced PvP combat systems with accurate hit detection.

Game Frameworks

Scalable, modular frameworks that serve as the backbone for your game.

Data Stores and Saving

Reliable data persistence with automatic backups and session locking.

UI Logic and Backend

Clean UI systems with smooth animations and server communication.

Optimization and Refactoring

Performance improvements and code cleanup for existing projects.

Custom Systems

Tailored solutions for unique game mechanics and features.

interscriptable@portfolio  ~% tree portfolio/

## Portfolio

Watch my work brought to life —

LIVE DEMO

Combat System

Server-authoritative hit detection with proper validation, replicated effects, and tuned hitboxes — built and recorded by me.

LIVE DEMO

Jumpscare System

Proximity-triggered jumpscare with camera shake, screen flash, and instant feedback — perfect for horror-game rooms and traps.

interscriptable@portfolio  ~% ./contact.sh

## Let's Work Together

Ready to bring your Roblox project to life? Reach out and let's discuss.

Message me on Discord

The fastest way to reach me for project inquiries.

@8nqd  — Click to Redirect
Available  •  Currently Open to New Commissions