Local Part deleted by Server

I think this would be the correct topic. Please correct me if it isn’t.

Hello DevForum members, I have a few concerns about local parts and how they react to being deleted by the server.

For example, if the server were to create a model with parts, and all clients were instructed to add another part to it (this will be the local part), and the server deletes the model, what would happen to the local part? Will it continue to exist (possibly in nil) or will it get destroyed and not build up?

Anything is appreciated.

Happy egg hunting!

2 Likes

As far as I know, it will get deleted along with the model.
It will definitely not be visible for clients anymore.

3 Likes

From my knowledge if the part is inside of the model and the model gets destroyed the part inside the model will too get destroyed even if it is a local part.

I could be wrong though.

2 Likes