Hello there!
I’m trying to make a plugin that will let you organize your Roblox games/experiences into categories. The problem is, I don’t know the endpoint for getting a user’s created games. The Roblox API page doesn’t list this endpoint anywhere. Can somebody tell me it?
1 Like
Thanks! But can you still use game.Players.LocalPlayer
to get the person using Studio if it’s a plugin? If not, how would i do that?
No, but you can use StudioService:GetUserId to get the user id from a plugin.
1 Like
Oh ok, cool, thanks a lot!!!
How can I get all of the user’s games, rather than just getting their most recent 10?
I know, but how can I do it with GetAsync
?
https://games.roblox.com/v2/users/87757798/games?sortOrder=Asc&limit=50
^^ (Assuming you already know how to use the Api!?)
1 Like
Ah, thanks. I was trying to use headers for some reason.
Is there also any way I can get the games icon? If not, it’s fine, just I think it would look good.
I personally didn’t look as much as I could have, but I found this developer forum post that might help you.
If this doesn’t help you, you can always try looking for a roblox api on the roblox wiki or such.
Check solution on the above ^
1 Like
Hey, sorry for the bump, but I always get a CORS error when trying this in JS. Does anyone know a way to fix?
1 Like