CircleClick
Makes a material-style circle emit from the click position when the panel is clicked, and fade out slowly.
Arguments
(Optional) Color col
Color of the circle
(Optional) Number speed
Speed at which the circle will radiate outwards
(Optional) Number trad
Target radius for the finished circle.
Example
local pnl = vgui.Create("DButton")
pnl:ClearPaint()
:Background(Color(255, 255, 255, 15))
:CircleClick()