I want to find an alternative to Script.Source, is there any way I can edit the contents of a script with another script without having to use a Plugin?
You cannot access the contents of a script outside of Script.Source, but if you want to run code, you can utilize loadstring (as long as it’s enabled under ServerScriptService)
1 Like