How to use objectspace and worldspace

I know this topic is repeated but I read both What does ToObjectSpace() and ToWorldSpace() do? and Object and World Space | Roblox Creator Documentation and I still wasn’t able to understand it. I only know that it returns a CFrame or the origin. Any help thanks.

I like to think of it like this. WorldSpace is your GPS coordinates, and ObjectSpace is where it is in relation to your car.
If I say “Where is the intersection of 90th and main in object space” then the answer will be “300 feet to the right of the car”
If I say “Where is the place 300 feet to the right of the car in world space” then the answer will be “90th and main”
Object space is where the coordinate relates to how far and in what direction something is relative to an object.
World space is the exact location as it would show up in Workspace.

1 Like

If worldspace is the exact location of something why cant you just get the position for example vector3.new(part.Position)