I am trying to make a beam of light travel to a player, but I want it to correctly change direction when a player for example, moves to the left, jumps, etc. How would I do this?
What I mean (Obviously gonna use trails, but this is an example.)
I am trying to make a beam of light travel to a player, but I want it to correctly change direction when a player for example, moves to the left, jumps, etc. How would I do this?
I’d say find a tutorial on youtube, you might find open sourced code, but if you do get open sourced code, make sure you understand what it all means/does before just pasting it into your game. I’m not much of a coder, so I can’t really help out much.
Found out what to do, Repeatedly setting a bodyposition is the way to go for this approach
Good to know, good luck with your creation!