Advertisement
mrepicshadow1

Untitled

Aug 4th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. player = game.Players:findFirstChild("MrEpicShadow")
  2. root = game:GetService("InsertService"):LoadAsset(212296936)
  3. item = root:children()
  4. for i = 1, #item do
  5. item[i].Parent = player.Backpack
  6. item[i]:Clone() .Parent = player.StarterGear
  7. wait()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement