Hei So i've made a script for shooting entity when holding an item and I wanna make it so player can't spam it, so like I want a cooldown/delay for every shoot, I hope someone understand lol
This is my current script, I want to make a delay for every fireball shoot
I hope someone could help me, I'm still new and learning about script, thx
This is my current script, I want to make a delay for every fireball shoot
Code:
#Fireball Shooter
on rightclick holding a blaze rod:
play sound "entity.blaze.shoot" with volume 1 to the player
make the player shoot a fireball at speed 4
I hope someone could help me, I'm still new and learning about script, thx