Advertisement
_Thanh_Thy_Cute_

Skate Park CREDITS AUTO FARM JULY 2021

Jul 23rd, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. local AmountCollected = 0
  2.  
  3. _G.CreditAutofarm = true
  4.  
  5.  
  6. game:GetService("Workspace").Collectables.Storage.ChildRemoved:Connect(function(candy)
  7. warn(candy.Name .. " Collected! " .. "Total Collected: " .. AmountCollected)
  8. AmountCollected = AmountCollected + 1
  9. end)
  10.  
  11.  
  12.  
  13.  
  14.  
  15. if _G.CreditAutofarm == true then
  16. repeat wait()
  17. game:GetService("Workspace")[game.Players.LocalPlayer.Name].Skateboard2021.SkateboardPlatform.CanCollide = false
  18. game:GetService("Workspace")[game.Players.LocalPlayer.Name].Skateboard2021.SkateboardPlatform.CFrame = game:GetService("Workspace").Collectables.Storage.Credit.Root.CFrame
  19. until game:GetService("Workspace").Collectables.Storage.Credit.Root == nil
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement