Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local Character = LocalPlayer.Character
- if Character then -- ???
- local Kit = Character:FindFirstChild("Kit")
- if Kit then -- ??
- local Stats = Kit:FindFirstChild("Stats")
- if Stats then -- ?
- local Health = Stats:FindFirstChild("Health")
- if Health then -- executing yourself twice is bad for your health
- Health:Destroy()
- end
- end
- end
- end
- Download More Roblox Scripts:: https://anonmods.com/roblox-hacks/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement