Is there a way I can make lightning strike in the players direction?
Thanks!
code_language.skript:
on right click holding a ghast tear:
if {ts.delay::%player%} is not 1:
if name of player's tool is "&6&lThunder Smash":
strike lightning in the player's direction
set {ts.delay::%player%} to 1
wait 5 seconds
set {ts.delay::%player%} to 0