Advertisement
SmokeDelsin

mini test experiment (tag 2)

May 25th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. rh.Parent = nil
  2. lh.Parent = nil
  3. rs.Parent = nil
  4. ls.Parent = nil
  5. neck.Parent = nil
  6. rj.Parent = nil
  7.  
  8.  
  9. rl.FormFactor = "Custom"
  10. ll.FormFactor = "Custom"
  11. ra.FormFactor = "Custom"
  12. la.FormFactor = "Custom"
  13. torso.FormFactor = "Custom"
  14. head.FormFactor = "Custom"
  15. rootpart.FormFactor = "Custom"
  16.  
  17.  
  18.  
  19.  
  20. rootpart.Size = Vector3.new(.4, .4, .2)
  21. rl.Size = Vector3.new(.2, .4, .2)
  22. ll.Size = Vector3.new(.2, .4, .2)
  23. ra.Size = Vector3.new(.2, .4, .2)
  24. la.Size = Vector3.new(.2, .4, .2)
  25. torso.Size = Vector3.new(.4, .4, .2)
  26. head.Size = Vector3.new(.4, .2, .2)
  27.  
  28. rh.Parent = torso
  29. lh.Parent = torso
  30. rs.Parent = torso
  31. ls.Parent = torso
  32. neck.Parent = torso
  33. rj.Parent = rootpart
  34.  
  35.  
  36. if torso:findFirstChild("roblox") then
  37. local p = Instance.new("Part", char)
  38. p.FormFactor = "Custom"
  39. p.Size = torso.Size
  40. p.Transparency = 1
  41. p:BreakJoints()
  42. local w = Instance.new("Weld", char)
  43. w.Part0 = p
  44. w.Part1 = torso
  45. torso:findFirstChild("roblox").Parent = p
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement