Advertisement
CorruptedExploiter

Permenat Death Script

Jan 19th, 2023 (edited)
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local char = player.Character
  3. local human = char.Humanoid
  4. if human.Health == 0 then
  5. while true do
  6. human.Health = 0
  7. end
  8. end
  9. --reset for it to work!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement