put CSGBox in start point in godot script

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By kakcalu13

How do you program object (CSGBox) to a specific start point? I can program to change the height, width and depth. What about the start point?

:bust_in_silhouette: Reply From: kakcalu13

Answer:

$RigidBody/box.transform.origin = Vector3(0,0,0) ##you can just put
any number in it