|
| 22 Nov 2014 02:39 PM |
part = script.Parent
part.Touched:connect(function(plr) if part.Material == "Grass" then local player = plr.Part:findFirstChild() local smoke = player.Instance.new("Smoke", player) wait(1) smoke:Remove() end end)
I think I'm not calling the functions, just setting them, right?
#DurstIlluminati (R$43,215/R$250,000) |
|
|
| Report Abuse |
|
|
|
| 22 Nov 2014 03:11 PM |
bump
#DurstIlluminati (R$43,377/R$250,000) |
|
|
| Report Abuse |
|
|
|
| 22 Nov 2014 03:12 PM |
my eyes they burn
wat are you even trying to do
guise i have a siggy |
|
|
| Report Abuse |
|
|
Varyze
|
  |
| Joined: 19 Feb 2012 |
| Total Posts: 3135 |
|
| |
|
|
| 22 Nov 2014 03:15 PM |
oh, I'm trying to make it so when a player walks on the grass, it makes smoke appear from their legs for .1 seconds and then removes. I'm a new scripter..
#DurstIlluminati (R$43,499/R$250,000) |
|
|
| Report Abuse |
|
|
w8t
|
  |
| Joined: 01 Mar 2012 |
| Total Posts: 560 |
|
| |
|
|
| 22 Nov 2014 03:16 PM |
| That is calling a function. |
|
|
| Report Abuse |
|
|