|
| 23 Aug 2011 01:21 PM |
Could the problem be that I'm on an empty base plate?
for _, v in pairs(Parts) do enabled = true v.Touched:connect(function(hit) if not enabled then return end enabled = false if v.Name == "Part" and hit.Parent:findFirstChild("Flammable", true) and not hit.Parent:findFirstChild("Fire", true) then local Spread = game.Workspace["Game Global"].Spread:Clone() Spread.Parent = hit Spread.Disabled = false else enabled = true end end) end |
|
|
| Report Abuse |
|
|
myrco919
|
  |
| Joined: 12 Jun 2009 |
| Total Posts: 13241 |
|
| |
|
|
| 23 Aug 2011 01:45 PM |
Now I suffer lag,
and nothing happens -.-
for _, v in pairs(Parts) do enabled = true v.Touched:connect(function(hit) if not enabled then return end enabled = false if hit.Parent:findFirstChild("Flammable", true) and not hit.Parent:findFirstChild("Fire", true) then wait(1) local Spread = game.Workspace["Game Global"].Spread:Clone() Spread.Parent = hit Spread.Disabled = false local Fire = Instance.new("Fire") Fire.Parent = hit end enabled = true end) end script.Parent.Angle.Disabled = true |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 01:58 PM |
| http://www.roblox.com/Forum/ShowPost.aspx?PostID=9772680 |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 02:32 PM |
O.o
I told you whats wrong,
if you read the whole thing you will understand -.- |
|
|
| Report Abuse |
|
|
|
| 23 Aug 2011 02:33 PM |
How come you get relie and help and i dont? -_-
http://www.roblox.com/Forum/ShowPost.aspx?PostID=53473112 |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Aug 2011 02:58 PM |
| Was sitting at 29 views O.o |
|
|
| Report Abuse |
|
|