A simple module to help bulk-tween UI elements. Tutorial
Creates a new tween group
BulkFade.CreateGroup(
elements: {<Instance>},
tweenConfig?: TweenInfo
) -> BulkFadeGroup
Simply returns all the elements in the tweengroup
BulkFade:GetElements() -> {<GuiObject>}
Calls all the tweens (in)
BulkFade:FadeIn() -> nil
Calls all the tweens (out)
BulkFade:FadeOut() -> nil
Calls all the tweens (in/out toggle)
BulkFade:Fade() -> nil