Sets the rate at which the text insertion blinks when the edit box is focused.
Sets the rate at which the text insertion blinks when the edit box is focused. The speed indicates how long the cursor stays in each state (shown and hidden); e.g. if the blink speed is 0.5 (the default, the cursor is shown for one half second and then hidden for one half second (thus, a one-second cycle); if the speed is 1.0, the cursor is shown for one second and then hidden for one second (a two-second cycle).
Signature:
Code
EditBox:SetBlinkSpeed(duration)
Arguments:
duration - Amount of time for which the cursor is visible during each "blink" (in seconds) (number)