Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local function Invincibility()
- if LocalPlayer.Character then
- for i, v in pairs(LocalPlayer.Character:GetChildren()) do
- if v.Name == "hitbox" then
- v:Destroy()
- end
- end
- end
- end
- while wait(0.5) do
- Invincibility(LocalPlayer)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement