Hello, I am currently trying to create a Valorant type shooter in Minecraft and I want to implement a type of random arrow spread but im not sure how to, if anyone here can help I would appreciate that! Here is my current gun skript:
Code:
on rightclick:
player is holding a netherite hoe named "Vandal"
apply slowness 5 to the player for 999 days
remove netherite hoe from player
give player ghast tear named "Vandal - Right click again to stop aiming in"
on rightclick holding a ghast tear:
remove slowness from the player
remove ghast tear from player
give player netherite hoe named "Vandal"
on leftclick:
player is holding a netherite hoe named "Vandal"
shoot arrow at speed 5
on leftclick:
player is holding a ghast tear named "Vandal - Right click again to stop aiming in"
shoot arrow at speed 5
Last edited: