How…How do you even do something like this with guis making the text become invisible as if the line is practically eating the text??? I don’t even know where to start. Especially when its not like one gui covering up another its straight transparent here if thats the case.
2 Likes
you can have 2 UIs. 1 above the line and one below the line both different frames. enable Clips Desendants
and from there tween the position of the textlabels in the UI. In the explorer it would look like:
3 Likes
You could turn on the ‘Clips Descendants’ to true and do some basic tweening.
2 Likes
ok thanks ill try it out now! …
1 Like
Dont forget to enable ClipsDesendant
on the FRAME
instances make sure the frames are positioned etc
1 Like
In the tween, make the direction IN so it basically goes into itself until it’s way to small to even exist.
1 Like
No problem! Im glad i could help!
1 Like