Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How can I tell from a LocalScript if the game is running in build mode?

Asked by
trogyssy 221 Moderation Voter
10 years ago

I can't think of anything to try, and I know the SH forum won't be of any help, so does anyone here know what I could do?

2 answers

Log in to vote
0
Answered by 10 years ago

Probly by checking with this kind of code;

if --[[game.PlaceId==ID or]] game.PlaceId==0 then
print("Game in Studio Mode")
else
print("Game not in Studio Mode")
end

There are other ways, I just don't know of any other. I hope this helped!

0
Thanks! trogyssy 221 — 10y
1
No problem bro. TheeDeathCaster 2368 — 10y
Ad
Log in to vote
-2
Answered by 10 years ago

There is something called "Online Studio" that you can use.

0
Please no sarcasm, and I'm trying to make a script that only gives me my building tools in build mode. trogyssy 221 — 10y

Answer this question