HI! I've tried many ways to do the script like creating my own or search it online and download it but non of them work, I even edit the script. Can someone show me the script that make the head and hand follow the cursur while the hand is holding a hammer in 2D just like the game Getting Over It?
function torsoPoint() local torso = player.Character.HumanoidRootPart if equip and tool then local direction = (mouse.Hit.p - torso.Position) * Vector3.new(1, 0, 1) torso.CFrame = CFrame.new(torso.Position, torso.Position + direction) end end
This will make the torso point at the mouse position.
Closed as Not Constructive by EzraNehemiah_TF2, User#1007, Zafirua, and ImageLabel
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?