MADE BY Roblox Thot
FEATURE:
- LOOP GRAB UGC POINTS
GAME LINK:
MAN CITY BLUE MOON
SCRIPT:
while task.wait() do
local Root = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("BasePart")
local function Touch(x)
x = x.FindFirstAncestorWhichIsA(x, "Part")
if x then
if firetouchinterest then
return task.spawn(function()
firetouchinterest(x, Root, 1, wait() and firetouchinterest(x, Root, 0))
end)
end
x.CFrame = Root.CFrame
end
end
for _, v in ipairs(workspace.Points:GetDescendants()) do
if v.IsA(v, "TouchTransmitter") then
Touch(v)
end
end
end