ggb8y
(ggboi)
July 29, 2021, 5:35pm
#1
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
First insert the Module into your game. Link: UserInfoService
In the script you are using the Module in type: local UserInfoService = require(ModuleLocation)
Start using the functions!
Functions
GetPastUsernames(Player UserId
)
Requires: HttpService
returns: Table
GetUserStatus(Player UserId
)
Requires: HttpService
returns: Table
GetUserBio(Player UserId
)
Requires: HttpService
returns: Table
GetUserRAP(Player UserId
)
Requires: HttpService
returns: Table
Enjoy!
7 Likes
Schedency
(Schedency)
July 29, 2021, 7:12pm
#2
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
ggb8y
(ggboi)
July 29, 2021, 7:27pm
#3
Yes, this is very new. Still in beta, I will document stuff soon! (Im still adding for functions)
Thanks for your feedback!
frriend
(Neohertz)
July 29, 2021, 7:42pm
#4
Really simple, yet useful module. I’m surprised Roblox hasn’t added these as stock methods. Thank you for sharing!
ggb8y
(ggboi)
July 29, 2021, 7:44pm
#5
Thanks so much! 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
frriend
(Neohertz)
July 29, 2021, 7:52pm
#7
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
ggb8y
(ggboi)
July 29, 2021, 7:53pm
#9
There is no real use really. Just may be useful for some devs.
ggb8y
(ggboi)
July 29, 2021, 7:53pm
#10
That is a use you could use for this
1 Like