I’m making a flying vehicle, but can’t seem to figure out how :VectorToWorldSpace() works. Currently, when I do try to use it, it flings the vehicle all over the place. It didn’t do that before.
World space is based off the origin, so it is where is this position relative to (0,0,0).
Object space is based off an object. So where is that position relative to the position of some object.