Valorant type arrow spread

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

Status
Not open for further replies.
May 27, 2021
3
0
1
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:
Status
Not open for further replies.