PIXEL UIDrawingRounded BoxesDrawRoundedBoxDrawRoundedBox PIXEL.DrawRoundedBox( number radius, number x, number y, number width, number height, Color color )Search GitHubView SourceDescriptionDraws a box with rounded corners.Argumentsnumber radiusThe radius of the rounded corners.number xThe X coordinate to draw at.number yThe Y coordinate to draw at.number widthThe width of the box.number heightThe height of the box.Color colorThe color of the box.Rounded BoxesDrawRoundedBoxEx