FIRE GUN

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

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

NiklasBroz

Member
Aug 31, 2018
4
0
0
24
Hello guys,
So im kinda lost right now, because im not that good at scripting.
But i want to make like a gun that shoots a fire particle
and every mob that get hits by the particle will be set to fire
Could anyone maybe help me out?
 

Attachments

  • particle.jpg
    particle.jpg
    87.1 KB · Views: 165
I donk know how to do it with particles but I can do it with snow balls or arrows
Code:
on rightclick holding a iron horse armor:
    if held item of the player is named "gun":
        make the player shoot a snow ball at speed 2
On Projectile Hit:
    projectile is an snow ball #here you can set someone on fire or select an arrow to be the projectile is just givin the idea for you
 
Status
Not open for further replies.