GitHunt
BU

bubu07codes/SimpleTween

A Roblox module for creating and playing tweens simply!

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)

Languages

Luau100.0%

Contributors

MIT License
Created April 30, 2025
Updated September 7, 2025
bubu07codes/SimpleTween | GitHunt