Trollverse RPG | Get all weapons

Uploaded On
Script Credit :- Rob123#5191
Features

Get all weapons 

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

local RS = game:GetService("ReplicatedStorage") for Index, Variable in pairs(RS.GameItems:GetChildren()) do game:GetService("ReplicatedStorage").GameRemotes.BuyEvent:FireServer(Variable.Name) end