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)