Characters in-game render:
http://1.0char.co/renders/user/dogerki
Characters appearance:
http://1.0char.co/Catalog/customization.php?user=dogerki&uid=8000
In-game T-Shirt:
https://1.0char.co/Catalog/catalogitem.php?id=123&type=tshirt
In-game Shirt:
http://1.0char.co/Catalog/catalogitem.php?id=123&type=shirt
In-game Pants:
http://1.0char.co/Catalog/catalogitem.php?id=123&type=pants
In-game Hat:
http://1.0char.co/Catalog/catalogitem.php?id=123&type=hat
In-game Face:
http://1.0char.co/Catalog/catalogitem.php?id=123&type=face
In-game Photos:
https://austiblox.net/photo/?id=5946
Audio's retrieved from the catalog:
http://1.0char.co/sound/?id=70
Audio's prior to catalog-audio implementation:
http://1.0char.co/asset/?id=1052
Thread containing audios:
https://austiblox.net/forum/topic/3937
ROBLOX Decals/Meshes
http://1.0char.co/asset/?id=167850850
or
http://www.roblox.com/asset/?id=167850850
==========================================================
----------------------------------------------NOTES-------------------------------------
==========================================================
Format of in-game clothing (for scripting purposes):
Shirt & Pants are NOT named Shirt or Pants. You will need to resort to :isA, or .className ==
Faces are NOT named "face" they are named Decal.
Body Colors does NOT exist on Austiblox. You will need to manually recreate it or work around it.
Utilizing the in-game character appearance API will NOT work by itself (to my knowledge) in game.
You will have to manually recreate it via GetAsync and parse/extract the relevant information-- I'm assuming atleast.
You can receive a users ID on the website via going to their profile and right clicking on "Add friend"
to copy the link.
I've noticed a bug (atleast in 2013), where you must play the song about 30 seconds after the server starts or else it will not play. So do NOT immediately play sounds with a script.
DataStore/DataComplexity does NOT work in 2014, nor does DataPersistence.
2011-2013 DOES support DataPersistence. View more:
https://web.archive.org/web/20120807175405/http://wiki.roblox.com/index.php/Data_Persistence
ROBLOX Api Reference, allows you to see when classes/enums/properties/functions were added:
https://robloxapi.github.io/ref/
ROBLOX Key press chart: https://archive.froast.io/forum/32753326
============================================================
---------------------------------------CLIENTS---------------------------------------------
============================================================
Referencing to OnlyRetroRobloxHere:
2010 - 2010M-2010L*
2011 - 2011E-2011M*
2012 - 2012L
2013 - 2013L
2014 - 2014L on Sodikm
2015 - 2015M (on ?)
* - Not recommended to use since it's older than Austiblox's client date.
Credits to Gage4 (for personally providing some of the URLs) and Abhi/Corolla (for providing the roblox API, client dates)



