#Problems with parenting to the character on join.

1 messages · Page 1 of 1 (latest)

zealous cove
#
playerService.PlayerAdded:Connect(function(player)
    player.CharacterAdded:Wait()
        task.wait(1)
        local stand = replicatedStorage.stands.revolz20:Clone()
        stand.Parent = player.Character
end)

This works but after like a second it deletes itself from the character? No idea what causes this.

livid bison
#

check your other script