# use plrs.PlayerAdded:Connect(PlayerAdded) instead of plrs.PlayerAdded:Connect(PlayerAdded()) so it'll return "player" property to function
# also u should use another name, don't use "PlayerAdded" to name the function (it'll cause duplicate and misunderstand)