RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"my Part will be red"
-- server script to change a part's color to red local part = game.Workspace.Part -- Change "Part" to the name of your part part.BrickColor = BrickColor.new("Bright red")