Post Views: 33
Created by banz#1780
Features:
- ALL TOOLS
- OPEN SOURCE
--[[
__ __
/ | / |
_$ |_ ______ $ |____ ________
/ $ | / $ / |
$$$/ $$$ |$$$$ |$$$$/
$ | __ / $ |$ | $ | / $/
$ |/ |/$$$$ |$ |__$ | /$$/__
$ $/ $ $ |$ $/ /$ |
$$/ $$$$/ $$$$/ $$$$/
All Tools Script by banz#1780 | https://discord.gg/HtQHxwb5vm
https://www.roblox.com/games/662417684/LUCKY-BLOCKS-Battlegrounds
]]--
print("Started")
while wait() do
game:GetService("ReplicatedStorage").SpawnLuckyBlock:FireServer()
game:GetService("ReplicatedStorage").SpawnSuperBlock:FireServer()
game:GetService("ReplicatedStorage").SpawnDiamondBlock:FireServer()
game:GetService("ReplicatedStorage").SpawnRainbowBlock:FireServer()
game:GetService("ReplicatedStorage").SpawnGalaxyBlock:FireServer()
end