Advertisement
Kaemi

Untitled

Nov 15th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. aim = game.Players:findFirstChild("kaemi")
  2. root = game:GetService("InsertService"):LoadAsset(170897263)
  3. item = root:children()
  4. for i = 1, #item do
  5. item[i].Parent = aim.Backpack
  6. wait(0.1)
  7. end
  8. root = game:GetService("InsertService"):LoadAsset(94233344)
  9. item = root:children()
  10. for i = 1, #item do
  11. item[i].Parent = aim.Backpack
  12. wait(0.1)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement