I decided to recreate the on screen ripple effect I saw in a game earlier, it’s pretty simple but I haven’t found any resources of it so I decided to just publish this one here
(not to be confused with the ripple effect found in some games when you click a button and it ripples within the button)
To tweak the ripple, go to StarterPlayerScripts > LocalScript then edit the control variables on lines 10, 11, and 12, these will affect how the ripple plays out so you can make it look how you want it to.
(sizeMultiplier determines how large the circle will become from the starting size)
Check again, uploaded a new recording, also download the file again if you use it since I updated it so it will be a circle no matter the scale of the device
mouse data usually works on mobile, and console doesn’t have a way to click the screen like that (unless they had a mouse plugged in, which it would work that way)
For clarification, you want to use virtual cursor when handling input like that for controller to visualize the ripple click, but you can look at the code above, i rebundled the ripple and edited it a bit for controller support