Advertisement
anonmods

Survive night god - anonmods

Sep 27th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local Character = LocalPlayer.Character
  3. if Character then -- ???
  4. local Kit = Character:FindFirstChild("Kit")
  5. if Kit then -- ??
  6. local Stats = Kit:FindFirstChild("Stats")
  7. if Stats then -- ?
  8. local Health = Stats:FindFirstChild("Health")
  9. if Health then -- executing yourself twice is bad for your health
  10. Health:Destroy()
  11. end
  12. end
  13. end
  14. end
  15.  
  16.  
  17.  
  18. Download More Roblox Scripts:: https://anonmods.com/roblox-hacks/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement