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.
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.