I'm trying to make a variable that will check the color of the tool in the players hand... But it won't work! please help me!
1 | local character = player.Character |
2 | local blockColor = character.Block.Handle.BrickColor |
1 | local character = game.Players.LocalPlayer.Character |
2 | local blockColor = character.Block.Handle.BrickColor |