A simple module for tweening/animation functions with GUI objects!
🧑‍💻Functions:
-
TYPEWRITER EFFECT
SimpleTween.typewriteText(textLabel: TextLabel, text: string, waitPerChar: number, playSound: boolean)
-
SHOW/HIDE GUI OBJECT
SimpleTween.hideObject(object: GuiObject, duration: number)
SimpleTween.showObject(object: GuiObject, targetSize: UDim2, duration: number)
-
SIMPLE TWEEN
SimpleTween.tween(instance: Instance, goal, duration: number, play: boolean)