How would I achieve a button ripple effect?

How would I achieve something like this?

https://gyazo.com/67ba6d35f048df934c1927e65a3e2d62

I would use RoStrap, but it is broken, and I’m pretty sure the creator abandoned it. :thinking:

1 Like

You would have to insert an image label into the button, and make the image of a circle, then set ht background transparency to 1. Then when they click, set the position of the image label to the absolute position of the player’s mouse on the screen. Then you would have to tween the size of the image label to become larger.

4 Likes
2 Likes

If i use RippleEffects (wich i dont do that much) I use this script:

But if you would make it by yourself, you have to make something like that @XdJackyboiiXd21 said.

6 Likes

Great resource, I’ll be sure to customize and use it in my API. :+1:

1 Like