Advertisement
Honansik

Blox Legends Collect All Pads Script

Jul 22nd, 2022
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. getgenv().squares = true;
  2.  
  3. spawn(function()
  4.    local plr = game.Players.LocalPlayer.Character.Head
  5.    while wait() do
  6.        if not getgenv().squares then break end
  7.        for i,v in pairs(game:GetService("Workspace").Bases.Position5.folder:GetDescendants()) do
  8.            if v.Name == "TouchInterest" and v.Parent then
  9.                firetouchinterest(plr, v.Parent, 0)
  10.            end
  11.        end
  12.    end
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement