I'm trying to make a place with universes and I don't want to have to update each places code every time I update the code.
Using require(ID) just does nothing, there are no errors or anything it just does nothing. The script I uploaded as a model is named "MainModule" as it says to do. It's not my code because it works fine when just placing it in RepStorage and requiring it that way.
As far as LinkedSource goes I have not tried it in a few weeks, last time I did tho it seemed to work until you played in the actual ROBLOX servers, it would give a error saying that the code or something didn't exist. I don't want to actually use this if I can figure out the require(ID).
How can I use require(ID) properly? There really isn't anyplace that explains it well enough, I did everything the wiki says and still didn't work.