TweenService
TweenService
is used to create smooth transitions between different states of properties of objects, allowing for visually appealing animations. It's commonly used to animate UI elements, parts, and other game objects over a specified duration and easing style.
Function | Description |
| Tweens a specified property of an object to a target value over a specified duration. The function requires the following arguments: |
Last updated