rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools

Home Page:https://rojo.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rojo should have a concept of singletons like `Terrain` and `StarterPlayerScripts`

Dekkonot opened this issue · comments

Rojo special cases services like Workspace but we should also special case stuff like Terrain and StarterPlayerScripts since they're singletons and shouldn't be deleted or created.

Turns out Rojo does handle StarterPlayerScripts, just not Terrain. Neat.