Blade Spin script – (Get all Weapons)

blade spin script - get all weapons

More Blade Spin Scripts code icon


Destroy all plants, level up your stats, and engage in PVP to become the best swordsman in Blade Spin! Unlock and upgrade rare swords to dominate the field. With the ability to get all weapons instantly, your path to legendary status is wide open.

Game link: Blade Spin

Table of Contents

    Сontent continues after AD

    Lua
    
    setclipboard("https://discord.gg/K5J7kZNBq3")
    
    local ReplicatedStorage = game:GetService("ReplicatedStorage")
    
    local holders = ReplicatedStorage:WaitForChild("ReplicatedStorageHolders")
    local swordsRoot = holders:WaitForChild("EquippedSwords")
    local addToInventory = holders:WaitForChild("Events"):WaitForChild("AddToInventory")
    
    local function scan(folder)
    	for _, obj in ipairs(folder:GetChildren()) do
    		if not obj:IsA("Folder") then
    			pcall(function()
    				addToInventory:FireServer(obj.Name)
    			end)
    			task.wait(0.03)
    		else
    			scan(obj)
    		end
    	end
    end
    
    scan(swordsRoot)
      

    Script Features:

    • Get All Weapons – Instantly unlocks every sword in the game.
    • Script developer: XEMON

    Сontent continues after AD


    How to use Blade Spin script?


    Important information:

    • All scripts are free.
    • All scripts are safe to use.
    • We do not have viruses or malware.

    Комментарии

    No comments yet. Be the first.

    Leave a comment