How do you make this button effect?
1 Like
Oh this is really simple, the way we did it in react (we don’t have react in roblox iirc) when trying to implement it into our graphics library is we basically had a sphere image made it grey and slightly transparent and tweened it so it’s size was twice the size of the button we clicked (relative to the highest length, this would be x).
Tried, but i didnt succeed. ![]()
Well how am I suppose to help you ![]()
I use tweenservice for the circle animation and color changes, you can change the size of a frame with a UiCorner object inside the frame with the CornerRadius set to 1,0 and change the parent of the circle frame to have the “ClipDescendants” property enabled.