I was looking around but I couldn’t really find what I was looking for so I’ll explain here. What I’m trying to create is a key bind power that creates a fire trail that follows your mouse. Cloning the fire and parenting it to workspace wherever the player’s mouse is, is the easy part but how would I make it work by following your mouse for a certain amount of time? If you need a visual example I have one. Not asking for scripts but more of an example
Hello,
you want an example of how to make a trail follow your mouse?
No problem first of all you make the "Fire Trail Power" and DONT parent it to replicated storage
get the local players mouse position in the 3D world and set the position of the "Fire trail power" to the mouse position. make sure to wrap it all up in a while loop.
I hope this helps!