|
| 10 Mar 2013 03:10 PM |
Right, here's how this is going to work:
I'll post what script I need and you guys type the script for it, okay? Thanks.
Right now, all I need is the script for a killing brick. |
|
|
| Report Abuse |
|
|
| |
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 10 Mar 2013 03:13 PM |
function MrChubbsIsPwnsome() print("Go Die") end script.Parent.Touched:connect(MrChubbsIsPwnsome) |
|
|
| Report Abuse |
|
|
|
| 10 Mar 2013 03:14 PM |
| Are you kidding? Course you are. |
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 10 Mar 2013 03:15 PM |
| Am I kidding, of course not. This isn't a script slaves forum, if you asked in a nicer way I might not have been so harsh in my psuedo code. |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 10 Mar 2013 03:15 PM |
Lern2Script
function onTouched(hit) gp = game.Players:findFirstChild(hit.Parent.Name) --Kills Players only if gp and gp.Character.Humanoid then gp.Character.Humanoid.Health = 0 end end
This is the only time I'm helping you. Learn, because nobody's willing to 'give' you scripts. |
|
|
| Report Abuse |
|
|
|
| 10 Mar 2013 03:15 PM |
| Forum.ScriptHelpers.RandomLaserFish:Remove() |
|
|
| Report Abuse |
|
|
|
| 10 Mar 2013 03:16 PM |
^^ Too simple :/
This is better...
local func = Instance.new("BindableFunction",Workspace)
func.OnInvoke = function(hit) pcall(function() hit.Parent:BreakJoints() end) end
script.Parent.Touched:connect(function(hit) coroutine.wrap(function() Delay(3,function() func:Invoke(hit) end) end) end) |
|
|
| Report Abuse |
|
|
Geomaster
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 1480 |
|
|
| 10 Mar 2013 03:17 PM |
^ Holy hell, man
Flashyness is only useful with clothing. |
|
|
| Report Abuse |
|
|
|
| 10 Mar 2013 03:17 PM |
@Mr Chubbs:
True, now that I read it back it was kinda bad. All right, op take two. Nvm. |
|
|
| Report Abuse |
|
|
| |
|
|
| 10 Mar 2013 03:20 PM |
| Don't mind me, just waiting for my account to be deleted. |
|
|
| Report Abuse |
|
|
| |
|