You can write your topic however you want, but you need to answer these questions:
So basically, I’ve been trying to reference a tool just by doing something like
Character.Sword
or
Character:WaitForChild("Tool")
to reference a tool a player has equipped, but this doesn’t work.
I’ve looked into this topic and so far I haven’t found anything very helpful. Someone did mention Tool.Equipped but I’m not sure if this would help.
So that’s my simple question; How do I reference a tool that the player has equipped and is parented to the character?