About 21,500,000 results
Open links in new tab
  1. Change a parts color - Scripting Support - Developer Forum - Roblox

    Mar 12, 2021 · Color3.fromRGB(R, G, B) to get the specific RGB values you're looking for. You can still use the Color property and the RGB scale if you use the fromRGB constructor of Color3. Would recommend this over that weird BrickColor constructor override. Try this: while true do. wait (1) script.Parent.Color = Color3.fromRGB(0, 255, 0) end.

    Missing:

    • Roblox Studio

    Must include:

  2. How do I change part properties (such as color) with a local ... - Roblox

    Apr 22, 2024 · Whenever one is fired, check if it’s the character of the local player and if so, then change the part color. Whenever you change the color, also listen for a new Touch Ended event with that specific part.

    Missing:

    • Roblox Studio

    Must include:

  3. How do I go about changing character parts colors? - Roblox

    Aug 3, 2020 · Change v to be either v is a Part or v is a MeshPart and wait until the player character has fully loaded into the game. The script is attempting to change colors of the parts before the players character model has fully loaded. OR you can do it like solution did it. Easy way that I use: bodyColors.HeadColor = color.

    Missing:

    • Roblox Studio

    Must include:

  4. How do you color different parts at the same time? - Roblox

    Mar 16, 2020 · You can change the color with a command script. On Studio there is something in View tab called command that you can write scripts inside. Try that out. Edit: To change the part color you need to get the part’s place in Workspace then change its color. game.Workspace.Part.BrickColor = BrickColor.new(R, G, B) You can set any number from 0 …

  5. HOW TO CHANGE PART COLOR | Roblox Scripting Tutorial

    In this Roblox Studio scripting tutorial, you will learn how to change a part color using scripts. Like and Subscribe - / @prizecp.

  6. HOW TO CHANGE A PARTS COLOR USING SCRIPT | Roblox Studio

    In todays video I show you how to change a parts colour using scripts in Roblox Studio. I Hope you enjoyed the video, Have a lovely rest of your day! If you ...

  7. Object properties | Documentation - Roblox Creator Hub

    To change the color of a part, you need to be able to describe where to find it. If the part is in Workspace, use the keyword workspace . Then use dot operators to state the desired part and access its properties.

  8. HOW TO CHANGE A PART'S COLOR USING PROPERTIES ROBLOX STUDIO

    Apr 11, 2025 · About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...

  9. How to Make Part Change Color using a GUI | Roblox Studio

    Mar 14, 2023 · Watch this video to learn how to step by step make a part change color usinga GUI for your game using Roblox Studio!

  10. Changing a parts color - Scripting Support - Developer Forum - Roblox

    Apr 15, 2022 · Use Color3 instead of using brickcolor. script.Parent.Parent.Parent.Ligth.Color= Color3.fromRGB (0, 255, 0) wait (5) script.Parent.Parent.Parent.Ligth.Color= Color3.fromRGB (255, 0, 0) Whole code: local ProximityPromptService = game:GetService ("ProximityPromptService") local triggered = game.Replica…

  11. Some results have been removed
Refresh