About 10,700 results
Open links in new tab
  1. Flickering light script - Code Review - Developer Forum - Roblox

    May 16, 2020 · local light = script.Parent while true do wait(.1) light.Brightness = .1 wait(2) light.Brightness = .6 wait(0) light.Brightness = .4 end So basically I made this flickering light …

  2. How to make a flickering light that dims (or flickers) more ... - Roblox

    Aug 11, 2022 · What do I want to achieve? I want to have a flickering light in my game that I don’t have to write a million lines of code that main contains waits. I think dimming o brightening the …

  3. Making Flickering Lights - Scripting Support - Developer Forum

    Feb 18, 2023 · Hello! I have multiple of the same lamp models in my game and I want all of them to flicker at the same time. I want to make them flicker a bunch of times so since writing every …

  4. How to flicker a ton of lights with a simple script, all at ... - Roblox

    May 11, 2022 · I’m trying to make a neon sign effect; so, flickering lights randomly, that sort of thing. It’s too many lights to have a script for each one. I, v, in pairs, while it does in the end …

  5. Flickering Light using TweenService - Scripting Support - Roblox

    May 27, 2021 · The Goal: A light that smoothly flickers at various brightness levels to create a flickering effect by manipulating both the transparency value of the part and the brightness …

  6. Lightning Flicker Effect? - Scripting Support - Developer Forum

    Jul 21, 2024 · Hi, I want to make weather in my game and I’ve been stuck on how to make a good lightning flicker effect. I know about the Lighting’s brightness stuff and other properties to do …

  7. Making lights randomly flash, when value is set to true or ... - Roblox

    Nov 30, 2020 · Hey. So I’ve been working on script that checks certain value, and according to the value changes visual properties of all lights in certain folder. while true do wait(2) local …

  8. Flickering lights - Scripting Support - Developer Forum - Roblox

    Apr 26, 2023 · So, to make things clear, I have multiple parts on the roof of my game map game and every single one of them has a spotlight instance in, with the brightness attribute set to 5. …

  9. Make lights flicker - Scripting Support - Developer Forum - Roblox

    Aug 4, 2024 · Hello there. thanks for opening this post! The script below has an argument called “FLICKER” the code below is supposed to make the light flicker different from a duplicate of it …

  10. Simple Blinking Light - Scripting Support - Developer Forum

    Mar 27, 2021 · How do you make use Light.Enabled to make a light go blink AND have the option to turn off said light, Using while true do would break the rest of the script or simply not be able …

Refresh