Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for i,v in pairs(game.ReplicatedStorage.Vendors:GetChildren()) do
  2. v:FireServer(
  3. {
  4. Name = "AK-47";
  5.  
  6. Ammo = 90;
  7. InStock = 2;
  8. Price = 4650;
  9.  
  10. PossibleStock = {1, 3};
  11. }
  12. )
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement