Version / Update: v1.0.0
- Download / Script Link
- local Player = game:GetService("Players")
local Workspace = game:GetService("Workspace")
local player = Player.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local HRP = character:WaitForChild("HumanoidRootPart")
local healingPad = Workspace.Parts.Decoration["Healing Pond"].Pad
while task.wait() do
firetouchinterest(HRP, healingPad, 0)
firetouchinterest(HRP, healingPad, 1)
end[ View More ]
Uses firetouchinterest to automatically touch the healing pad at spawn.