Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().AutoBreakCarts = true
- spawn(function()
- while AutoBreakCarts do wait(0.3)
- pcall(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("ClickDetector") then
- fireclickdetector(v)
- end
- end end) end end)
Add Comment
Please, Sign In to add comment