#cframe help
1 messages · Page 1 of 1 (latest)
Developer Forum | Roblox
:ToObjectSpace() converts a CFrame relative to the world relative to a specific part. For example let’s say object A is at 0, 10, 0 and object B is at 0, 20, 0. If we ran: print(objectA.CFrame:ToObjectSpace(objectB.CFrame) it would print 0,10,0 as object A is 10 studs above object B. It’s treating object B’s CFrame as the center of the wo...
This might help!
I hope you know that theres a difference between PointTo and To