boboh

Untitled

Nov 14th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. things = {18474459, 78730532, 212296936, 12902404, 82357123, 243790334, 409746054,11999247,21416138, 42845609, 33383241, 31839411, 87361806,10758456,187688069,83021250, 97161295}
  2. for i,v in pairs(things) do
  3. local Remote = game.ReplicatedStorage['ITEM_PURCHASE']
  4.  
  5. local Arguments = {
  6. [1] = "oof",
  7. [2] = "12",
  8. [3] = v
  9. }
  10.  
  11. Remote:InvokeServer(unpack(Arguments))
  12. end
Add Comment
Please, Sign In to add comment