Trying to change brick color, gives an error. What am i doing wrong? [answered]
Asked by
4 years ago Edited 4 years ago
Well, I'm trying to make a laser gate that opens and closes, and I keep getting this error trying to change the color. I don't know what I'm doing wrong, and I tried = brickcolor."" but it doesnt work either, just gives me an error. What do i do? did i do something wrong? the print works by the way.
01 | game.Workspace.ButtonCO.OnServerEvent:Connect( function () |
02 | if game.Workspace.Lasers.Laserr.BrickColor = = '255,84,84' then |
04 | game.Workspace.Lasers.Laserr.BrickColor = BrickColor "25,255,25" |
05 | game.Workspace.Lasers.Laserr.CanCollide = false |
08 | game.Workspace.Lasers.Laserr.BrickColor = BrickColor "255,84,84" |
09 | game.Workspace.Lasers.Laserr.CanCollide = true |