Question about client and server

If I grab a model with a script that welds everything together. Or even something simple like setting the transparency of the object. Then place it somewhere like replicated storage.

If I clone the model and insert it into the workspace on the client what will the regular script do? Would it still work and how would it work? Since the model and the script inside of it are only on the client what would happen considering regular scripts run on the server. Just curious.

If you clone a serverscript clientside the serverscript will be broken. A clientside script cant (fortunately) read/copy serverside code. So the script is probably if you copy a serverscript from the clientside.

1 Like