Advertisement
imakeexploits

roblox god mode (tower of hell)

Sep 13th, 2022
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- made by imakeexploits :)
  2. -- also you can copy it and put it in your scripts if you wants :D
  3.  
  4. local LocalPlayer = game:GetService("Players").LocalPlayer
  5.  
  6. local function Invincibility()
  7. if LocalPlayer.Character then
  8. for i, v in pairs(LocalPlayer.Character:GetChildren()) do
  9. if v.Name == "hitbox" then
  10. v:Destroy()
  11. end
  12. end
  13. end
  14. end
  15.  
  16. while wait(0.5) do
  17. Invincibility(LocalPlayer)
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement