Script Cloning Issue

Greetings!

I’ve been working on an RPG-styled game, and I am cloning one of the bosses so it only happens for the client. However, when I clone it, the script doesn’t work. I’ve tried disabling the script (I heard it becomes un-disabled when cloned) and changed the parent of the boss.

Here is the script for the cloner:
script

The problem is that it loads on the client, meaning that any server scripts inside will not run. Also, you have to reenable the script from another script for it to be enabled.

4 Likes