Profile image

How can I make a Label blink quickly kind of like a beaconLight

6,125 Hypn0  1.6 years ago
  • Log in to leave a comment
  • Profile image
    14.0k Griffon1

    Like, text?
    I had to have a separate variable for the alternating pattern:
    round(.5(sin(Time180))+.5) this should blink evenly every so often.
    Then I just put the output of that variable as a conditional statement, like this:
    (Ill call the above function "Function1", you'd have to change that if you name the function differently)
    {Function1=1?"insert text here":" "}
    the contents in the function should blink evenly without the need for a piston.

    +1 1.6 years ago
  • Profile image
    6,125 Hypn0

    I went ahead and did the piston trick. I would like to know this still tho

    +1 1.6 years ago
  • Profile image
    6,125 Hypn0

    If yall cant think of anything I have a backup plan that includes using the cycle feature of a piston

    +1 1.6 years ago