Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local name = game.Players.LocalPlayer.Name
- _G.shovel = "Bucket" -- Put your shovel name here
- for i, v in pairs(workspace.SandBlocks:GetChildren()) do
- for i=1, 5 do
- workspace[name][_G.shovel].RemoteClick:FireServer(v)
- end
- wait(0.2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement