Why wont the Part Color update everytime the BrickColorValue is change?
Asked by
5 years ago Edited 5 years ago
So I've been trying so many different things on trying to update the value. But for some reason, it wont update. Any answers on why this is happening? This is on a server script.
01 | PartSettings = script.Parent.Handle.PartSettings |
03 | script.Parent.Activated:Connect( function () |
04 | local Part = Instance.new( "Part" , workspace) |
05 | Part.Position = script.Parent.Handle.Position |
06 | Part.BrickColor = PartSettings.Color.Value |
09 | if not Part.BrickColor = = PartSettings.Color.Value then |
10 | Part.BrickColor = PartSettings.Color.Value |