I have this script that is supposed to check if player has a game pass, but it doesn't work. Any ideas why?
game.Players.PlayerAdded:connect(function(plr) wait(3) if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(plr.UserId, 7033725) then print(plr.Name.." has VIP") end end)
That is correct, or it may not be, try a few of these things and tell me if they work: