Build A Boat For Treasure Script | TONS OF TOY BLOCKS

Created by walks

Features:

  • TONS OF TOY BLOCKS
_G.RUN = true
spawn(function()
coroutine.wrap(function()
    while _G.RUN do wait()
        coroutine.wrap(function()
            while _G.RUN do wait()
                workspace.ItemBoughtFromShop:InvokeServer("Winter Chest", 5000)
            end
        end)()
    end
end)()
end)