Advertisement
Joriangames

HealthPotion script

Nov 12th, 2021
1,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --[[
  2. Thanks for using this script
  3. This script is made by Joriangames/BloxianCode
  4. Want to know how to use this and script explanation?
  5. Check the video here: https://youtu.be/u43-84hL0-4
  6.  
  7. ]]
  8.  
  9. local tool = script.Parent
  10.  
  11. tool.Activated:Connect(function()
  12.  
  13.     tool.Parent.Humanoid.Health = tool.Parent.Humanoid.Health +25 --Change 25 to the amount of health you want to add
  14.  
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement