local player = game.Players.LocalPlayer local char = player.Character or player.CharacterAdded:Wait() char:WaitForChild("Humanoid").Name = "x" local ClonedHumanoid = char.x:Clone() ClonedHumanoid.Parent = char ClonedHumanoid.Name = "Humanoid" char.x:Destroy() workspace.CurrentCamera.CameraSubject = char:WaitForChild("Humanoid") char.Humanoid:ChangeState(15) char.Humanoid:TakeDamage(20) char.Humanoid.Health = 12 --char:BreakJoints() task.wait(0.2) for _, tool in ipairs(player.Backpack:GetChildren()) do if tool:IsA("Tool") then tool.Parent = char end end