
Brick color changing script? - Scripting Support - Roblox
Jul 25, 2021 · Cut me some slack because I am VERY new when it comes to scripting. Basically I have tried to create a script to change colors of my “gem” in the middle of my build but its not …
Change a parts color - Scripting Support - Developer Forum
Mar 12, 2021 · So I encountered something really weird that always worked for me until now:/ I inserted a script into a part in the workspace. In the script I wrote; while true do …
How do I change the color of a brick? (I'm extremely new ... - Roblox
Jan 28, 2021 · Hello programmers! I’ve recently taken up scripting, and I’m looking for some help on a very simple script. I’m trying to make a brick change color, but I’m not sure how. Here’s …
Using a click detector to change a brick's colour - Roblox
Feb 29, 2020 · This has been solved but you can still read it Hi im having problems with how to use the click detector. I feel like I have done something wrong but i’m not sure what. What I …
Changing BrickColor for a Part using a Script versus LocalScript
Jan 23, 2022 · Hey all, Likely of a simple question here, but of foundational importance. Scenario: Place a Part in Workspace. Add a Script to the Part. Add code to have the Part change color …
How to change a bricks color using a BrickColorValue - Roblox
May 17, 2020 · I recommend using BasePart.Color which is a property which require a Color3 value and allow you more flexibility with your color choices. A typical way to go about doing …
Brick color changing script not working - Scripting Support - Roblox
Sep 23, 2019 · I want to change the color of the brick according to the time of the day. But it doesn’t seem to be working. part.BrickColor = BrickColor.new("Institutional white") while true …
Change Brick Colors - Scripting Support - Developer Forum - Roblox
Sep 22, 2024 · I’m working on a Classic: Rocket Arena like game, and I’m trying to change all the avatars to the original avatars. I’m trying to change the color of each body part to make it look …
Making bricks in a model all change colour with one script
Sep 12, 2021 · Hi everybody, I have a lot of bricks inside a model, and I want them all to change colour in sync. All the bricks are named the same thing inside the group. I have tried this …
Converting a BrickColor value to Color3 - Roblox
Nov 20, 2021 · I am trying to make pointlights (Color3) change color using a BrickColor value, the only thing i need help with is converting that BrickColor to Color3
- Some results have been removed