How do I make scripts copy from a main script

I usually update code a lot, and it’s a pain updating every script by hand.

Let’s say I want to update code for a door but I have over 30 doors inside of Studio that needs to be updated.

I would rather instead have only one script in the doors that instead copy of another script in server storage or something.

How would I end up trying to do this?

Usage of the CollectionService will allow for this to be consolidated into a single place, so that changes made to the central place of code will apply for every single door under a specific tag.

More info can be found from the following Developer Forum thread:

2 Likes

This seems interesting, thanks for the information. I’ll mark it as solved for until I find another method I find better. :slight_smile:

1 Like