The floor is lava

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

Stefqnutz

Active Member
Sep 23, 2019
67
1
8
19
Hello, so I want to make a skript so that every 1 minute lava will raise from the floor. Just like in this video:
I want to create this but don't know how. Please can anybody help me?
And yes I know how to start
every 1 minute:
But then I just get lost.
 
i didnt tested this, but u can try:
code_language.skript:
every a minute:
    loop blocks in radius 10 of all players:
        set block at loop-value's location to lava
I dont know if this is what you want.
 
Status
Not open for further replies.