How to make a part follow the player?

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’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.

1 Like

Found out what to do, Repeatedly setting a bodyposition is the way to go for this approach

1 Like

Good to know, good luck with your creation!

1 Like