Is it possible to import scripts from one place into another place within the same experience?

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?

1 Like

You can use a package to reuse assets across multiple places: Packages | Documentation - Roblox Creator Hub.

1 Like