How to make shooting effect

So I am trying to recreate this shooting effect https://gyazo.com/e3a6a9959faf9f8cf191a7fe5aa74086. I have tried using trails but that didn’t work. I also tried using a part and firing it at the user but I didn’t have much success with that. Could someone help by telling what I could use. No code necessary. Thank you

1 Like

So what you are trying to do is make a bullet automatically fire at a player when you press a button?

Just the effect of the clicks shooting at the other player. I’ve already made it do damage when the player clicks, I just want the shooting effect.

I’ve found out about beams. I will try using them. They seem perfect for this situation. Any other suggestions are still really appreciated.

I believe what you can do is when the player clicks, a beam is connected between you and the player you’re attacking, then after a bit of time, destroy the beam so it wont repeatedly make an arrow go after them unless you click