Advertisement
AmZayx

ToH roblox God mode 2021

May 17th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2.  
  3. local function Invincibility()
  4. if LocalPlayer.Character then
  5. for i, v in pairs(LocalPlayer.Character:GetChildren()) do
  6. if v.Name == "hitbox" then
  7. v:Destroy()
  8. end
  9. end
  10. end
  11. end
  12.  
  13. while wait(0.5) do
  14. Invincibility(LocalPlayer)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement