Need scripting support! on remote events

When the tool is parented to workspace the serverscript inside the tool is activated.
Also, LocalScripts run inside the character. That’s why tools work inside the character.

Oh I see. so is there no way to detect the remote event since the tool isnt in workspace?

You’d need to separate your system like this:

  • A script in serverscript service that handles equipping / unequipping of tools
  • A script that controls the tool functions / attacks specifically (parented to the tool)

I was thinking the same thing. So I’ll make a server script in sss and make it equip the tool.

Thank you!

1 Like

I’m back! Glad you found a solution!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.