|
My humanoid's head keeps on popping off and I don't know what to do! I've tried welding, I've tried re-modelling. The things it spawn also DON'T have joints even though I make it with them on the script!!!!
Please help me.
Got any suggestions? Please tell me. I'm not an expert builder but I know that's not how a humanoid head should work.
RespawnScript:
name="Humanoid"
while true do
wait()
if script.Parent.Humanoid.Health==0 then
if script.Parent.Humanoid:FindFirstChild("Creator") then
Targ = script.Parent.Humanoid.Creator.Value
if Targ.Parent ~= nil then
Targ.leaderstats.Money.Value = Targ.leaderstats.Money.Value + math.random(50,200)/5
Targ.leaderstats.ZombieKills.Value = Targ.leaderstats.ZombieKills.Value + 1
end
end
c1 = game.Lighting.VoidSpawn:clone()
c1:makeJoints()
wait(.1)
c1.Torso.CFrame = script.Parent.Torso.CFrame
c2 = game.Lighting.VoidSpawn:clone()
c2:makeJoints()
wait(.1)
c2.Torso.CFrame = script.Parent.Torso.CFrame
c3 = game.Lighting.VoidSpawn:clone()
c3:makeJoints()
wait(.8)
c3.Torso.CFrame = script.Parent.Torso.CFrame
c1.Parent = game.Workspace
c2.Parent = game.Workspace
c3.Parent = game.Workspace
script.Parent:remove()
end
if script.Parent:findFirstChild("Left Leg").Position.Y < 0 then script.Parent.Humanoid.Health = 0 end
end |
|
|
#NOTE#
VoidSpawn is the zombie that is spawned when the tank dies |
|
|
Go post this somewhere else.
No one here cares enough to help you.
- Is My Siggy Too Long ? Nah , Of Course Not ! Hence The Rainbow , Taste The Rainbow. - |
|
|
pvcorona, (sorry if I mispelled yuor name) you never treat me like that or all of Famous inc, will go after you. Final warning to everyone else; just post your hate comments somewhere else. |
|
|
And this is related to it; it is in HELP+SUPPORT, it does not belong ANYWHERE else. |
|
modedJoin Date: 2009-05-16 Post Count: 1575 |
It belongs in scripting helpers. It's not "makeJoints()", it's "MakeJoints()". Not gonna read the whole script atm to look for more mistakes. |
|
|
OMG.. I'm sorry. I'm soo scared.
OMFG STFU noob. I don't care. Go post this annoying stuff on another forum.
This is Technical Support and Account Issues.
And If that was a threat i might as well report you, and your whole group right now and see how that goes for you.
Idiot noob.
- Is My Siggy Too Long ? Nah , Of Course Not ! Hence The Rainbow , Taste The Rainbow. - |
|
|
Bro, your threatening me right now.
@This is Technical Support and Account Issues.
Your making me mad...... THIS IS A TECHNICAL PROBLEM
@And If that was a threat i might as well report you, and your whole group right now and see how that goes for you.
..... You can't report my GROUP for nothing. Like I ever would threaten you with banning, so what? |
|
|
@moded
Thank you, I will try to make that change in the script. Normally makeJoints() worked but I guess it can't hurt to try. |
|
|
lol your nooby comments make me laugh. Again, go post this where people care.
And i could care less about you or your stupid idiot group. Come at me bro.
- ᵖˡᵉᵃˢᵉ ᵈᵒᶰ'ᵗ ˢᶜʳᵉᵃᵐ ʷʰᵉʳᵉ ʷᵉ ᵗᵃᵏᵉ ʸᵒᵘ; ᵗʰᵉ ʷᵒʳˡᵈ ᶤˢ ᵠᵘᶤᵉᵗ ʰᵉʳᵉ - |
|
|
Oh I will go after you.
P.S.
This
is
WAR |
|
|
It's c3:MakeJoints() not c3:makeJoints()
You should posted this in the scripters helper forum. This forum is for game play bugs and account related issues, not script fixing. |
|
|
@Famous Reporting For Rude Behavior Lol
Are you 8?
-Noob means New player Not someone Who killed you. |
|