PIXEL UIDrawingCirclesDrawCircleDrawCircle PIXEL.DrawCircle( number x, number y, number width, number height, Color color )Search GitHubView SourceDescriptionDraws a solid circle on the screen with the given position, size and color.Argumentsnumber xThe X coordinate to draw at.number yThe Y coordinate to draw at.number widthThe width of the circle.number heightThe height of the circle.Color colorThe color of the circleCirclesCreateCircle