Sano

Building Scalable Game Systems

Focused on creating modular, high-performance systems for complex Roblox experiences using Roblox-TS and Luau.

Available for Projects
initLog.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
private initLog(data: LogData, cframe?: CFrame) {
const logPart = clone((a) => a.Utils.Log); //this.createLogTemplate();
logPart.CollisionGroup = "Log";
logPart.GetPropertyChangedSignal("CFrame").Connect(() => {
const cframe = logPart.CFrame;
data.pos = [cframe.X, cframe.Y, cframe.Z];
data.rot = cframe.ToOrientation();
});
if (cframe) {
logPart.CFrame = cframe;
}
this.logMap.set(logPart, data);
logPart.Parent = this.folder;
}

About

Who I Am

I am a Roblox developer focused on building scalable, modular, and high-performance systems for complex game experiences. My approach to development emphasizes clean, maintainable, and extensible code with system-driven design over hardcoded logic.

I primarily work with Roblox-TS, allowing me to apply strong typing, clean architecture patterns, and advanced engineering practices. My workflow includes tools such as Rojo for project structuring and Wally/Pesde for dependency management.

Overall, I aim to create Roblox experiences that feel closer to full-scale games, with solid technical foundations and long-term vision.

TS

Roblox-TS

Lua

Luau

{ }

Clean Architecture

Skills

Technical Stack

Roblox-TS

Strong typing, clean architecture patterns, and advanced engineering practices for scalable game systems.

Luau

Native Roblox scripting with performance optimizations and type annotations for reliable game logic.

Rojo & Tooling

Modern development workflow with Rojo for project structuring and Wally/Pesde for dependency management.

DataStore Systems

Multi-server data consistency with safe update strategies and robust save/load patterns. (ProfileStore for player data)

Networking

Typed communication layers using rbx-net, middleware systems, and permission handling.

Optimization

Performance-focused design with streaming, efficient algorithms, and early-stage optimization.

Featured Project

Tech Island

A large-scale sandbox/automation game where players gather resources, build machines, and optimize production systems. Designed with long-term scalability in mind, featuring a fully reworked architecture that supports frequent updates and content expansion.

Machine Pipelines

Automation systems with farming mechanics and production chains

Custom Serialization

NBT-like structures using buffers and compound patterns

Analytics Systems

In-game economy tracking and logging for data-driven decisions

Player Progression

Stats, achievements, playtime tracking, and exploration systems

Roblox-TSRojoNPMProfileStoreDeltaCompressRemoCustom plugin
Tech Island

Tech Island

Sandbox / Automation

Modular

Plugin-based systems

Scalable

Long-term architecture

Typed

Full TypeScript

Fast

Performance-first

Built with Roblox-TS, and modern tooling for rapid content creation and maintainability.

Expertise

What I Bring to Projects

System Architecture

  • Modular plugin-based systems for rapid content creation
  • Data-driven gameplay systems (resources, machines, farming)
  • Custom serialization (NBT-like structures with buffers with binary objects)
  • System-driven design over hardcoded logic

Networking & Data

  • Typed communication layers (remo, middleware)
  • Permission systems and secure networking
  • Multi-server data consistency with DataStores
  • Safe update strategies and data migration

Player Experience

  • Progression tracking (stats, achievements, playtime)
  • UI systems with dynamic theming
  • Notification and update delivery systems
  • Exploration and discovery mechanics

Development Philosophy

  • Clean, maintainable, and extensible code
  • Performance optimization from early stages
  • Building tools that accelerate future development (dedicated plugins and more)
  • Long-term scalability and vision

Contact

Let's Work Together

Interested in collaborating on a Roblox project? Whether you need scalable game systems, custom tools, or technical consultation, I'd love to hear from you.

[email protected]

Built with passion for creating Roblox experiences that feel closer to full-scale games.

© 2026 — Roblox Developer Portfolio · Mentions légales