I asked this question before, but no one replied to it so I'm asking it again! Why does this not work with changing the R-15 body meshes? and what do I need to change to make it work?
01 | victim = script.Parent.Parent.Parent.Parent.Parent.Character |
02 |
03 | function kill() |
04 |
05 | script.Parent.Parent:Destroy() |
06 |
07 | --Character Meshes |
08 | LeftFoot = victim.LeftFoot |
09 | LeftFoot.MeshID = ( "http://www.roblox.com/asset/?id=542649994" ) |
10 |
11 | LeftHand = victim.LeftHand |
12 | LeftHand.MeshID = ( "http://www.roblox.com/asset/?id=542649942" ) |
13 |
14 | LeftLowerArm = victim.LeftLowerArm |
15 | LeftLowerArm.MeshID = ( "http://www.roblox.com/asset/?id=542649944" ) |
thank you ~Fin
What do you expect to happen when you destroy the script's Parent before all the code can execute, dingus.
(Line 5)