Jump to content

Need someone to create me a easy script


SoonerParker217

Recommended Posts

on walking on snow block:
    wait 1 second
    set event-block to air

this should work 🙂

                                                                        Skærmbillede 2024-02-11 151140.png

Link to comment
Share on other sites

i just saw that you posted this but when they are on the side of the block it does not break the block and the just sit on the side

On 2/11/2024 at 5:55 AM, WorseKD1 said:
on walking on snow block:
    wait 1 second
    set event-block to air

this should work 🙂

just saw that you posted this but when they are on the side of the block it does not break the block and the just sit on the side

Link to comment
Share on other sites

  • 2 weeks later...
on player move:
    block at player is not air:
        loop blocks in radius 2 of player:
            loop-block is snow block:
                wait 1 second
                set block at player to air

Should work. Untested but returns no errors when run through SkUnity Parser.

Edited by nickigames
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...