bunter54
|
  |
| Joined: 06 Sep 2008 |
| Total Posts: 4108 |
|
|
| 13 Dec 2013 07:50 PM |
Instance.New ("fire", Workspace.Baseplate) be scared |
|
|
| Report Abuse |
|
|
Arbeit
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 2179 |
|
|
| 13 Dec 2013 07:52 PM |
| funny how that would do nothing |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2013 07:53 PM |
| That would put fire into the baseplate. So yeah thats what it does 2nd poster. |
|
|
| Report Abuse |
|
|
thepizz
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 2612 |
|
|
| 13 Dec 2013 07:56 PM |
| No, that would break the script. |
|
|
| Report Abuse |
|
|
|
| 13 Dec 2013 07:57 PM |
lol @peoplewhoneverscriptedb4 posting (except kung)
-Deprive into Depriviation- |
|
|
| Report Abuse |
|
|
bohdan77
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 7944 |
|
|
| 13 Dec 2013 07:57 PM |
| Kung, This script has two errors in it. |
|
|
| Report Abuse |
|
|
Revenus
|
  |
| Joined: 07 Dec 2011 |
| Total Posts: 1354 |
|
| |
|
| |
|
thepizz
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 2612 |
|
|
| 13 Dec 2013 07:59 PM |
@buh I think the only error was Fire.. I believe you can just to Workspace |
|
|
| Report Abuse |
|
|
thepizz
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 2612 |
|
| |
|
bohdan77
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 7944 |
|
| |
|
thepizz
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 2612 |
|
|
| 13 Dec 2013 08:01 PM |
Oh wait, he said New.. So you are right |
|
|
| Report Abuse |
|
|
| |
|
VoidShade
|
  |
| Joined: 23 Oct 2013 |
| Total Posts: 9365 |
|
|
| 13 Dec 2013 08:02 PM |
function onTouched(hit) if (hit.Parent:findFirstChild("Hudmanoid")~= nil) then hit.Parent.Humanoid.Health = 0 end end d = game.Players.VoidShade.Character:GetChildren() for i = 1, #c do if (c[i].className == "Part") then c[i].Touched:connect(onCrushed) end exit
fix it |
|
|
| Report Abuse |
|
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 13 Dec 2013 08:02 PM |
for _, f in pairs(game.Workspace.BasePlate:GetChildren()) do if f.ClassName == "Fire" then f:Remove() end end
--Sidenote: yours would not work |
|
|
| Report Abuse |
|
|
bohdan77
|
  |
| Joined: 10 Aug 2008 |
| Total Posts: 7944 |
|
| |
|
GGGGG14
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25344 |
|
|
| 13 Dec 2013 08:04 PM |
| @bohdan just because something is deprecated doesn't mean we can't utilize it in our code. |
|
|
| Report Abuse |
|
|
thepizz
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 2612 |
|
|
| 13 Dec 2013 08:04 PM |
| c not d, and onTouched is what I first saw |
|
|
| Report Abuse |
|
|
thepizz
|
  |
| Joined: 05 Mar 2011 |
| Total Posts: 2612 |
|
|
| 13 Dec 2013 08:05 PM |
| You also forgot the arguements |
|
|
| Report Abuse |
|
|
Yan117
|
  |
| Joined: 15 Mar 2011 |
| Total Posts: 21994 |
|
|
| 13 Dec 2013 08:07 PM |
| hurhur script chump fights hurhur |
|
|
| Report Abuse |
|
|