|
| 21 Sep 2014 02:34 AM |
whats wrong with this script? im not getting any replies on scripting helpers so trying on atr.
function onTouched(hit) game.workspace.:findfirstchild.(maps[m]).remove end |
|
|
| Report Abuse |
|
|
DrSaint
|
  |
| Joined: 14 Oct 2009 |
| Total Posts: 18429 |
|
|
| 21 Sep 2014 02:34 AM |
| What's the colon there for? |
|
|
| Report Abuse |
|
|
llcoolj03
|
  |
| Joined: 20 Nov 2011 |
| Total Posts: 6135 |
|
|
| 21 Sep 2014 02:36 AM |
function onTouched(hit) game.Worskspace:FindFirstChild.(maps[m]):Remove end
I'm not sure if that works, but alway remember captials letters
S.I.G.G.Y |
|
|
| Report Abuse |
|
|
llcoolj03
|
  |
| Joined: 20 Nov 2011 |
| Total Posts: 6135 |
|
|
| 21 Sep 2014 02:37 AM |
Oh and I forgot the end bit
S.I.G.G.Y |
|
|
| Report Abuse |
|
|
|
| 21 Sep 2014 02:38 AM |
function onTouched() game.Workspace:FindFirstChild(map[m]):Destroy() end
-i am atlanticblox |
|
|
| Report Abuse |
|
|
DrSaint
|
  |
| Joined: 14 Oct 2009 |
| Total Posts: 18429 |
|
|
| 21 Sep 2014 02:39 AM |
| Ok so it was the period ruining the placement of the colon. I AM GETTING KNOWLEDGE |
|
|
| Report Abuse |
|
|
FELlNE
|
  |
| Joined: 07 Apr 2012 |
| Total Posts: 30839 |
|
|
| 21 Sep 2014 02:41 AM |
while true do print("lizard squad") end
fixed |
|
|
| Report Abuse |
|
|
| |
|