www.roblox-scripter.com

Roblox codes

Spellbound Magic RPG script – (Get all items)

Functions: Get all items

Script developer: Arisezi
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					for i,v in pairs(game:GetService("ReplicatedStorage").Equipment:GetChildren()) do
local name = v.Name
local args = {
   [1] = name
}

game:GetService("ReplicatedStorage").Events.GrantItem:FireServer(unpack(args))
end