Cloned part's scripts dont run after being cloned from a local script

I’m making a part spawner that I want to have 100% client sided. The thing is the parts that spawn have scripts inside them. These scripts don’t run because they are cloned from the client.

Part cloned to workspace from client:
image

Local script from sps that clones the part:
image

Is there a way around this problem?

They need to be client sided scripts then. There only way around this is to have the server clone the parts, and then have every other client delete it if they’re not supposed to see it.

1 Like

Have the scripts inside them local and they should fire a remote which will be controlled by the server, that’s the best thing you can do

1 Like