Verse Library verse

02 Fragment

Conditionally activates a visual glitch effect when a player's health drops below a threshold.

verse-library/enveloping-effect/02-fragment.verse

if (player:GetHealth() < 50) {
    # Activate the glitch
} else {
    # Do nothing (or keep it off)
}

Comments

    Sign in to vote, comment, or suggest an edit. Sign in