local staringPart = YourPart
local stareAtPart = YourOtherPart
staringPart.CFrame = CFrame.lookAt(staringPart.Position, stareAtPart.Position)
1 Like
local staringPart = YourPart
local stareAtPart = YourOtherPart
staringPart.CFrame = CFrame.lookAt(staringPart.Position, stareAtPart.Position)