Need help with making a seismic wave

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

McLovinnnnn

Member
Dec 6, 2020
1
0
1
Hello, i'm kinda new to creating skripts, but i've been having this thought of making a seismic wave when the player lands on the ground. The player would jump about 5 blocks and when the player lands it will create this wave that will push the players around it and it would deal damage. I've been trying to research something close to it, but haven't found anything. If you guys could help me out with this that would be great since i've been trying to figure this out for about a week now
 
hmmmm. try:
Code:
every tick:
    loop all players:
        on step on grass block:
            #here you do a /summon falling block command, cuz idk :/
im not the best with skript either, im learning java
 
Status
Not open for further replies.