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

Is there a way to change scripts separately in a VIP server?

Asked by
xEiffel 280 Moderation Voter
6 years ago

I've seen this done on multiple games like; Survivor and Dungeon Master, where if you make a VIP server it'll have custom options where you are unable to earn coins, or you can make your own options for round time, I was wondering how they did this or if it's a variable in a script? Thanks.

1 answer

Log in to vote
1
Answered by 6 years ago

Its easy, Just check in DataModel if the string VIPServerId equals nil or not If it equals nil its not a VIP server

if game.VIPServerId == nil then -- If it is not a vip server


else -- If it is a vip server

end
0
If you didn't know DataModel = workspace casper123123123 357 — 6y
0
Thanks! xEiffel 280 — 6y
Ad

Answer this question