MADE BY reex
FEATURE:
INF TIME
GAME LINK:
LIMITED TIME
SCRIPT:
spawn(function()
local plr = game:GetService("Players").LocalPlayer.Character.Head
while wait() do
if not getgenv().Time then break end
for i,v in pairs(game:GetService("Workspace").CoinSpawns:GetDescendants()) do
if v:IsA("TouchTransmitter") and v.Parent then
firetouchinterest(plr, v.Parent, 0)
end
end
end
end)