Is it possible to get player's favorite places through scripting?

I was thinking of doing something similar to how Psycho Mantis from Metal Gear Solid reads Playstation’s memory card and talks to player about games they play

you can use the roblox api this is the favorites api:

https://www.roblox.com/users/favorites/list-json?assetTypeId=9&itemsPerPage=100&pageNumber=1&userId=261

you can then call the api using ProxyService

1 Like