The Storage | Infinite Items

Script Credit :- edgarzomboss#0
Features

The Storage | Infinite Items

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local Slot = "One" local Store = true if Store == true then local args = { [1] = "StoreBank", [2] = Slot, [3] = 1 } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) else local args = { [1] = "TakeBank", [2] = Slot, [3] = 0/0 } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) end local table = {"One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve"} for i,v in pairs(table) do local args = { [1] = "TakeBank", [2] = v, [3] = 0/0 }

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors