SHADOVIS RPG Script | AUTO HEAL

Created by Boredq

Features:

  • AUTO HEAL
getgenv().heal = true

spawn(function()
 local plr = game:service'Players'.LocalPlayer.Character.HumanoidRootPart
 while wait() do
   if not getgenv().heal then break end
   for i,v in pairs(game:service'Workspace'.Fountains.Fountain:GetDescendants()) do
     if v:IsA("TouchTransmitter") and v.Parent then
       firetouchinterest(plr, v.Parent, 0)
     end
   end
 end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS