How would I make a part face another part? I have tried multiple things but don’t know where to start from
Try Cframe.lookAt !
CFrame.lookAt(Vector3Refrence,Vector3ToLookAt)
Part.CFrame = CFrame.lookAt ( Part.Position, PartYouWantitToLookat.Position)
1 Like
You can use CFrame.lookAt()
https://developer.roblox.com/en-us/api-reference/datatype/CFrame
If you want it to constantly face another part then you can bind the lookAt
code to Stepped or Heartbeat
https://developer.roblox.com/en-us/api-reference/class/RunService
1 Like
hey i tried this, but it didnt move the part at all
you need to provide code before anyone can help
It isn’t supposed to move the part.
It is supposed to rotate it.
If you provide the code people might be able to understand where you have done the mistake and correct it.