Skip to content

TweenService

Inherits Instance

TweenService is a service for managing tweens

Static Class

This object is a static class. It can be accessed by using its name as a keyword.

Additionally, it cannot be created in the creator menu or with Instance.New().

Not newable

This object cannot be created by scripts using Instance.New().

Methods

NewTween → TweenObject

Parameters: ``

Creates a new tween object

Note: Tween will run automatically after one frame, you must use it's function right after creating it.