Particle to Victim.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

utol

Member
Feb 10, 2017
17
1
0
25
Yes, i've done resaerch. But i simply cant find any.

I need something like what you see on Quake Craft.
If you rightclick the hoe and your facing on the player, it will launch a particle to the victim and killing them.

I already have the hoe, player killing event. Just the particle going to the victim event.

Here's a QuakeCraft gameplay for you to see what i'm trying to say.
 
Hope i understand what you want:
code_language.skript:
set {_distance} to "%distance between player and target entity%" parsed as number
loop {_distance} times:
    play critical hit at location loop-number blocks forwards player to the player
    wait 2 ticks