How to make data not save in vip servers

So i want to open vip servers to my game. but i want vip stats not to save how would i do it?

1 Like

You can check if a server has a VIP owner via game.PrivateServerOwnerId. Furthermore, whenever you are saving data, check if that id exists, and if it doesn’t save the data. Otherwise, it’s a VIP server.

1 Like