Does anyone know how to make text appear and dissapear via activation group without it being transparent when it is visible? I'm tryna work on a new C.O.F.F.I.N. cockpit for a transporter craft, so making it timable would be an extra plus
Does anyone know how to make text appear and dissapear via activation group without it being transparent when it is visible? I'm tryna work on a new C.O.F.F.I.N. cockpit for a transporter craft, so making it timable would be an extra plus
@overlord5453 I think the second one works, I think the first one will technically have it be just a tiny bit transparent
<alpha={Activate1? "#99" : "#00"}>
Or
{Activate1? "Text" : ""}
@32 ohhh
@overlord5453 only certain values work, if I remember correctly #FF makes it 100% opaque while #00 is the lowest value. Then it goes up in increments of 22 I believe until like 88
Edit: According to the resource
I was right, except after #88 there is #CC, #AA. and then #FF.
@32 yeah. For whatever reason you can't make it fully visible or put #100 in there. But no other text will take it's place when it's invisible.
@Icey21 no problem ;)
thanks :>@overlord5453