Skip to content

Latest commit

 

History

14 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 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)

关于

A Roblox module for creating and playing tweens simply!

Topics

Resources

Stars

2 stars

关注者

1 watching

复刻s

贡献者

Languages