Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.2 KB

License and usage

This project is licensed under the MIT license, you are allowed to copy, modify, merge, publish, distribute, sublicense and freely use this resource in your projects, no credits are required, but it would be nice to do so :)

TweenStep

TweenStep is an advanced and better alternative to roblox's TweenService

Features and stuff to do

  • Play, Pausing and Stopping tweens with one simple line of code
  • Single time use Tween() function for ease of scripting
  • Custom easing styles
  • Changing tween properties while the tween is running
  • Support all your TweenInfo.new() arguments, including but not limited to repeatCount, reverse and delay
  • Tweening models
  • Tweening models size
  • Tweening Color3Sequences and NumberSequences
  • All client tweens perfectly synched with server tweens
  • Debuging mode (no debubing cus i'm too lazy to make a proper debug feature)