roblox-js
roblox-js copied to clipboard
Added getPlayerInfo function
Added the getPlayerinfo function
Required arguments: playerID
Returns: username: Username of target status: Status of target blurb: blurb of target joinDate: Join date of target (Date object) age: Days since the target user joined ROBLOX.
This is for #56
Thank's Nez it helped a lot!
Age is redundant joinDate should return Date object
@Neztore Age and JoinData are virtually the same. Age calculates how long it's been since said player has joined and JoinDate is the date of which said player joined. I'd leave it up to the person using the lib to calculate their "age" rather than providing it.
@sentanos
@Sloss2003 If you need it for a project, see this fork
@Neztore I made it myself before i saw it haha