Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of FiguraMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:34, 26 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Blink (Created page with "== How to blink == First, you need to have eyes to scale. I'm gonna store them in a variable for easier accessing, as well as how fast I want to blink (in ticks). Your path will be different <syntaxHighlight lang="lua"> local eyes = models.model.root.UpperBody.TheHead.Eyes local BLINK_RATE = 4 * 20 -- 4 Seconds </syntaxHighlight> Next, I want to create a <code>TICK</code> event to set when my eyes blink, as well as 5 variables: tick, oldScale, newScale, oldPos, and new...")