Advertisement
Pastebin-Admin

Roblox Infinite Health / Forcefield Hack Script

Dec 8th, 2022
758
3
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 3 0
  1. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  2. ff.Visible = true
  3.  
  4. -- Sets health to max
  5. maxHealth = game.Players.LocalPlayer.Humanoid.MaxHealth
  6. player.Health = maxHealth
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement