|
| 04 Jul 2015 08:02 PM |
function onTouched(hit) q = Instance.new("Fire", hit) hit.BrickColor = BrickColor.new("Really black") for i = 0,1 0.1 do hit.Transparency = i wait(0.1) end hit:remove() end
script.Parent.Touched:connect(onTouched)
it worked when it was just
function onTouched(hit) q = Instance.new("Fire", hit) end
so i decided to add some stuff to it and now it doesnt work :( |
|
|
| Report Abuse |
|
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
|
| 04 Jul 2015 08:03 PM |
for i = 0,1 0.1 do for i = 0,1, 0.1 do forgot a comma, pal |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 04 Jul 2015 08:07 PM |
| i showed you how to format your code. Do not ignore my solution |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2015 08:10 PM |
ty @rayk
and @time idk what you're talking about |
|
|
| Report Abuse |
|
|