local character = game:GetService("Players").LocalPlayer.Character local light = Instance.new("SpotLight") light.Color = Color3.fromRGB(0, 0, 255) -- replace with your color light.Range = 20 -- replace with your light range light.Brightness = 20 -- replace with your light brightness light.Parent = character.Head