Yihank
(HankO)
June 24, 2021, 12:41am
#1
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
Yihank
(HankO)
June 24, 2021, 12:57am
#3
Alr leme try :>> Wish that it ill work
1 Like
Yihank
(HankO)
June 24, 2021, 12:59am
#4
Oooof It didn’t work but Ty for ur feedback
1 Like
Ouuter
(Outer)
June 24, 2021, 1:00am
#5
Get ReplicatedStorage from
game:GetService("ReplicatedStorage")
2 Likes
Yihank
(HankO)
June 24, 2021, 1:03am
#6
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
Yihank
(HankO)
June 24, 2021, 1:06am
#8
it didn’t work too xD I just can’t find the error ahhhh
1 Like
Ouuter
(Outer)
June 24, 2021, 1:08am
#9
What module are you trying to grab?
2 Likes
Yihank:
imag
I’m pretty sure the errors in your outputs aren’t really from the 2 scripts you’ve shown.
2 Likes
Yihank
(HankO)
June 24, 2021, 1:11am
#11
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
Yihank
(HankO)
June 24, 2021, 1:12am
#13
Idk but there are something and the output says i should update my plugins
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
Head to the plugins tab,
Click the cog icon, and if there is any plugins to update, you’ll see them
2 Likes