I had some freetime so I decided to make a plugin that finds any uses of require() in a script and shows them, with the option to see exactly what the require is by clicking on it in the list (if it is required from a model on the website it will display the model’s information with a button to import the model)
It also works on requires that are hidden behind a variable (such as local a = require
)
The Plugin:
https://web.roblox.com/library/6353441812/Require-Finder