Advertisement
SwaggerTv

Project New World | GET ALL SWORDS EVEN PAID | Use before patch

Jun 9th, 2021
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local weap = {}
  2. for i,v in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  3. if v:IsA("Tool") then
  4. table.insert(weap, v.Name)
  5. end
  6. end
  7.  
  8. for i,v in next, weap do
  9. game:GetService("ReplicatedStorage").Replication.ClientEvents.BuySword:InvokeServer(v,workspace.Npc_Workspace["Sword Sellers"].Katana)
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement