I am working on a project and I want the map to be traversable by teleporting players from unique place to unique place. I also have scripts the game needs to function (combat scripts, building scripts, inventory scripts, etc…) that will need to be added to each place.
I haven’t started the process of building out the places, but I can already see how going into each place and inserting the scripts manually may cause issues down the line. Is there any way to write a script that will do this for me?