Classes
Tween
Tween
is a class used for tweening objects
You cannot Instance this class with
Instance.new()
Properties
Functions
TweenProperty(object, propertyName, value, time)
The TweenProperty
is used to tween property of any object (if it is supported). An example:
Kill()
Kills the active tween. An example:
Stop()
Stops an active tween. An example:
Play()
Plays an inactive tween. An example:
Signals
OnTweenCompleted
Is played when a tween is completed. An example: