◐ Shell
clean mode source ↗

GitHub - bubu07codes/SimpleTween: A Roblox module for creating and playing tweens simply!

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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)