sharky99
|
  |
| Joined: 18 Dec 2008 |
| Total Posts: 3364 |
|
|
| 13 Jul 2011 04:44 PM |
local fire = Instance.new("Fire") fire.Color = Color3.new(255,255,255) fire.SecondaryColor = Color3.new(255,255,255) fire.Parent = script.Parent fire.Heat = -20 fire.Size = 15
I know this is lame, but I'm new with Color3... |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2011 04:45 PM |
Ehhn why not BrickColor? Anywyaz
fire.Color = Color3.new(255/255,255/255,255/255) fire.SecondaryColor = Color3.new(255/255,255/255,255/255)
|
|
|
| Report Abuse |
|
|
sharky99
|
  |
| Joined: 18 Dec 2008 |
| Total Posts: 3364 |
|
|
| 13 Jul 2011 04:47 PM |
| Its not a Brick and I really havent done much with brickcolor... |
|
|
| Report Abuse |
|
|
|
| 13 Jul 2011 04:48 PM |
Ehhn it's easier doesn't matter if it's not a brick
BrickColor.new("Really blue") |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 13 Jul 2011 04:49 PM |
local fire = Instance.new("Fire") fire.Color = BrickColor.White().Color fire.SecondaryColor = BrickColor.White().Color fire.Parent = script.Parent fire.Heat = -20 fire.Size = 15
|
|
|
| Report Abuse |
|
|
|
| 13 Jul 2011 04:50 PM |
Learn to script before helping others! Seriously!
BrickColor.new("White") |
|
|
| Report Abuse |
|
|