When developing/testing a game, the most annoying thing for me is waiting for the intro/loading screen to pass.
Is there any way to check is the client is in Roblox studio so I can automatically skip intros?
When developing/testing a game, the most annoying thing for me is waiting for the intro/loading screen to pass.
Is there any way to check is the client is in Roblox studio so I can automatically skip intros?
Use RunService
with this property
bool
IsStudio ( )
Returns whether the current environment is running in Roblox Studio