Advertisement
Lurantise

Templates.

Nov 11th, 2017
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [""] = --PokemonName
  2. {["Front"] = "http://www.roblox.com/asset/?id=",
  3. ["Back"] = "http://www.roblox.com/asset/?id=",
  4. ["Mini"] = "http://www.roblox.com/asset/?id="
  5. }
  6. [""] =
  7. {["Mini"] = "http://www.roblox.com/asset/?id="
  8. }
  9.  
  10. Image ID goes between id= and "
  11. Recolour and Pokemon name goes between [""]
  12. Second template is for minis only.
  13.  
  14.  
  15. Examples:
  16.  
  17. ["Rasta"] = --Drampa
  18. {["Mini"] = "http://www.roblox.com/asset/?id=968913904"
  19. }
  20.  
  21. ["Witch"] = --Pheromosa
  22. {["Front"] = "http://www.roblox.com/asset/?id=1113682784",
  23. ["Back"] = "http://www.roblox.com/asset/?id=1113682747",
  24. ["Mini"] = "http://www.roblox.com/asset/?id=1113682829"
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement