How do you find a players character?
03 | Player = script.Parent.Parent |
04 | rightshoulder = Player.Character.Torso |
05 | tool.Equipped:connect( function () |
08 | tool.Activated:connect( function () |
09 | rightshoulder.C 0 = rightshoulder.C 0 *CFrame.Angles( 0 , 0 , 0.16 ) |
Tried to make it when you clicked, you would like slay with your sword.
However, I'm having trouble finding my character torso!
Keep in mind this is in a tool!
Of course, in local scripts im able to easily find them but i dont get it when you use a tool
any soloutions would be appreciated!