I what to know when i make a script inside a script can i type in the new script? so when i make a instance localscript can i type in the local script thou the other script and can you point me in the right direction
local localscript=Instance.new("LocalScript")
That I'm aware, you can't write into an instance you've created.
It's possible to edit a script already created's code using events, but you can never change it fully, just a few variable's value.