Skip to main content

Bullet Impacts

Marks where your bullets land: draws a world particle effect or a square marker at each impact point.


World  โ†’  Bullet Impact Dots

What it doesโ€‹

The script tracks your player's shots and places a mark at each bullet impact point. Marks are placed only for your own shots; other players' impacts are not marked. Marks are not drawn while the buy menu is open.

There are two draw modes, chosen via Type:

Particlesโ€‹

A game particle effect, selected in Particle system, is spawned at the impact point. Each particle is force-destroyed after a few seconds so effects don't pile up over a long session. In this mode only the size (Size) and particle-system selection are available โ€” the square-marker options are hidden.

Boxesโ€‹

A square marker of the chosen Color is drawn at the impact point; it lives up to the Duration value and fades out smoothly as it ages. This mode exposes extra options:

  • Distance scale โ€” the marker size scales with your distance to the impact (closer is larger, farther is smaller).
  • Fill โ€” draw a filled square instead of an outline.
  • Thickness โ€” the outline line thickness (when Fill is off).
  • Max impacts โ€” how many recent impacts to keep on screen at once; the oldest are removed once the limit is exceeded.

Settingsโ€‹

OptionTypeDefaultDescription
StateToggleOnEnables/disables the impact marks.
TypeDropdownParticlesDraw mode: Particles (particle effect) or Boxes (square marker).
Particle systemDropdown(second in list)Which particle effect to spawn at the impact point. Visible only in Particles mode.
ColorColor pickerRedThe square marker color. Visible only in Boxes mode.
DurationSlider1The marker's lifetime in seconds. Range: 0.1โ€“5. Visible only in Boxes mode.
SizeSlider16The mark size on screen. Range: 2โ€“32.
Distance scaleToggleOnScale the marker size with your distance to the impact. Visible only in Boxes mode.
FillToggleOffDraw a filled square instead of an outline. Visible only in Boxes mode.
ThicknessSlider2The outline line thickness. Range: 1โ€“6. Visible only in Boxes mode.
Max impactsSlider64How many recent impacts to keep on screen. Range: 1โ€“256. Visible only in Boxes mode.