UIRipple
A GUI Effect class that works best under buttons like TextButton or ImageButton.
Properties
| Property | Type | Default |
|---|---|---|
Color | Color3 | Color3.new(1, 1, 1) |
Transparency | number | 0.45 |
Duration | number | 0.6 |
MaxRadiusScale | number | 1.2 |
Fill | boolean | true |
Thickness | number | 2 |
BlendMode | string | "Alpha" |
Enabled | boolean | true |
Name | string | "UIRipple" |