How do i make a floor is lava mini game

This is for a map that has been in progress for 3 years

Is it a platformer or a top-down game?

1 Like

It is a platformer. And can you seed some screenshots

Do you want actual lava, or is your map just a floor is lava-type game?

Here is a screenshot

1 Like

This shows you how to create some lava.

2 Likes

Barrier, barrier, barrier!

Add a barrier, and make no collision.

Trigger the barrier when you reach a zone in a above level, and if you go into the barrier, you respawn and the barriers trigger to disappear if you reach it.

Code to make it make more sense:

If zone reached - Activate barrier
If zone reached - Respawn player
When player respawns - Deactivate barrier

@Gimkitsuggestor Correct.

1 Like

In your example the barriers are the visual lava right?

1 Like