Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Award all pokemon
- for _,v in pairs(game.ReplicatedStorage.ImageLibrary:GetChildren()) do
- game.ReplicatedStorage.RewardUnbox:FireServer(v.Name, "LegendaryCrate")
- end
- --Give Money/XP
- game.ReplicatedStorage.OpenGift:FireServer(150, 1250)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement