Man City Blue Moon – UGC points script

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

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!