[Plugin] QuickId - The quickest way to copy gamepass, product, badge, and place ids for your game!

Plugin: https://create.roblox.com/store/asset/12254758357

QuickId is a simple plugin that displays the ids of gamepasses, products, badges, and place ids.

Typically, your game is going to have gamepasses, products, badges, and sometimes multiple places. What all four of these have in common is that you will need to get their ids to use them. Product and badge ids can be found in the Monetization section of Game Settings, but you have to close out of Game Settings every time you want to copy & paste an id into a script. Gamepass and badge ids can be found in its website URL, but gamepasses are for some reason not found in Game Settings as well. You can also use the Creator Hub to find these ids as well, but these two web-based methods can sometimes be slow since you often have to wait for the page to load which can take several seconds.

However, place ids can be copied through the Asset Manager, and I found this to be the fastest and most convenient way out of the four. So, this inspired me to create QuickId:


In this demo, you can see how tedious copying ids can be (specifically through Game Settings). With this plugin, you can copy ids within the click of a single button! You also don’t need to leave studio nor use Game Settings to access the ids as well! This plugin has made copying ids less tedious and more convenient.

4 Likes

This is awesome! How did you get the list of products?

Update: You can now copy Robux, Premium, and Verified symbols through QuickId!

image

1 Like

Your solution is definitely better, but it still seems quite slow. What if you could multiselect all those Ids right in the plugin, and then have it insert into the script? Or perhaps it would open a new script with all the Ids you selected in an array?