Basically what I want to do is have a scene saved in the script kinda like this:
var scene = preload(ScenePathOrSmth.tscn).instantiate()
And then have a line that can create a copy of that scene at any point. I would need to be able to make changes to the original scene without making changes to all of the copies too, like the values of certain variables.