GTA V NativescolshapesColshapes::newRectangleOn this pageColshapes::newRectangleCreates a rectangle (square) ColShape 2D plane Parameters x: in float y: in float width: in float height: in float dimension: (optional) Syntax ```js mp.colshapes.newRectangle(x, y, width, height, dimension) ``` See Also