I can't find the error in my script help

I am writing a script for like a Magic Move, but something isn’t working and I can’t find the error.
Whenever i press Z, i should not be able to move but it didn’t work :v


I am not sure is that the error that causes my script to not working but IDK what does it means ;-;.

This is the local script in Starter Pack

And this is the script in Replicated Storage

Is there any ways i can fix this?

1 Like

I might be wrong with this one but I think you should place the local script under StarterPlayerScripts / StarterPlayerScripts and the script under ServerScriptService.

2 Likes

Alr leme try :>> Wish that it ill work

1 Like

Oooof It didn’t work but Ty for ur feedback :slight_smile:

1 Like

Get ReplicatedStorage from

game:GetService("ReplicatedStorage")
2 Likes

You mean change the Second Script :
local ReplicatedStorage = game:WaitForChild(“ReplicatedStorage”) to game:GetService(“ReplicatedStorage”)?

1 Like

Yeah, that’s what they meant…

2 Likes

it didn’t work too xD I just can’t find the error ahhhh

1 Like

What module are you trying to grab?

2 Likes

I’m pretty sure the errors in your outputs aren’t really from the 2 scripts you’ve shown.

2 Likes

BOI ALR AM SO STUPID I FIXED IT , i just wrote wrong the CoolDown = true to false :V Sry for wasting ur guy’s time ;=;

1 Like

Looks like that error is coming from a plugin, to be specific, F3X. The plugin shouldn’t be causing any issues with the following code.

2 Likes

Idk but there are something and the output says i should update my plugins

1 Like

1 Like

Looks like a new version of that plugin is out, its best that you do update the plugins

If you don't know how to

image
Head to the plugins tab,

image

Click the cog icon, and if there is any plugins to update, you’ll see them

2 Likes