sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

getPlayerInfo #56

Open Zlecktov opened 6 years ago

Zlecktov commented 6 years ago

One function to rule them all. Just a function that combines getting the Blurb, Status, Username, Age, etc. all into one function and returns the data in an array.

sentanos commented 6 years ago

Yeah after the addition of another player profile function I going to add this. Unfortunately I have not had time lately to work on roblox-js but this will be added to the next version.

Neztore commented 6 years ago

@sentanos @Zlecktov would it be better to have it returned in an object or an array? An object would make it easier to access data.