Script is not working nothing shows up in debug

So I just made this script and for some reason, it won’t work Even running debug nothing Shows up
Script:
image
In workspace:
image

do you have a part named “Red” in your model? It doesn’t look like it in your screenshot.

1 Like

replacethe first few linez wihth:

local R = script.Parent:WaitForChild("Red")
local O = script.Parent:WaitForChild("Orange")
local G = script.Parent:WaitForChild("Green")