How to check if a server is a Private Server?

if game.PrivateServerId ~=  "" and game.PrivateServerOwnerId ~= 0 then
    print('private server')
end
14 Likes