Way to get rid of script duplication across places?

I’m currently trying to make a MMO RPG game but the problem is I would have to duplicate a lot of scripts into the children places. Is there a way I could use all of the scripts inside the main place instead of copy and pasting them into all of the other places?

1 Like

Yes, there is a feature called Packages that replicates script changes across all the children places.

Read: Packages | Documentation - Roblox Creator Hub

I have read the article but I still have another question, is there a way to publish all the places at once?

Yes, right click on the package and you will see an option for that.