wolfgangmeyers / bloxcode

Implement Roblox scripts using visual programming blocks
The Unlicense
19 stars 6 forks source link

Tween service #11

Closed wolfgangmeyers closed 2 years ago

wolfgangmeyers commented 2 years ago

Was looking at the best way to make GUI elements fade in and out. Looks like it's the TweenService, as described here: https://devforum.roblox.com/t/how-do-you-make-a-fading-intro-text-gui/452747

This requires a table with fields set on it, so that will be interesting to figure out the best way to represent.

wolfgangmeyers commented 2 years ago

Looks like this is done!