Punch A Brick Wall Simulator | GIVE BONES SCRIPT

Created by Mystic204

Features:

  • GIVE BONES
bones = false
game:GetService('RunService').Stepped:connect(function()
if bones then
workspace.AddBones:FireServer(5,5) --CHANGE THE SECOND NUMBER TO THE MAX AMOUNT OF BONES YOU CAN HAVE AT THE TIME
end
end)
plr = game.Players.LocalPlayer
mouse = plr:GetMouse()
mouse.KeyDown:connect(function(key)

if key == "e" then --CHANGE TO WHATEVER KEY YOU WANT
bones = not bones
workspace.AddBones:FireServer(5,5) --CHANGE THE SECOND NUMBER TO THE MAX AMOUNT OF BONES YOU CAN HAVE AT THE TIME
end
end)
print('Press "E" to COOM')

⚠️ 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!