HowAreYu

Blinking Robo

Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.40 KB | None | 0 0
  1. owner = workspace.TheFrostCold
  2. owner.Torso.Transparency = 1
  3. owner.Head.Transparency = 1
  4. owner["Right Leg"].Transparency = 1
  5. owner["Left Leg"].Transparency = 1
  6. owner["Right Arm"].Transparency = 1
  7. owner["Left Arm"].Transparency = 1
  8. owner.Head.face:Remove()
  9. script.Parent = workspace.TheFrostCold
  10.  
  11. --.--
  12. local h = Instance.new("Part")
  13. h.Name = "Handle"
  14. h.Parent = owner
  15. h.Size = Vector3.new(2,2,1)
  16. h.formFactor = "Brick"
  17. h.BrickColor = BrickColor.new("Really black")
  18. h.TopSurface = "Smooth"
  19. h.BottomSurface = "Smooth"
  20. h.Transparency = 0
  21. h.Reflectance = 0
  22. ---------------------mesh
  23. m = Instance.new("BlockMesh")
  24. m.Parent = h
  25. m.Scale = Vector3.new(1, 1, 1)
  26. -----------------------------------------weldling
  27. w1 = Instance.new("Weld")
  28. w1.Parent = owner.Torso
  29. w1.Part0 = h
  30. w1.Part1 = owner.Torso
  31. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  32. --.--
  33. local h = Instance.new("Part")
  34. h.Name = "Handle"
  35. h.Parent = owner
  36. h.Size = Vector3.new(1,1,1)
  37. h.formFactor = "Brick"
  38. h.BrickColor = BrickColor.new("Really black")
  39. h.TopSurface = "Smooth"
  40. h.BottomSurface = "Smooth"
  41. h.Transparency = 0
  42. h.Reflectance = 0
  43. ---------------------mesh
  44. m = Instance.new("SpecialMesh")
  45. m.Parent = h
  46. m.Scale = Vector3.new(1.25, 1, 1.25)
  47. -----------------------------------------weldling
  48. w1 = Instance.new("Weld")
  49. w1.Parent = owner.Head
  50. w1.Part0 = h
  51. w1.Part1 = owner.Head
  52. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  53. --.--
  54. local h = Instance.new("Part")
  55. h.Name = "Handle"
  56. h.Parent = owner
  57. h.Size = Vector3.new(1,1,1)
  58. h.formFactor = "Brick"
  59. h.BrickColor = BrickColor.new("Really red")
  60. h.TopSurface = "Smooth"
  61. h.BottomSurface = "Smooth"
  62. h.Transparency = 0
  63. h.Reflectance = 0
  64. ---------------------mesh
  65. m = Instance.new("SpecialMesh")
  66. m.Parent = h
  67. m.Scale = Vector3.new(0.25, 0.25, 0.25)
  68. m.MeshType = "Sphere"
  69. -----------------------------------------weldling
  70. w1 = Instance.new("Weld")
  71. w1.Parent = owner.Head
  72. w1.Part0 = h
  73. w1.Part1 = owner.Head
  74. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0.3, -0.2, 0.55)
  75. --.--
  76. local h = Instance.new("Part")
  77. h.Name = "Handle"
  78. h.Parent = owner
  79. h.Size = Vector3.new(1,1,1)
  80. h.formFactor = "Brick"
  81. h.BrickColor = BrickColor.new("Really red")
  82. h.TopSurface = "Smooth"
  83. h.BottomSurface = "Smooth"
  84. h.Transparency = 0
  85. h.Reflectance = 0
  86. ---------------------mesh
  87. m = Instance.new("SpecialMesh")
  88. m.Parent = h
  89. m.Scale = Vector3.new(0.25, 0.25, 0.25)
  90. m.MeshType = "Sphere"
  91. -----------------------------------------weldling
  92. w1 = Instance.new("Weld")
  93. w1.Parent = owner.Head
  94. w1.Part0 = h
  95. w1.Part1 = owner.Head
  96. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-0.3, -0.2, 0.55)
  97. --.--
  98. local h = Instance.new("Part")
  99. h.Name = "Handle"
  100. h.Parent = owner
  101. h.Size = Vector3.new(1,1,1)
  102. h.formFactor = "Brick"
  103. h.BrickColor = BrickColor.new("Bright blue")
  104. h.TopSurface = "Smooth"
  105. h.BottomSurface = "Smooth"
  106. h.Transparency = 0
  107. h.Reflectance = 0
  108. ---------------------mesh
  109. m = Instance.new("SpecialMesh")
  110. m.Parent = h
  111. m.Scale = Vector3.new(1, 0.25, 0.35)
  112. m.MeshType = "Sphere"
  113. -----------------------------------------weldling
  114. w1 = Instance.new("Weld")
  115. w1.Parent = owner.Head
  116. w1.Part0 = h
  117. w1.Part1 = owner.Head
  118. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0.2, 0.55)
  119. --.--
  120. local h = Instance.new("Part")
  121. h.Name = "Handle"
  122. h.Parent = owner
  123. h.Size = Vector3.new(1,2,1)
  124. h.formFactor = "Brick"
  125. h.BrickColor = BrickColor.new("Really black")
  126. h.TopSurface = "Smooth"
  127. h.BottomSurface = "Smooth"
  128. h.Transparency = 0
  129. h.Reflectance = 0
  130. ---------------------mesh
  131. m = Instance.new("BlockMesh")
  132. m.Parent = h
  133. m.Scale = Vector3.new(1, 1, 1)
  134. -----------------------------------------weldling
  135. w1 = Instance.new("Weld")
  136. w1.Parent = owner["Right Arm"]
  137. w1.Part0 = h
  138. w1.Part1 = owner["Right Arm"]
  139. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  140. --.--
  141. local h = Instance.new("Part")
  142. h.Name = "Handle"
  143. h.Parent = owner
  144. h.Size = Vector3.new(1,2,1)
  145. h.formFactor = "Brick"
  146. h.BrickColor = BrickColor.new("Really black")
  147. h.TopSurface = "Smooth"
  148. h.BottomSurface = "Smooth"
  149. h.Transparency = 0
  150. h.Reflectance = 0
  151. ---------------------mesh
  152. m = Instance.new("BlockMesh")
  153. m.Parent = h
  154. m.Scale = Vector3.new(1, 1, 1)
  155. -----------------------------------------weldling
  156. w1 = Instance.new("Weld")
  157. w1.Parent = owner["Right Leg"]
  158. w1.Part0 = h
  159. w1.Part1 = owner["Right Leg"]
  160. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  161. --.--
  162. local h = Instance.new("Part")
  163. h.Name = "Handle"
  164. h.Parent = owner
  165. h.Size = Vector3.new(1,2,1)
  166. h.formFactor = "Brick"
  167. h.BrickColor = BrickColor.new("Really black")
  168. h.TopSurface = "Smooth"
  169. h.BottomSurface = "Smooth"
  170. h.Transparency = 0
  171. h.Reflectance = 0
  172. ---------------------mesh
  173. m = Instance.new("BlockMesh")
  174. m.Parent = h
  175. m.Scale = Vector3.new(1, 1, 1)
  176. -----------------------------------------weldling
  177. w1 = Instance.new("Weld")
  178. w1.Parent = owner["Left Arm"]
  179. w1.Part0 = h
  180. w1.Part1 = owner["Left Arm"]
  181. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  182. --.--
  183. local h = Instance.new("Part")
  184. h.Name = "Handle"
  185. h.Parent = owner
  186. h.Size = Vector3.new(1,2,1)
  187. h.formFactor = "Brick"
  188. h.BrickColor = BrickColor.new("Really black")
  189. h.TopSurface = "Smooth"
  190. h.BottomSurface = "Smooth"
  191. h.Transparency = 0
  192. h.Reflectance = 0
  193. ---------------------mesh
  194. m = Instance.new("BlockMesh")
  195. m.Parent = h
  196. m.Scale = Vector3.new(1, 1, 1)
  197. -----------------------------------------weldling
  198. w1 = Instance.new("Weld")
  199. w1.Parent = owner["Left Leg"]
  200. w1.Part0 = h
  201. w1.Part1 = owner["Left Leg"]
  202. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  203. --.--
  204. local h = Instance.new("Part")
  205. h.Name = "Handle"
  206. h.Parent = owner
  207. h.Size = Vector3.new(1,2,1)
  208. h.formFactor = "Brick"
  209. h.BrickColor = BrickColor.new("Really black")
  210. h.TopSurface = "Smooth"
  211. h.BottomSurface = "Smooth"
  212. h.Transparency = 0
  213. h.Reflectance = 0
  214. ---------------------mesh
  215. m = Instance.new("BlockMesh")
  216. m.Parent = h
  217. m.Scale = Vector3.new(1, 1, 1)
  218. -----------------------------------------weldling
  219. w1 = Instance.new("Weld")
  220. w1.Parent = owner["Right Arm"]
  221. w1.Part0 = h
  222. w1.Part1 = owner["Right Arm"]
  223. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  224. --belt--
  225. local a = Instance.new("Part")
  226. a.Name = "Handle"
  227. a.Parent = owner
  228. a.Size = Vector3.new(1,1,1)
  229. a.formFactor = "Brick"
  230. a.BrickColor = BrickColor.new("Mid grey")
  231. a.TopSurface = "Smooth"
  232. a.BottomSurface = "Smooth"
  233. a.Transparency = 0
  234. a.Reflectance = 0.2
  235. ---------------------mesh
  236. m = Instance.new("SpecialMesh")
  237. m.Parent = a
  238. m.Scale = Vector3.new(0.9, 0.7, 1.2)
  239. m.MeshType = "Sphere"
  240. -----------------------------------------weldling
  241. w1 = Instance.new("Weld")
  242. w1.Parent = owner.Torso
  243. w1.Part0 = a
  244. w1.Part1 = owner.Torso
  245. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0.7, 0.75, 0)
  246. --.--
  247. local b = Instance.new("Part")
  248. b.Name = "Handle"
  249. b.Parent = owner
  250. b.Size = Vector3.new(1,1,1)
  251. b.formFactor = "Brick"
  252. b.BrickColor = BrickColor.new("Mid grey")
  253. b.TopSurface = "Smooth"
  254. b.BottomSurface = "Smooth"
  255. b.Transparency = 0
  256. b.Reflectance = 0.2
  257. ---------------------mesh
  258. m = Instance.new("SpecialMesh")
  259. m.Parent = b
  260. m.Scale = Vector3.new(0.95, 0.75, 1.2)
  261. m.MeshType = "Sphere"
  262. -----------------------------------------weldling
  263. w1 = Instance.new("Weld")
  264. w1.Parent = owner.Torso
  265. w1.Part0 = b
  266. w1.Part1 = owner.Torso
  267. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0.75, 0)
  268. --.--
  269. local c = Instance.new("Part")
  270. c.Name = "Handle"
  271. c.Parent = owner
  272. c.Size = Vector3.new(1,1,1)
  273. c.formFactor = "Brick"
  274. c.BrickColor = BrickColor.new("Mid grey")
  275. c.TopSurface = "Smooth"
  276. c.BottomSurface = "Smooth"
  277. c.Transparency = 0
  278. c.Reflectance = 0.2
  279. ---------------------mesh
  280. m = Instance.new("SpecialMesh")
  281. m.Parent = c
  282. m.Scale = Vector3.new(0.95, 0.75, 1.2)
  283. m.MeshType = "Sphere"
  284. -----------------------------------------weldling
  285. w1 = Instance.new("Weld")
  286. w1.Parent = owner.Torso
  287. w1.Part0 = c
  288. w1.Part1 = owner.Torso
  289. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-0.7, 0.75, 0)
  290.  
  291. while true do
  292. wait()
  293. a.Reflectance = 1
  294. wait()
  295. a.Reflectance = 0
  296. wait()
  297. b.Reflectance = 1
  298. wait()
  299. b.Reflectance = 0
  300. wait()
  301. c.Reflectance = 1
  302. wait()
  303. c.Reflectance = 0
  304. wait()
  305. end
Add Comment
Please, Sign In to add comment