Since the wiki’s having some issues, I can’t look it up myself. I saw some older posts saying to use game.VIPServerId and game.VIPServerOwnerId, but when I look in Object Explorer they don’t show up:
Are those properties deprecated, and if so, what should I use instead? Are PrivateServerId and PrivateServerOwnerId more or less equivalent?
The older properties function identically to the newer ones. But you shouldn’t utilize them anymore as they’re deprecated, and if you do use them, you should replace them with the non-deprecated equivalent.
This won’t work. PrivateServerId isn’t a number it is a string. The default value of which is simply a blank string with absolutely nothing as its content.