Advertisement
Sungmingamerpro13

Medkit_Heal(STORY GAME)

Jan 5th, 2023
1,798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. local Medkit = script.Parent
  2.  
  3. Medkit.Activated:Connect(function()
  4.     local Humanoid = Medkit.Parent:FindFirstChild('Humanoid')
  5.     Humanoid.Health = Humanoid.Health + 100
  6.     wait(2)
  7.     Medkit:Destroy()
  8. end)
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement