Hello, I'd like to know if there's a way to find out if the server is a VIP server or not, and how. I've been searching around for it but this is all I could find as of now and it's pretty much useless as it can only be read from and not used.
http://wiki.roblox.com/index.php?title=API:Class/DataModel/VIPServerId
http://wiki.roblox.com/index.php?title=API:Class/DataModel/VIPServerOwnerId
Thank you!
I hope this is right.
VIP=game:GetService('VIPServerId') if VIP==nil then print("Not VIP") end