Check if a player is testing inside Roblox Studio?

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?

1 Like

Use RunService

with this property

bool IsStudio ( ) Returns whether the current environment is running in Roblox Studio

1 Like