Advertisement
HypexCoding

[Roblox] Forcefield + Max Health Script

Mar 31st, 2020
30,278
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Script made by Hypex#1660 ;)
  2.  
  3. -- Gives the forcefield
  4. ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
  5. ff.Visible = true
  6.  
  7. -- Sets health to max
  8. maxHealth = game.Players.LocalPlayer.Humanoid.MaxHealth
  9. player.Health = maxHealth
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement