Im using skript-particle and it's working and showing whilst using /sk info but the particle line is not showing heres the skript:
every 10 ticks:
loop all players:
if {tracked::%loop-player%} is set:
draw the shape of a line from {tracker::%loop-player%}'s eye to {tracked::%loop-player%} for {tracker::%loop-player%}:
set event-shape's particle to dust particle using dustOption(white, 5)
every 10 ticks:
loop all players:
if {tracked::%loop-player%} is set:
draw the shape of a line from {tracker::%loop-player%}'s eye to {tracked::%loop-player%} for {tracker::%loop-player%}:
set event-shape's particle to dust particle using dustOption(white, 5)