Recent content by SeriousGuy888

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

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

  1. SeriousGuy888

    Solved Shoot arrow that cannot be picked up?

    Is there a way I maybe put a tag on the arrow that I spawned and detect that? Or maybe can I can do something with the reason the arrow was spawned like on the Skript documentation where you can detect the reason a mob is spawned.
  2. SeriousGuy888

    Solved Shoot arrow that cannot be picked up?

    Already solved. Hi. I'm trying to write a guns script. The gun would fire an arrow but I don't want people to be able to pick up those arrows. Is there a way to do that? if player has 1 {@pistolammo}: shoot arrow from the player at speed 2 #I want to make it shoot an arrow...