Skip to content

Welcome to my blog

A quick note on what I'll be writing about here — projects, Roblox dev, and the occasional anime tangent.

15 January 2026· 1 min read#meta#roblox#gamedev
Share

I've finally put together a proper corner of the internet to write about the things I'm building. Expect posts about Roblox and Luau development, the occasional dive into Python or Rust tooling, and write-ups on projects as they come together.

Why start a blog#

A lot of the interesting bits of building something never make it into a store page or a README — the dead ends, the weird edge cases, the "why does Roblox do it this way" moments. This is where those go.

I'll also be posting progress updates on products and personal projects, including systems like Damage Indicators and the Leaderboard System, as they get new features.

What to expect#

  • Deep dives into specific systems (damage indicators, leaderboards, combat systems)
  • Notes on Luau performance quirks and patterns
  • The odd tangent about whatever anime or manga I'm currently hooked on
luau
-- a small taste of what's to come
local function greet(name: string)
	print(`Hey, {name}! Thanks for reading.`)
end

greet("you")

If you're a client browsing around, feel free to check out the projects section and pricing details — and if something here is useful to you, reach out.

More soon.

Share