Venenoso
|
  |
| Joined: 27 Jul 2008 |
| Total Posts: 2169 |
|
| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 07 Sep 2011 12:45 PM |
easy: function onButtonClicked() script.Parent.Parent.Parent.Parent.Parent.Parent.Parent.Character.Humanoid.Health = 0 end
script.Parent.MouseButton1Click:connect(onButtonClicked)
Remove the parents according to the ammount of parents of the script and Gui that holds the script. |
|
|
| Report Abuse |
|
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 07 Sep 2011 01:13 PM |
(LocalScript)
script.Parent.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character:BreakJoints() end) |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 07 Sep 2011 01:15 PM |
| Su, no need, I already solved. |
|
|
| Report Abuse |
|
|
myrco919
|
  |
| Joined: 12 Jun 2009 |
| Total Posts: 13241 |
|
| |
|
Miro034
|
  |
| Joined: 07 Oct 2009 |
| Total Posts: 6568 |
|
|
| 07 Sep 2011 03:32 PM |
@myrco
do you know how to change the humanoid's name? (Player) |
|
|
| Report Abuse |
|
|