http://api.roblox.com/Users/2966752
Above is the API I have found. Is there any way to see the output in a game and then detect which part is the Username?
This is the output of the link: {"Id":2966752,"Username":"Validark"}
So it is always after ["Username":]. Is there any sort of Sub method I can use to use this in a script in-game?
http://wiki.roblox.com/index.php?title=API:Class/HttpService
I believe you are looking for http://wiki.roblox.com/index.php?title=API:Class/HttpService/JSONDecode
Once it is a Lua table i assume you can figure it out?(the key would be called "Username" i believe, so just get the value)