Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a "Fire Trail Power" that follows your mouse?

Asked by 1 year ago

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

0
Is it a screen trail or a cilent trail? User#47934 5 — 1y
0
client trail Funnyskyswagway3 30 — 1y

1 answer

Log in to vote
1
Answered by 1 year ago

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!

0
Thank you so much this helped! But for some reason while it’s looping it’s only staying where my mouse orignally was and does not follow my mouse around, can you help me with that? Funnyskyswagway3 30 — 1y
0
Why i’m trying to say it that while it’s looping i want tit to follow where ever my mouse goes to imitate a trail Funnyskyswagway3 30 — 1y
Ad

Answer this question