Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Medkit = script.Parent
- Medkit.Activated:Connect(function()
- local Humanoid = Medkit.Parent:FindFirstChild('Humanoid')
- Humanoid.Health = Humanoid.Health + 100
- wait(2)
- Medkit:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement