Rohub Roblox API

I’ve recently created a small little demo project where you can get data from Roblox profiles and it outputs them into the game and shows you them depending on the player specified.

After I was done I thought, why not make Library that shares what I use but with everyone else.

This current version only has two types of commands User Commands and Clan Commands, but as I work on it, i will have more to show.

You can visit the Site the holds this Library here: click here

You can download the Library and insert it into your roblox place to test it out, I have also included a How To page so that you know how its used.

Currently this runs on one domain which means it will have to process a lot of data from a lot of users that use this.
Which is why on the second version of this Library it will not only have more functions but it will have be running on two servers so that its faster and easier to work with.

I am looking for some feedback and hope this helps!

[size=1]Donations are lead to my group which then I will use it to advertise it and it will help me get my games started[/size]

It’s nice, I have actually been hoping someone would release one of these soon. It would be nice if it also showed place visits so that I could figure out the exact target audience of my games and what not.

Alright I’ll add this on my list, thanks for the feedback!

What about get users previous names?

Well I’ve been looking around for a way I can do this though so far I have been unsuccessful :confused: I’ll keep trying and if I get anywhere I’ll let you know.

Read the source of their user page. Search for this text:

title='Previous usernames:

and then stop when you reach:

'/>

And you’ll have their previous usernames. Almost 600 lines in on the player I randomly chose for this. Really simple in PHP.

Ah, I was doing it a bit differently but not that different, I was just looking in the wrong place!

Edit:

Thank you @Qwertygiy for the help, I have figured it out and I can assure you that it will be out on the next release!