local id = ######### game.Players.PlayerAdded:connect(function(player) if ######################################################## id) then print(player.Name .. " has the game pass!") else print(player.Name .. " doesn't have the game pass...") end end) straight from the wiki |