Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local weap = {}
- for i,v in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
- if v:IsA("Tool") then
- table.insert(weap, v.Name)
- end
- end
- for i,v in next, weap do
- game:GetService("ReplicatedStorage").Replication.ClientEvents.BuySword:InvokeServer(v,workspace.Npc_Workspace["Sword Sellers"].Katana)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement