I am creating a game for characters to make friends furthermore I require the help of how I can hold a GUI that will show me the whole Roblox player DataBase when you click a button.
No issue I just do not know how I can make it happen.
I know how to make the frame of the GUI just not to make it do what I want it to do.
Why would you want to have a gui that displays every users account on it? I can’t imagine how it would load. I would imagine you could use something which counts every singles user id? But that would take for ever.
The games’ main purpose is to serve as a hub for all players of any kind on roblox to meet new people and make new friends. I want a gui that you can enter a username and it will show it on a screen, there profile.
Neither am I.
Is there a way I can make the GUI so I click it and then it goes to a menu where it shows a data base of the players who join which can make there own in game profile?
This requires scripting. First of all, you need the server to handle the data stores where it will later send to a target client which then will display the GUI. Second of all, you could create a “card” displaying every stat of the player’s data, depending on the UI design. This needs some knowledge around UI designing, which shouldn’t be difficult.
If it’s otherwise stats on Roblox, you need to utilize HttpService to retrieve such information and then request the correct endpoint: http://api.roblox.com/docs
I’ve also changed the category to #help-and-feedback:scripting-support, since it’s majorly covering the scripting part rather than its design.