Tween Object Property

Description

Smoothly transitions a property to another value over a set time. Connected blocks are ran after the tween is completed.

Available to

Inputs

Object (Object)

You give the path to an object.

workspace.Baseplate

Property (String)

You give the block the name of a property.

Transparency

Value (Any)

You give the block the new value you want to tween the property to. Make sure you are assigning the correct property type.

1

Time (Number)

The amount of time the tween takes in seconds.

1

EasingStyle (Choice)

You give the block the EasingStyle of the tween.

Linear

EasingDirection (Choice)

You give the block the EasingDirection of the tween.

In

RepeatCount (Number)

The number of times the tween repeats after tweening once.

0

Reverses (Bool)

Whether or not the tween does the reverse tween once the initial tween completes.

false

Outputs

This block does not have any outputs.

Last updated