====Vector3==== A Vector3 is a position in 3D space, consisting of length, depth and height (often refered to as 'X', 'Y' and 'Z'). Each of the numbers are separated by a comma. So if you would like to nominate that there is something at 12m across, 2m back and 5m up, you would use the following.... 12,2,5 ===Usage=== Vector3s are used in a range of scripts and effects, and are sometimes present in a [[set]] or [[list]].