How to make the player not move in platformer

So, I’m making a platformer map and I don’t want the player to move up down left right but when I use barriers and props the player can still move. is there any other way for this?

Lifecycle (game start) → Relay (all players)
Relay → Speed modifier (0.0 speed)

could force all players unable to move when game starts.

or, you can place the spawn pad in a bunch of terrain.


Edit: thanks fleet :D

7 Likes

Use a lifecycle, relay, and speed modifier.
Set the speed in the modifier to 0.
Wire

Event Occurs --> Trigger Relay
Relay Triggered --> Set player to configured speed

yeah basically what yoyoman said
also @NotYoyo Happy Birthday!!! (we have the same birthmonth lol, I have to wait 3 weeks till my birthday :frowning: )

1 Like

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