Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet('https://hugegames.space/43ada32876a581f4c4a6d7ce.lua'))()
- 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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement