1 messages · Page 1 of 1 (latest)
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.
check your other script