How do I make a one way passage?

I’m trying to make a passage that you can enter one way, but when you try to go back you can’t. kinda like a semisolid platform from the Mario series. I don’t want to use teleporters, and It has to work multiple times, since it’s for a multiplayer platformer. can someone help me?

3 Likes

Use the zone and barrier devices…
Make it to where when they enter the zone, the barrier activates, which blocks their way back.
:+1:t2:
Oh, but make sure the barrier device has collision turned on…
It should be on by default, though.

1 Like

Yeah, but I said it has to work multiple times.

1 Like

I dont think you really need images

COUGH COUGH

1 Like

ok, you need a barrier and a zone. When you enter the zone, you the barrier activates behind you, and well, you can’t escape.

Edit:
[1]
Place 2 zones then, one that transmits on Activate Blockade and one that transmits on Deactivate Blockade.
Place one on on side and one on the other side.
:sweat_smile:


  1. Because I thought you wanted teleporters, but I read that wrong, LOL ↩︎

i feel like you should set the scope to player?

set an invisible barrier set to unactive on game start
set a zone and when someone enters the zone activate barrier.

set the scope to player so it only affects you

bro just use the guide I linked…
It doesn’t need images…

… Thats the point of a guide…
it is long because it gets to the point and is easy to understand

1 Like

i mean like you know like some people don’t like guides they’re too long

what if you make a zone that teleports you to the other side of an already existing barrier

2 Likes

I said I didn’t want to use teleporters

1 Like

barrier with zone under it… once zone detects player, collision turns off until they reach top/out of zone…

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.