Gui Click Effect

Hello, so recently I have been wondering how would I make gui particles whenever I click gui button? I see in many recent games / commissions that people are starting to use this. Some reference videos are down below. If anyone could help me solve this that would be amazing!

References:

1 Like

I believe you would put a part where the UI is and enable a particle effect parented to that part. I believe this could be done by using the mouse’s position when the player clicks a certain UI, but I don’t know if you could do that or not.

This could only be done using surface GUIs as it would need to be on a part in the world. You could try to make your own UI particle system for UI that is not on a surface, but that would be a bunch of work.