Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

[Solved]How can i make smooth transition of text labels?

Asked by 5 years ago
Edited 5 years ago

Hello i have a GUI element which chooses material of the object but how can make it move smoothly instead of appearing?

https://imgur.com/a/ZR4vIeo

0
if you want it to move then you need to use more than 1 TextLabel Is_Hunter 152 — 5y
0
you would want to use Tweening DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Depends what you mean by "transition". If you mean fade in and out then make a function that makes the loops that make the text a little more transparent until the text transparency is = to 1, then change the text. After that call a function that makes the text fade in which uses loops again to slowly make it fade in.

1
That is what i was looking for.Thanks :D jack001214 19 — 5y
0
No problem! You don't really need to use different text labels too. Adv3rtizement 101 — 5y
Ad

Answer this question