Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Humanoid = script.Parent.Humanoid
- local Character = script.Parent
- local Clone = Character:Clone()
- Humanoid.Died:Connect(function()
- wait(4)
- Clone.Parent = workspace
- Character:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement