Make it possible so you can define services without defining datamodel

As a Roblox developer, it’s currently tedious to define services because I have to define game. but I want to define the services directly without assigning 8 variables, like for example

ServerScriptService

is serverscriptservice, but you can currently only do that with workspace. It would just save time writing scripts, that’s all.