ball and axe Script | DESTROY EVERYTHING, MAKE EVERYTHING UNBREAKABLE, BUILDING

Created by Amity

Features:

  • DESTROY EVERYTHING
local damageblock = game:GetService("ReplicatedStorage"):WaitForChild("events"):WaitForChild("damageBlock")

for i,v in workspace:WaitForChild("map"):WaitForChild("blocks"):GetChildren() do
   damageblock:FireServer(v,1/0)
end
  • MAKE EVERYTHING UNBREAKABLE
local damageblock = game:GetService("ReplicatedStorage"):WaitForChild("events"):WaitForChild("damageBlock")

for i,v in workspace:WaitForChild("map"):WaitForChild("blocks"):GetChildren() do
   damageblock:FireServer(v,0/0)
end
  • BUILDING
for i = 1,300 do
   local args = {
       [1] = "Cobblestone", -- Block type
       [2] = i, --x/z level
       [3] = 32 --Y level
   }

   game:GetService("ReplicatedStorage"):WaitForChild("events"):WaitForChild("placeBlock"):FireServer(unpack(args))
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!