Advertisement
SlyHades66

Pokemon Go 2

Feb 10th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --Award all pokemon
  2. for _,v in pairs(game.ReplicatedStorage.ImageLibrary:GetChildren()) do
  3.     game.ReplicatedStorage.RewardUnbox:FireServer(v.Name, "LegendaryCrate")
  4. end
  5.  
  6. --Give Money/XP
  7. game.ReplicatedStorage.OpenGift:FireServer(150, 1250)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement