Skip to main content

Moving Platforms

Moving Platforms are parts that will periodically move between set destinations.

Use Cases

Moving Platforms can be used to transport players and objects between various locations. They can also rotate if the destinations are rotated. You can use them to mimic Shoving Platforms from older kits by using the Tween configuration.

Moving Platform Configuration

NameDefault ValueDescription
TouchActivatedfalseWhen true, the platform will not start moving until it is interacted with. Useful for not making the player wait around too long.
TweenfalseWhen true, the platform will move using the TweenConfiguration found in each destination part instead of moving with the default speed. It will still carry objects. Please note that when this is enabled, the Reponsiveness on both the AlignPosition and AlignOrientation objects must be increased in order to have it function properly.

Position Configuration

NameDefault ValueDescription
MoveDelay2How long the platform will stay at this position before moving onto the next.