Skip to main content

Hit Marker

Shows confirmation of a hit on an enemy: a crosshair-style marker in the center of the screen and floating damage numbers above the target. Headshots are highlighted in a separate color.


Visual  โ†’  Hit Marker

What it doesโ€‹

When your shot removes an enemy's health or armor, the script shows two cues. Damage is attributed by correlation: if an enemy's HP/armor dropped on the same tick (or right after) a tick where you fired, the hit is counted as yours. The headshot color is set by the shared Headshot Color option and applies to both the marker and the damage numbers.

Markerโ€‹

A crosshair-style indicator of four diagonal lines in the center of the screen.

  • Size โ€” the length of the marker lines.
  • Gap โ€” the gap from the center to where the lines begin.
  • Thickness โ€” the line thickness.
  • Duration โ€” how many seconds the marker stays.
  • Fade โ€” the marker fades out and spreads slightly outward toward the end of its display time.

Damage Numbersโ€‹

Floating "-N" popups anchored to a point above the target's head, drifting upward as they fade.

  • Text Size โ€” the number's text size.
  • Rise Distance โ€” how far the number rises over its lifetime.
  • Rise Speed โ€” how fast the number climbs toward the top point.
  • Duration โ€” the number's lifetime; it holds full opacity for the first half, then fades.
  • Text Outline โ€” outlines the text for legibility (without the outline the text is drawn bolder).

Settingsโ€‹

Menu itemTypeDefaultDescription
StateToggleOffThe feature's master switch.
Headshot ColorColor pickerRed (255, 70, 85)The color of the marker and damage numbers on a headshot.

Markerโ€‹

Menu itemTypeDefaultDescription
StateToggleOnEnables/disables the crosshair marker.
ColorColor pickerWhiteThe marker color (for regular hits).
SizeSlider10The length of the marker lines. Range: 4โ€“30.
GapSlider4The gap from the center to the lines. Range: 0โ€“20.
ThicknessSlider2The line thickness. Range: 1โ€“6.
DurationSlider0.4The marker's display time in seconds. Range: 0.1โ€“2.
FadeToggleOnThe marker fades and spreads outward toward the end.

Damage Numbersโ€‹

Menu itemTypeDefaultDescription
StateToggleOnEnables/disables the damage numbers.
ColorColor pickerWhiteThe number color (for regular hits).
Text SizeSlider12The number's text size. Range: 10โ€“40.
Rise DistanceSlider60How far the number rises. Range: 10โ€“120.
Rise SpeedSlider1The number's rise speed. Range: 0.1โ€“3.
DurationSlider1The number's lifetime in seconds. Range: 0.3โ€“3.
Text OutlineToggleOnOutlines the text for legibility.