How do I see the script a module script is requiring

require(129230941)

How do I see the script it’s requiring?

I don’t think that that is a valid ID. Neither of the methods I used resulted in it bringing up a result.


My preferred method is to add the ID to the following URL:

for example create.roblox.com/marketplace/asset/129230941/

That gets you to the model. From there, you can download the .rbxm file and insert it into a game

Oh it was an example ID. But thanks though!

How do you actually see INSIDE the script though?

If you download the .rbmx file and insert it in game, it’ll show the code in a script. From there you can access the inside of the script like normal.