local id = --gamepass id here game.Players.PlayerAdded:Connect(function(player) if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(player.UserId,id) then --do what you want to do in here end end)