if (game:GetService(“RunService”).IsStudio) then print(“In studio”) end
The above code returned true while I was running it online, why is that?
if (game:GetService(“RunService”).IsStudio) then print(“In studio”) end
The above code returned true while I was running it online, why is that?
Move it into bug reports, shouldn’t have that behaviour.
Edit: Its a function, not a variable.