Attachment Faces Player

How can I make an attachment located in the workspace face/look at the player’s torso? I have already Made a system that finds the player’s Torso (The game is singleplayer) and all I want to know is how to make that attachment face/look at the torso.

1 Like

Whenever I do something like that for an attachment I always set the WorldCFrame

attachment.WorldCFrame = CFrame.new(attachment.WorldCFrame.Position,torso.CFrame.Position)
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.