#How to set part face toward part?
12 messages · Page 1 of 1 (latest)
part1.CFrame = CFrame.lookAt(part2.Position, part2.Orientation).lookVector
try that
if that doesnt work, change lua Part2.Orientation to ```lua
Part2.Position
@dusky mist
Thanks I will try that
Got error:
Unable to assign property CFrame. CoordinateFrame expected, got Vector3 - Client
Same as this one