Advertisement
GamesNando

Sword Factory

Feb 11th, 2022
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. local a = game:GetService("Players").LocalPlayer
  3. _G.ON = true
  4. while _G.ON and task.wait(3) do
  5. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  6. if a.Name.. "'s" .. " Base " and v:FindFirstChild("ClickDetector") then
  7. fireclickdetector(v.ClickDetector)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement