How do I make a Instance make a script, and then it puts all the script inside that script?
The line of code, Instance.new("Script")
, can be used to create a Script object, but it is not possible to manipulate the contents of the created Script via another Script. It used to be, but it was too exploitable.