What do i want to achevie I want to make a script that would get a players games they have created
I dont want a full script I just want to have an idea on what do i need to do
I’m sorry if my english is not good.
What do i want to achevie I want to make a script that would get a players games they have created
I dont want a full script I just want to have an idea on what do i need to do
I’m sorry if my english is not good.
Yes! Using Games API (v.2)
Note that you can only take the game Pubblished
Ex. https://games.roblox.com/v2/users/UserID/games?sortOrder=Asc&limit=10
So will i have to use HttpsService?
Yes, i think you would need to do an Http Request for getting that data inside you’re game, However, I remind you that roblox does not allow you to make requests to their Api within the roblox game.
This means that what you ask for is not possible without requesting the information from another server, And apparently there are no roblox functions that allow you to do what you ask.
how do games like pls donate do it?