Scripts don't work when reparented

All scripts on my bot doesen’t work when I reparent it from ReplicatedFirst to Workspace. I need it fixed by 18pm BST Today. Anyone know?

Photo’s:

1 Like

What about it doesn’t work?

Do you get errors? Do the scripts not run?

Why are you using ReplicatedFirst instead of ReplicatedStorage?

2 Likes

1st. Reason why I’m using replicated first is because I tried Replicated Storage first and the same thing happened

2nd. There are no errors but when they are reparented to the workspace no scripts work

1 Like

What scripts don’t work? What are those scripts supposed to do? What part of that isn’t working?

I think it could be that the scripts start running right away instead of running when it’s reparented.

1 Like

disable the scripts and enable it after cloning

1 Like

The scripts inside the charecter

1 Like

Already tried that. Did not work

1 Like

We can’t help if you don’t give enough information

1 Like

When the bot is reparented all of these scripts don’t work acting as if they are disabled
image

1 Like

:arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up:

charactersss

1 Like

Animate is simple. Animates the bot

ChaseScript. Makes the bot chase the player

Script in HumanoidRootPart. Kill’s the player on touch

1 Like

:arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up::arrow_up:


try adding a print at the beginning of the scripts?

1 Like

What script are you trying to reparent it on? LocalScript or ServerScript? If its on a LocalScript, then that might be the problem.

1 Like

Local Script in Player GUI

image

1 Like

Then yeah that’s the problem. ServerScripts won’t run on Client.

3 Likes

If it help’s anyone here is how it is in game just the scripts act like they are disabled

1 Like

How do I resolve this then? I’ve had no problems with this before and now it’s like this

2 Likes

You’re reparenting the scripts on the client.

The scripts run on the server, and because the server doesn’t know that that has happened it won’t do anything different.

1 Like

So how do I resolve this???

1 Like

Do the reparenting on the server

1 Like