filo studios.
Free Resourcesfilo_bolt

Configuration

Config options available in config.lua.

config.lua

All static options live in config.lua at the root of the resource. Changes take effect on the next resource restart.

config.lua
Config = {}

-- RGBA colour applied to the draw-outline on a hovered bolt.
-- Values: 0–255 per channel.
Config.OutlineColor = { r = 255, g = 255, b = 255, a = 255 }

-- When true, the player must wait for the current bolt to finish
-- rotating before they can click another one.
Config.OneAtATime = false

Options

Prop

Type

Notes

  • OutlineColor uses the same RGBA range (0–255) as SetEntityDrawOutlineColor.
  • OneAtATime only blocks the start of a new rotation — it does not cancel an animation already in progress.

On this page