How would I find out if a player is in a VIP server and if they own it?
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