[RDR] ROBLOX Dressing Rooms

I made a topic about this game quite a while back, but have since then completely recreated the entire thing.

RDR allows you to try on assets from the catalog by entering either their ID or full URL. In addition to this simple concept, players are able to purchase the assets in-game using a custom purchase screen, can save their ensembles as outfits, view new and featured items, as well as using the “Asset Roulette” to try on random clothing items.

My intention in creating this game was to give players a quick and easy way to try on assets from the catalog. While Catalog Heaven is great for testing gear, it can take some time to load and trying on clothing requires you to spam the chat with URLs. I tried to make RDR lightweight, and thus it contains no map other than a small building.

Play the game here.

Went into the game and found the concept could be overly confusing to new players. Really it would be better if you could search by title instead of URL as well, much like my game Pulse does. It allows you to search for songs via their name directly from the catalog.

If you would be willing to teach me how this can be done sometime, I would love to implement such a system. As far as I knew, there was no way to search the catalog from a ROBLOX game.

I use HttpService with some php to return a JSON table of results.