Luau is obviously not an identical replication of studio, it’s no where near that (I’d assume)
It’s a language, not a stand alone engine. In luau it’s not like you can do game:GetService(“Whatever”)
, those are still strictly roblox based things, what luau does have is the typechecking and other cool performance features. It’s just another scripting language that an engine can incorporate.