About 92,300 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 code for a game I’m working on, and I want to know if it is reliable for long servers (if i …

  2. Script for flicker? : r/robloxhackers - Reddit

    Posted by u/Puffelo02 - 10 votes and 10 comments

  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 single lamp model separately would be inefficient, I want them in a repeat until command so I could make them repeat the same lines of codes until it reaches it’s goal (that being the …

  4. 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 light based off the volume of a sound would be much easier. What is the issue? The issue is that I have no idea how to code this at all, and I really need help on how to code the brightness of …

  5. 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 affect each of the lights, does it in a row. I’m looking for all the lights to go off at once, and then reoccur together. The script below works, and it’s short and simple. It just makes all the lights ...

  6. 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 value of the surfacelight. Layout: Current Script: local TweenService = game:GetService("TweenService") local Part = script.Parent local tweenInfo = …

  7. 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. And I have all of these parts into a model. And I often rely on short ways to solve a problem. And basically, I’m making a script into that model that takes every part into the model and sets their …

  8. 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 Blackout = game.Workspace.PowerInf…

  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 by chosing a random value with small offset by dividing. For some reason the output is always the same and not random. Help is apprecianted. Code Examples Recommended local db = true …

  10. [FLICKER] Player Guide & Rules - Bulletin Board - Roblox

    Jun 12, 2020 · [FLICKER] Player Guide & Rules Welcome to Flicker! Flicker is a strategy/role play game created by @croire and @joritochip , founders of Roblox development group JJ Studios. Flicker is not easy right off the bat, so reading this player guide and becoming familiar with the game and rules will help significantly. Player Rules Petty comments, rudeness, and disrespect …

Refresh