Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Im new to PlayerAdded and seek assistance?

Asked by 8 years ago
function check(Player)  
    local p = game.Players.Player.Name
        if game:GetService("GamePassService"):PlayerHasPass(p, 00) then
            game.ReplicatedStorage.Items.Card1:Clone().Parent = Player.Backpack
        end
end
game.Players.PlayerAdded:connect(check)

Answer this question