Mark 1 Firmware

local BluntConfig = require(script.BluntConfig)

BluntConfig.bluntTexture = "texture.png" BluntConfig.bluntColor = Color3.new(1, 1, 1) BluntConfig.smokeParticle = "smoke_particle" BluntConfig.burnRate = 0.5

-- Initialize the blunt billboardGui.Texture = BluntConfig.bluntTexture billboardGui.Color = BluntConfig.bluntColor

local bluntModel = script.Parent local billboardGui = bluntModel.BillboardGui

-- Implement blunt behavior local isLit = false