|
| 17 Feb 2013 05:22 PM |
h = script.Parent.Humanoid
function dead()
If h.Health = 0 then
script.Parent.Torso.Transparency = 1
end end
Humanoid.Died:connect(dead)
-- Or did i do the Connection wrong, because i actually do not know where this kinda script goes (If this is even possible...) |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 17 Feb 2013 05:23 PM |
no.
h = script.Parent.Humanoid h.Died:wait() script.Parent.Torso.Transparency = 1
try that ^ |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2013 05:26 PM |
@Miz:
h = script.Parent.Humanoid T0rso = script.Parent.Torso
h.Died:wait() T0rso.Transparency = 1 wait(1) T0rso.Transparency = .5
-- What about something like this? |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 17 Feb 2013 05:31 PM |
Seems legit to me.
But next time test it to make sure. Testing always brings the best results ;) |
|
|
| Report Abuse |
|
|