SHADOVIS RPG auto heal

MADE BY myusernameisbad

FEATURE:

  • AUTO HEAL
  • .
  • https://www.roblox.com/games/9585537847/SHADOVIS-RPG

SCRIPTS: [3]

game:GetService("RunService").Stepped:connect(function()
wait(1)
for i,v in pairs(game.Workspace.Fountains.Fountain:GetDescendants()) do
       if v:IsA("TouchTransmitter") then
           firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
           firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
       end
   end
end)
getgenv().heal = true

for i,v in pairs(game:service'Workspace'.Fountains.Fountain:GetDescendants()) do
    if v:IsA("TouchTransmitter") and v.Parent then
      local j = v
   end
end

spawn(function()
local plr = game:service'Players'.LocalPlayer.Character.HumanoidRootPart
while wait() do
  if not getgenv().heal then break end
   firetouchinterest(plr, j.Parent, 0)
end
end)
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)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!