how do i add particles on right click a weapon on 1.21.4 in skript 2.14.2

  • 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 community!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

kalecmalec

Member
Mar 23, 2026
1
0
1
so i wanted to make a dash and it worked i wanted to add particles and i added them but they dont work
this is the skript
#dash
on rightclick:
if player is holding diamond sword named "&b&lDASH":
cancel event
if {cd::dash::%player%} is set:
send "&cCooldown!" to player
stop
set {cd::dash::%player%} to true
push player forward at speed 2
play sound "entity.ender_dragon.flap" to player
play 50 of flame at player
wait 5 seconds
delete {cd::dash::%player%}
every 1 second:
loop all players:
if {cd::dash::%loop-player%} is set:
send action bar "&eDash cooldown..." to loop-player