I want the team of players to change when the color of the object is white. But I do not understand how to write a color check. ``if game.Workspace.NYGNO.BrickColor == "Lily white"
Or do I do everything inoculation?
1 | if game.Workspace.NYGNO.BrickColor = = BrickColor.new( "Lily white" ) then |
2 |
3 | end |