Why isn’t this script working?
The part appears from the instance.new, but none of the properties I listed such as brick.size and brick.color arent working. No errors or anything.
It’s just a plain part and none of the properties affect the part.
Why isn’t this script working?
The part appears from the instance.new, but none of the properties I listed such as brick.size and brick.color arent working. No errors or anything.
It’s just a plain part and none of the properties affect the part.
Should be brick.BrickColor
.
‘Color’ isn’t a valid member of ‘BasePart’ instances.
Then what about my size variable?
Still no change after I changed it to brick.BrickColor
brick.BrickColor.Red()
should be brick.BrickColor = BrickColor.Red()
If you misspell something in your code then It will break your whole code unless you use a pcall.