Skip to content

bubu07codes/SimpleTween

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Roblox module for creating and playing tweens simply!

Topics

Resources

License

Stars

Watchers

Forks

Languages