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

Is there a way the game could find out if the server is a VIP server?

Asked by 6 years ago
Edited 6 years ago

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!

1 answer

Log in to vote
0
Answered by 6 years ago

I hope this is right.

VIP=game:GetService('VIPServerId')
if VIP==nil then
print("Not VIP")
end
Ad

Answer this question