UserInfoService, a new service made by me

Introducing… UserInfoService! A new service made by me, that will provide new functions to help developers out!

Note: This is still in the beta works. So don’t expect much right now. I will document more things when this is finished.

Setting it up
  1. First insert the Module into your game. Link: UserInfoService
  2. In the script you are using the Module in type: local UserInfoService = require(ModuleLocation)
  3. Start using the functions!
Functions
  1. GetPastUsernames(Player UserId)
    Requires: HttpService
    returns: Table

  2. GetUserStatus(Player UserId)
    Requires: HttpService
    returns: Table

  3. GetUserBio(Player UserId)
    Requires: HttpService
    returns: Table

  4. GetUserRAP(Player UserId)
    Requires: HttpService
    returns: Table

Enjoy!

7 Likes

Can you maybe include more information about it, as well as maybe document it more?

It is kinda hard for me to understand what the point of this service actually is.

1 Like

Yes, this is very new. Still in beta, I will document stuff soon! (Im still adding for functions)

Thanks for your feedback!

Really simple, yet useful module. I’m surprised Roblox hasn’t added these as stock methods. Thank you for sharing!

Thanks so much! :smiley: This is still in beta so there is much more coming soon!

1 Like

What’s the use for this? When would you ever want to look at one’s past usernames, status or bio in-game? I understand Discord bots with their about commands, but when would you want to use those in-game?

3 Likes

I could personally see this being used in social games to display past usernames and show their bio when you select a player.

Maybe biography cards or in game profiles where you can click on someone and it will show them you account info?

2 Likes

There is no real use really. Just may be useful for some devs.

That is a use you could use for this :smiley:

1 Like