01 | script.Parent.ClickDetector.MouseClick:Connect( function () |
02 |
03 | if (game.Workspace.Light_Stat_ 1. BrickColor = = BrickColor.new( "Lime green" )) then |
04 |
05 | print ( "hi2" ) |
06 |
07 | local Lift 1 = Instance.new( "Part" ) |
08 |
09 | Lift 1. Parent = game.Workspace |
10 |
11 | Lift 1. Shape = "Cylinder" |
12 |
13 | Lift 1. Anchored = true |
14 |
15 | Lift 1. CanCollide = true |
Your BrickColor isn't Lime green because I just tested with part and works for me:
1 | if game.Workspace.Part.BrickColor = = BrickColor.new( "Fossil" ) then |
2 | print ( "Test" ) |
3 | end |
4 | -- Prints Test |