BrickColour is not a valid member of UnionOperation?
I know that a Union has a BrickColour but for the script I'm using won't work and has the same error (BrickColour is not a valid member of UnionOperation) in the output.
The script:
2 | local player = game.Players.LocalPlayer |
3 | game.Workspace.BloodReader.NeedleStand.ClickDetector.MouseClick:Connect( function () |
4 | game.Workspace.Event:FireServer(player) |
5 | player.Backpack.Collector.MovingParts.Change.BrickColour = BrickColor.new( "Fossil" ) |
If anyone knows how to fix this please help.