|
| 04 Dec 2011 12:30 PM |
My script work finely if i use this
Text.BackgroundColor3 = BrickColor.Black().Color Text.BackgroundTransparency = 0 Text.BorderColor3 = BrickColor.Red().Color
but if i use this
Text.BackgroundColor3 = BrickColor.Really Black().Color Text.BackgroundTransparency = 0 Text.BorderColor3 = BrickColor.Really Red().Color
This is not the entire script but the output say this is where the problem is? |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Dec 2011 01:07 PM |
Ur doin eet rong
Text.BackgroundColor = BrickColor.new("Really black") Text.BackgroundTransparency = 0 Text.BorderColor = BrickColor.new("Really red")
-[::ƧѡÎḾḠΰῩ::]-[::Maker of stuff and Helper of Scripting::]- |
|
|
| Report Abuse |
|
|