How to make tool scale to character size

I want to make a tool scale to my character size, but can’t figure out a simple way to do so

1 Like

Scale the size of the handle of the tool in accordance with the scale that the character is using.

Not really that affective, as some tools can have a dozen parts or so

In that case change all the parts using :GetDescendants

I’m aware of this but the tool you’re holding is a LinkedSword which only has 1 part (the handle), if you need to scale multiple parts then simply do that instead.