GTA V NativescolshapesColshapes::newCuboidOn this pageColshapes::newCuboidCreates a cuboid ColShape in 3D space Parameters x: in float y: in float z: in float width: in float depth: in float height: in float dimension: (optional) Syntax ```js mp.colshapes.newCuboid(x, y, z, width, depth, height, dimension) ``` See Also