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.
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