Advertisement
Antskidcentric

Untitled

Jul 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. ---Created by KinqAndi---
  2. --Model To Script Converter--
  3.  
  4. local Model = Instance.new("Model", game:GetService("Workspace"))
  5. Model.Name = "Soldier"
  6. ---------------------------------------------
  7. local Part1 = Instance.new("Part", Model)
  8. Part1.Name = "HumanoidRootPart"
  9. Part1.Reflectance = 0
  10. Part1.Transparency = 1
  11. Part1.Anchored = false
  12. Part1.Archivable = true
  13. Part1.CanCollide = true
  14. Part1.Locked = false
  15. Part1.BrickColor = BrickColor.new("Medium stone grey")
  16. Part1.Material = Enum.Material.Plastic
  17. Part1.Position = Vector3.new(-3.9100348949432, 13.019949913025, 123.18006896973)
  18. Part1.Size = Vector3.new(2, 2, 1)
  19. Part1.Rotation = Vector3.new(0, 90, 0)
  20. ---------------------------------------------
  21. local Part2 = Instance.new("Part", Model)
  22. Part2.Name = "Torso"
  23. Part2.Reflectance = 0
  24. Part2.Transparency = 0
  25. Part2.Anchored = false
  26. Part2.Archivable = true
  27. Part2.CanCollide = false
  28. Part2.Locked = false
  29. Part2.BrickColor = BrickColor.new("Earth green")
  30. Part2.Material = Enum.Material.Plastic
  31. Part2.Position = Vector3.new(-3.9100348949432, 13.019949913025, 123.18006896973)
  32. Part2.Size = Vector3.new(2, 2, 1)
  33. Part2.Rotation = Vector3.new(0, 90, 0)
  34. ---------------------------------------------
  35. local Part3 = Instance.new("Part", Model)
  36. Part3.Name = "Left Leg"
  37. Part3.Reflectance = 0
  38. Part3.Transparency = 0
  39. Part3.Anchored = false
  40. Part3.Archivable = true
  41. Part3.CanCollide = false
  42. Part3.Locked = false
  43. Part3.BrickColor = BrickColor.new("Earth green")
  44. Part3.Material = Enum.Material.Plastic
  45. Part3.Position = Vector3.new(-3.9100348949432, 11.019949913025, 123.68006896973)
  46. Part3.Size = Vector3.new(1, 2, 1)
  47. Part3.Rotation = Vector3.new(0, 90, 0)
  48. ---------------------------------------------
  49. local Part4 = Instance.new("Part", Model)
  50. Part4.Name = "Right Leg"
  51. Part4.Reflectance = 0
  52. Part4.Transparency = 0
  53. Part4.Anchored = false
  54. Part4.Archivable = true
  55. Part4.CanCollide = false
  56. Part4.Locked = false
  57. Part4.BrickColor = BrickColor.new("Earth green")
  58. Part4.Material = Enum.Material.Plastic
  59. Part4.Position = Vector3.new(-3.9100348949432, 11.019949913025, 122.68006896973)
  60. Part4.Size = Vector3.new(1, 2, 1)
  61. Part4.Rotation = Vector3.new(0, 90, 0)
  62. ---------------------------------------------
  63. local Part5 = Instance.new("Part", Model)
  64. Part5.Name = "Left Arm"
  65. Part5.Reflectance = 0
  66. Part5.Transparency = 0
  67. Part5.Anchored = false
  68. Part5.Archivable = true
  69. Part5.CanCollide = false
  70. Part5.Locked = false
  71. Part5.BrickColor = BrickColor.new("Bright orange")
  72. Part5.Material = Enum.Material.Plastic
  73. Part5.Position = Vector3.new(-3.9100348949432, 13.019949913025, 124.68006896973)
  74. Part5.Size = Vector3.new(1, 2, 1)
  75. Part5.Rotation = Vector3.new(0, 90, 0)
  76. ---------------------------------------------
  77. local Part6 = Instance.new("Part", Model)
  78. Part6.Name = "Right Arm"
  79. Part6.Reflectance = 0
  80. Part6.Transparency = 0
  81. Part6.Anchored = false
  82. Part6.Archivable = true
  83. Part6.CanCollide = false
  84. Part6.Locked = false
  85. Part6.BrickColor = BrickColor.new("Bright orange")
  86. Part6.Material = Enum.Material.Plastic
  87. Part6.Position = Vector3.new(-3.9100348949432, 13.019949913025, 121.68006896973)
  88. Part6.Size = Vector3.new(1, 2, 1)
  89. Part6.Rotation = Vector3.new(0, 90, 0)
  90. ---------------------------------------------
  91. local Part7 = Instance.new("Part", Model)
  92. Part7.Name = "Head"
  93. Part7.Reflectance = 0
  94. Part7.Transparency = 0
  95. Part7.Anchored = false
  96. Part7.Archivable = true
  97. Part7.CanCollide = true
  98. Part7.Locked = false
  99. Part7.BrickColor = BrickColor.new("Bright orange")
  100. Part7.Material = Enum.Material.Plastic
  101. Part7.Position = Vector3.new(-3.9100348949432, 14.519949913025, 123.18006896973)
  102. Part7.Size = Vector3.new(2, 1, 1)
  103. Part7.Rotation = Vector3.new(0, 90, 0)
  104. ---------------------------------------------
  105. ---------------------------------------------
  106. ---------------------------------------------
  107. ---------------------------------------------
  108. ---------------------------------------------
  109. ---------------------------------------------
  110. ---------------------------------------------
  111. ---------------------------------------------
  112. ---------------------------------------------
  113. ---------------------------------------------
  114. ---------------------------------------------
  115. ---------------------------------------------
  116. ---------------------------------------------
  117. ---------------------------------------------
  118. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement