Introduction
Hello DevForum! This is my first (public) plugin, API Viewer!
For a long time, I only learned how to find the API I needed, when I needed it, and what I knew what I was looking for. While you may eventually find it, you’ve likely spent a lot of time just looking for it instead of using it. So, to solve this issue, I created API Viewer, which lets you view all of Roblox’s API for every object.
Here’s a preview of it in action:
While this video doesn’t quite show everything, I do want to highlight that you can find any and all information available for a member by simply clicking on it; it directs you to the relevant page and navigates to the particular member you selected!
Filtering and Searching
There are also a few options to help filter out what you’re not looking for, and if you do know what you’re trying to find, you can also disable fuzzy search to get more accurate results:
What’s Next?
I am planning to add the ability to search through a class’s members as well, to make it even easier to find what you are looking for!
I’m also considering implementing a class tree view so you can view the API as it was intended!
Additional Credits
I would also like to thank @Elttob for their APIDump module, which made all of this possible!
(As a side note, the icons that appear in the video are gotten from StudioService:GetClassIcon()
, which is why Vanilla’s icons are shown in the class images )
Where do I get this?
You can get the plugin (FOR FREE) from the Marketplace here!
Hope y’all enjoy this! I put a ton of time into putting this all together and making it look as clean and as easy to use as it can be. Feel free to provide feedback if there’s something you think could be better or is lacking!