Hello, currently for my game I have a sort of queue system from the primary place that can bring you to one of many places.
If even possible, can I clone scripts to every single place without manually inserting the script into the place? I want to do this so that whenever I make changes to the code, I don’t have to redo the entire copy-pasting process for each place.
I would have tried using DataStores, but of course, they cannot store code or scripts.
Any help with this would be much appreciated!