Draw rectangle
This will draw a rectangle at the given coordinates. If a 'Radius' is provided, it will be a rounded rectangle.
Parameters
- X (number)
- Y (number)
- Width (number)
- Height (number)
- Radius (number)
- Opacity (0-100) (number)
- Color (color)
This will draw a rectangle at the given coordinates. If a 'Radius' is provided, it will be a rounded rectangle.