Click Effect Help

Hello, guys! I want to make something like this clicking effect but I don’t know how:

I tried searching devForum or YouTube but I can’t find any solution.

I want the effect position to be on the mouse position.

5 Likes

Hello @megamegaal This can be done by using TweenService

For the position and size of the GUI use GuiObject:TweenPosition or GuiObject:TweenSizeAndPosition or GuiObject:TweenSize

If you have others question you can simply watch a youtube tutorial

2 Likes

I think this will explain what you need. Somebody already answered this.

1 Like

You can use my module to create Ui particles.

2 Likes

Thank you so much!! That helped me alot!