Looping part not working

so im trying to do a colour loop for my enchanted forest but when I run the script, instead of looping through the colours I put it it just goes white. please help.

To make brick colors from RGB you need to use this:

loopingPart.Color = Color3.fromRGB(75,151,75)

BrickColor.new() and BrickColor only supports preset color from Roblox’s color selection and won’t support full range RGB values.

1 Like

oh that helps a lot , thank you