Skip to content
Roblox Suite

Roblox core services, Luau types, and RunContext

Services, types, and how scripts run

Problems show up later, under loadroblox-core5 sources, catalog updated 2026-07-16
npx skills add nonlooped/roblox-suite --skill roblox-core

What it handles

  • Every important service via game:GetService, Luau data types and serialization rules.[1][3]
  • Script locations and execution contexts, including modern BaseScript.RunContext.[2]
  • The client-server data model, and the reality that there is no runtime filesystem I/O.[4]

Where this comes from

Sources for the cited items above. Each citation lists the date it was checked.