Is there a way I could get the contents of a open sourced ModuleScript published to roblox, by its website id?
In other words, getting the script from a ModuleScript, without using roblox studio.
Just grabbing the text from the web somehow?
Some friends of mine already denied it being possible, but I thought I would ask you guys.
You can download an open source model from the link roblox.com/asset?id=<model id>
The file you get is in the Roblox model format and you should be able to open it with Roblox Studio (after you rename its extension to .rbxm)
I also just found this library which can help you decode the file outside of Studio.