Skip to main content

Falling Platforms

Falling Platforms are platforms that will fall when stepped on. Once it touches the End part, it will become uncollidable until it's back at its original position.

Use Cases

Falling Platforms can be used for advanced gameplay mechanics or to force the player not to wait around on certain sections. It is heavily recommended not to use them as traps as it can create frustrating and unfair gameplay.

Configuration

NameDefault ValueDescription
ActivateConnectedPartstrueWhen true, all other parts welded to the falling platform will also become uncollidable when the main platform touches the End part.
ActiveCanCollidefalseThe CanCollide of the falling platform when active.
ActiveTime1.5Time in seconds the falling platform will be uncollidable for after it touches the End part.
ActiveTransparency0.75The transparency the falling platform will use while uncollidable.
BaseMass12.6The mass of the falling platform, used to set the density of the platform. Higher values will make the platform heavier. Very low values may make the platform unstable.
InactiveTransparency0The transparency the falling platform will use while collidable.