Advertisement
yonidrori

Untitled

Sep 13th, 2015
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. local player=owner or game:service'Players'.localPlayer or game:service'Players'.AnimeSource;
  2. local char=player.Character;
  3. for Portion in next,{Head=true,LeftArm=true,LeftLeg=true,RightArm=true,RightLeg=true,Torso=true}do
  4. char['Body Colors'][Portion..'Color']=BrickColor.Black();
  5. end;
  6. local hum=char:findFirstChild'Humanoid';
  7. hum.WalkSpeed=28;
  8. hum.MaxHealth=1/0;
  9. char.Head.face.Texture='rbxassetid://35750049';
  10. for _,Object in next,char:children()do
  11. if(Object:isA'Hat'or Object:isA'Clothing')then pcall(game.destroy,Object);end;
  12. end;
  13. char.Torso.Neck.C0 = CFrame.new(0,1.3,.2) * CFrame.Angles(math.rad(200),0,0)
  14. char.HumanoidRootPart.RootJoint.C0 = CFrame.new(0,-1.5,0) * CFrame.Angles(math.rad(180),0,0)
  15. char.Torso["Right Shoulder"].C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(-90),math.rad(90),0)
  16. char.Torso["Left Shoulder"].C0 = CFrame.new(-2,0.5,0)*CFrame.Angles(math.rad(-90),math.rad(90),0)
  17. char.Torso["Right Hip"].C0 = CFrame.new(1,-1,0) * CFrame.Angles(0,math.rad(110),math.rad(-40))
  18. char.Torso["Left Hip"].C0 = CFrame.new(-.3,-1,0.4) * CFrame.Angles(0,math.rad(65),math.rad(-40))
  19. repeat
  20. wait(.1);
  21. char.Torso.Neck.C0=char.Torso.Neck.C0*CFrame.Angles(0,math.rad(1),0);
  22. until(false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement