Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- spawn(function()
- while wait() do
- for i,v in pairs(workspace.THINGS.INSTANCE_CONTAINER.Active.Digsite.Important.ActiveBlocks:GetChildren()) do
- if v.Name == "Part" and (v.Position and (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude < 15) then
- for i = 1, 5 do
- local args = {
- [1] = "Digsite",
- [2] = "DigBlock",
- [3] = v:GetAttribute('Coord')
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Instancing_FireCustomFromClient"):FireServer(unpack(args))
- end
- wait(0.1)
- break
- end
- end
- end
- end)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Slyskol/Digsite/main/autodig.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement