Advertisement
Guest User

bloxton spam v2

a guest
Aug 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. for i=1, 50 do
  2. local plr = game:GetService("Players").LocalPlayer
  3. for i,v in pairs(workspace.foodGive:GetDescendants()) do
  4. if v:IsA("ClickDetector") then
  5. fireclickdetector(v)
  6. end
  7. fireclickdetector(game:GetService("Workspace").towelGive.Click.ClickDetector)
  8. fireclickdetector(game:GetService("Workspace").cupGive.Click.ClickDetector)
  9. end
  10. wait()
  11. for _,v in next, plr.Backpack:GetChildren() do
  12. v.Parent = plr.Character
  13. wait()
  14. v.Parent = workspace
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement