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.
- [1] Luauchecked 2026-06-17create.roblox.com
/docs /en-us /luau - [2] Script locations & contextschecked 2026-06-17create.roblox.com
/docs /en-us /scripting /locations - [3] Serviceschecked 2026-06-17create.roblox.com
/docs /en-us /scripting /services - [4] Client-server modelchecked 2026-06-17create.roblox.com
/docs /en-us /projects /client-server - [5] Engine API Referencechecked 2026-06-17create.roblox.com
/docs /reference /engine