local p = game:GetService("Players").LocalPlayer local rs = game:GetService("ReplicatedStorage") local e = rs:WaitForChild("RemoteEvents"):WaitForChild("Launch") e:FireServer(1e15, 0.0001) task.wait(3) local c = p.Character if c then local h = c:FindFirstChildOfClass("Humanoid") if h then h.Health = 0 end c:BreakJoints() end