|
| 07 Sep 2011 08:23 PM |
game.Players.PlayerAdded:connect(function(p) p.Chatted:connect(function(msg) if msg:lower() == "AH!" then local f = Instance.new("Fire", p.Character:FindFirstChild("Torso")) f.Size = 50 f.Color = Vector3.new(255,255,0) end end) end)
|
|
|
| Report Abuse |
|
|
| |
|
grimm343
|
  |
| Joined: 18 Sep 2008 |
| Total Posts: 2796 |
|
|
| 07 Sep 2011 08:25 PM |
| Because it was not made to? |
|
|
| Report Abuse |
|
|
grimm343
|
  |
| Joined: 18 Sep 2008 |
| Total Posts: 2796 |
|
|
| 07 Sep 2011 08:26 PM |
| That is, if you are referring to the fire. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 08:29 PM |
| Yes, that what should I add? |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 08:31 PM |
f.Color = Color3.new(255,255,0)
|
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 08:32 PM |
| Will that make it work when you die? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 07 Sep 2011 08:43 PM |
Its Color3.new not Vector3.new
Explain what your trying to do when youy say
Message:lower()?
Are you trying to say string.lower? |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 08:44 PM |
| You don't use strings in this. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 07 Sep 2011 08:45 PM |
Ok ten explain what your saying by
Message:lower() |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 08:47 PM |
When I say, "ah!" fire comes on my torso.
darkkiller said not to use it. (strings) |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 07 Sep 2011 08:48 PM |
Ok, one if you don't wanna use the string (string.lower) then why don't you just say
Message.Text = "ah"? |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2011 08:55 PM |
...Because this isn't a message...
this is a chat script. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 07 Sep 2011 08:57 PM |
| Well first of all did you chagne Vector3 to Color3?Second, is there an output? |
|
|
| Report Abuse |
|
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 07 Sep 2011 09:01 PM |
| Ok good so it works now congrats! |
|
|
| Report Abuse |
|
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
| |
|