Find any script for Roblox

Enter the name of the game or script.

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
    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


    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.

    Leave a Comment

    Your email address will not be published. Required fields are marked *