How can i make a mouse trail?

Hello Everyone!

I want to make a mouse trail for my game, however, the trail always leaves gaps in it and i don’t want that.

I want something similar to this gif:
ZvbCwD

Anyone have any idea how can i achieve this?

3 Likes

Clone a gui object like a circle every frame using render step then have it tween size to 0 and transparency to 1 idk bout color tho

Doing it this way leaves a gap everytime you move the mouse too fast, i want it to not leave gaps or a way to fill it.

Well I’m not sure how to do this but you could maybe set a trails part1 to an attachment connetected to the mouse. I know this could either be not possible or very hard to do cause mouse is 2d and trails and attachments are 3d