VIP Server help

How would I find out if a player is in a VIP server and if they own it?

http://wiki.roblox.com/index.php?title=API:Class/DataModel

Wiki is your friend.

A bit more info:

To check if the server is a VIP server, you can check if the VIPServerOwnerId is not 0. To check if a player owns the VIP server, you can check if their UserId is the same as the VIPServerOwnerId.

3 Likes