I have a GUI that I want to change the properties of when someone uses it in a VIP server. Any suggestions?
if game.VIPServerOwnerId ~= 0 then print("VIP server") elseif game.VIPServerId ~= "" then print("Reserved server") else print("Public server") -- "public" includes "Friend only" places end
VIPServerOwnerId or VIPServerId
If they are nil then it is not a vip server.