Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Heal()
- while true do
- local Player = game.Players.LocalPlayer
- for i,v in pairs(game:GetService("Workspace").ffa.heals:GetChildren()) do
- if v.Name == 'pad' then
- Pad = v
- firetouchinterest(Pad, Player.Character.Head, 0)
- wait()
- firetouchinterest(Pad, Player.Character.Head, 1)
- end
- end
- end
- end
- Heal()
- while true do
- Heal()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement