[ad_1]
Created by Unordinary
Features:
for i,v in pairs(game:GetService("Workspace").Fidgets:GetDescendants()) do
if v.Name == "TouchInterest" then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
wait()
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
_G.On = true
while _G.On and wait() do
for i,v in pairs(game:GetService("Workspace").AllFidgets:GetDescendants()) do
if v.Name == "TouchInterest" then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
wait()
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
end
end
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]