I assume that you clone the part / model via a LocalScript. If you do so you need to remember that normal scripts can’t be run in that part / model. And also normal LocalScript can’t run in the workspace. You need to make “special” scripts by inserting a normal script and setting the runtype (or whatever the property is called) to client. It then looks the same like a normal local script but also runs in the workspace