help skript fungun

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

mrzakarea

New Member
Dec 21, 2020
9
0
1
I need : meow sound fungunrod



skript :




# fun gun system


on right click with blaze rod:
if {cool.%player%} is 2 or 1:
send "&eFun&6Gun &8» &7You must wait %{cool.%player%}% &7seconds."
else:
shoot a snowball at speed 1
set {cool.%player%} to 2
loop 2 times:
wait 1 second
subtract 1 from {cool.%player%}
set {cool.%player%} to 0
on projectile hit:
projectile is a snowball:
loop all players:
show 5 "heart" particles at event-location for loop-player offset by 0.1, 0.3, 0.1
show 5 "lava" particles at event-location for loop-player offset by 0.1, 0.1, 0.1
play raw sound "LEVEL_UP" at event-location with pitch 1 volume 100
[doublepost=1609026165,1609021032][/doublepost]And if i mention player play for mentioned player level_up or any thing
 
Status
Not open for further replies.