I am currently scripting a Chidori, however, it doesn’t show the part that is supposed to be in the player right hand. And also doesn’t give any error on my output.
Here is the script.
Local Script.
I am currently scripting a Chidori, however, it doesn’t show the part that is supposed to be in the player right hand. And also doesn’t give any error on my output.
Here is the script.
Local Script.
If you have a error, show it us. Then, pls put the ServerScript in the server, not in the tool itself, a hacker would be really happy if he sees this code here. Use the print
function to see if the event even works (after you put the serverscript in the server) and check out the workspace to see, if the Chidori is cloned to the worrkspace
If a player equips a tool, it becomes part of their Character. So, instead try setting Core.Parent
to the player’s character instead of workspace.
I’m not sure if this will work, but you could give it a try.
I tried the print function, but it seems it does not show. I think the remote is not firing.
Do you have your Serverscript on your Server or on your Tool? (ServerScript = Normal Script, not the LocalScript). If no, pls move your ServerScript to the ServerScriptService and retry the whole Script (+ use the print function). If this still dont work, try using breakpoints. Else idk, but it is a bad practice what you are doing. Its like store the whole GameServer on each Client, you cant do that.