Everytime the player equips a tool, I want the server to attach a Motor6d from the characters torso to the players weapon tool, so the tool animations can work. Should I just attach a ChildAdded event to the character or have the player fire an Equip RemoteEvent everytime they equip a tool?
1 Like
If this applies to any (or multiple) tool(s), ChildAdded would be my choice. This helps avoid unnecessary network traffic and prevents exploiters from firing your function when it’s not meant to be fired.
1 Like