Rxpwn
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 109 |
|
| |
|
|
| 12 Aug 2011 04:19 PM |
Instance.new("Fire")
Regards, ~Scarfacial |
|
|
| Report Abuse |
|
|
mage11561
|
  |
| Joined: 03 Sep 2008 |
| Total Posts: 13217 |
|
|
| 12 Aug 2011 04:20 PM |
a = Instance.new("Fire") a.Parent = --name of part you want fire in |
|
|
| Report Abuse |
|
|
Rxpwn
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 109 |
|
| |
|
mage11561
|
  |
| Joined: 03 Sep 2008 |
| Total Posts: 13217 |
|
|
| 12 Aug 2011 04:22 PM |
a.Size = --size number here a.Color = --color code here? a.SecondaryColor = --color code here? |
|
|
| Report Abuse |
|
|
Rxpwn
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 109 |
|
| |
|
|
| 12 Aug 2011 04:27 PM |
a = Instance.new("Fire") a.Parent a.Size a.Color a.SecondaryColor end |
|
|
| Report Abuse |
|
|
mage11561
|
  |
| Joined: 03 Sep 2008 |
| Total Posts: 13217 |
|
|
| 12 Aug 2011 04:29 PM |
I'll do a sample script ____________________________________________________________
for i=1, 1 do a = Instance.new("Fire") a.Parent = game.Workspace.FireBrick a.Size = 5 a.Color = "Bright Red" a.SecondaryColor = "Really Red" end ____________________________________________________________
|
|
|
| Report Abuse |
|
|
Rxpwn
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 109 |
|
| |
|
|
| 12 Aug 2011 04:30 PM |
| We told you like 3 times dude. |
|
|
| Report Abuse |
|
|
Rxpwn
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 109 |
|
| |
|
Rxpwn
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 109 |
|
| |
|