Advertisement
MandB

MedKitHandler

Nov 26th, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local tool = script.Parent
  2.  
  3. tool.Activated:Connect(function()
  4.     local humanoid = tool.Parent:FindFirstChild("Humanoid")
  5.     humanoid.Health = humanoid.Health + 10
  6. end)
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement