Question about updating packages in live games

Hi, guys. I have a question about packages. So I have a game that is using some packages. When I upgrade a package it will also be upgraded on the live servers? For example, if I change the color of a part in a package, will all the players who are playing at that time see how the color changes?

2 Likes

Well it depends on what you’re going for. Plus, if you’re in need of scripting support then I’m pretty sure that this post belongs in #help-and-feedback:scripting-support .
I’ll answer this question anyway. So I’m pretty sure that if you would use a simple script, yes, everyone else would see the part change it’s color, however, local scripts would pretty much be executed only to the specific player, so it works for the player locally. Hope this answers your question, good luck!