Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 672 Bytes

File metadata and controls

22 lines (10 loc) · 672 Bytes

image|690x206

A simple module for tweening/animation functions with GUI objects!

🧑‍💻Functions:

  1. TYPEWRITER EFFECT

    SimpleTween.typewriteText(textLabel: TextLabel, text: string, waitPerChar: number, playSound: boolean)

  2. SHOW/HIDE GUI OBJECT

    SimpleTween.hideObject(object: GuiObject, duration: number)

    SimpleTween.showObject(object: GuiObject, targetSize: UDim2, duration: number)

  3. SIMPLE TWEEN

    SimpleTween.tween(instance: Instance, goal, duration: number, play: boolean)