Advertisement
CrastAndNoob

Coin Game Creator

Aug 30th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.81 KB | None | 0 0
  1. ypcall(function() -- DigitHolders Creator
  2. local runDummyScript = function(f,scri)
  3. if (not scri:IsA('Script')) or (not scri:IsA('LocalScript')) then return false; end;
  4. local Dummy_CoRoutine = coroutine.create(function()
  5. getfenv().script = scri
  6. ypcall(function() f() end)
  7. end)
  8. table.insert(cors,Dummy_CoRoutine);
  9. coroutine.resume(Dummy_CoRoutine);
  10. end
  11. cors = {}
  12. local mas = Instance.new("Model",game:GetService("Lighting"))
  13. mas.Name = "M2S_Model"
  14. local o1 = Instance.new("Folder")
  15. local o2 = Instance.new("Part")
  16. local o3 = Instance.new("Part")
  17. local o4 = Instance.new("Part")
  18. local o5 = Instance.new("Part")
  19. o1.Name = "DigitHolders"
  20. o1.Parent = mas
  21. o2.Name = "Digit3"
  22. o2.Parent = o1
  23. o2.BrickColor = BrickColor.new("Lily white")
  24. o2.Transparency = 1
  25. o2.Position = Vector3.new(-7.99999666, 18.7500439, 25.3000088)
  26. o2.Anchored = true
  27. o2.CanCollide = false
  28. o2.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  29. o2.CFrame = CFrame.new(-7.99999666, 18.7500439, 25.3000088, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  30. o2.BottomSurface = Enum.SurfaceType.Smooth
  31. o2.TopSurface = Enum.SurfaceType.Smooth
  32. o2.Color = Color3.new(0.929412, 0.917647, 0.917647)
  33. o2.Position = Vector3.new(-7.99999666, 18.7500439, 25.3000088)
  34. o3.Name = "Digit2"
  35. o3.Parent = o1
  36. o3.BrickColor = BrickColor.new("Lily white")
  37. o3.Transparency = 1
  38. o3.Position = Vector3.new(-7.99999666, 18.7500439, 21.8999977)
  39. o3.Anchored = true
  40. o3.CanCollide = false
  41. o3.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  42. o3.CFrame = CFrame.new(-7.99999666, 18.7500439, 21.8999977, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  43. o3.BottomSurface = Enum.SurfaceType.Smooth
  44. o3.TopSurface = Enum.SurfaceType.Smooth
  45. o3.Color = Color3.new(0.929412, 0.917647, 0.917647)
  46. o3.Position = Vector3.new(-7.99999666, 18.7500439, 21.8999977)
  47. o4.Name = "Digit4"
  48. o4.Parent = o1
  49. o4.BrickColor = BrickColor.new("Lily white")
  50. o4.Transparency = 1
  51. o4.Position = Vector3.new(-7.99999666, 18.7500439, 28.6999989)
  52. o4.Anchored = true
  53. o4.CanCollide = false
  54. o4.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  55. o4.CFrame = CFrame.new(-7.99999666, 18.7500439, 28.6999989, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  56. o4.BottomSurface = Enum.SurfaceType.Smooth
  57. o4.TopSurface = Enum.SurfaceType.Smooth
  58. o4.Color = Color3.new(0.929412, 0.917647, 0.917647)
  59. o4.Position = Vector3.new(-7.99999666, 18.7500439, 28.6999989)
  60. o5.Name = "Digit1"
  61. o5.Parent = o1
  62. o5.BrickColor = BrickColor.new("Lily white")
  63. o5.Transparency = 1
  64. o5.Position = Vector3.new(-7.99999666, 18.7500439, 18.5000076)
  65. o5.Anchored = true
  66. o5.CanCollide = false
  67. o5.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  68. o5.CFrame = CFrame.new(-7.99999666, 18.7500439, 18.5000076, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  69. o5.BottomSurface = Enum.SurfaceType.Smooth
  70. o5.TopSurface = Enum.SurfaceType.Smooth
  71. o5.Color = Color3.new(0.929412, 0.917647, 0.917647)
  72. o5.Position = Vector3.new(-7.99999666, 18.7500439, 18.5000076)
  73. mas.Parent = workspace
  74. mas:MakeJoints()
  75. local mas1 = mas:GetChildren()
  76. for i=1,#mas1 do
  77. mas1[i].Parent = workspace
  78. ypcall(function() mas1[i]:MakeJoints() end)
  79. end
  80. mas:Destroy()
  81. for i=1,#cors do
  82. coroutine.resume(cors[i])
  83. end
  84.  
  85. end)
  86. ypcall(function() -- DigitModelFolder Creator
  87. local f1 = Instance.new("Folder",workspace)
  88. f1.Name = "DigitModelFolder"
  89. end)
  90. ypcall(function() -- SCORE Word Creator
  91. local runDummyScript = function(f,scri)
  92. if (not scri:IsA('Script')) or (not scri:IsA('LocalScript')) then return false; end;
  93. local Dummy_CoRoutine = coroutine.create(function()
  94. getfenv().script = scri
  95. ypcall(function() f() end)
  96. end)
  97. table.insert(cors,Dummy_CoRoutine);
  98. coroutine.resume(Dummy_CoRoutine);
  99. end
  100. cors = {}
  101. local mas = Instance.new("Model",game:GetService("Lighting"))
  102. mas.Name = "M2S_Model"
  103. local o1 = Instance.new("Model")
  104. local o2 = Instance.new("Model")
  105. local o3 = Instance.new("Part")
  106. local o4 = Instance.new("Part")
  107. local o5 = Instance.new("Part")
  108. local o6 = Instance.new("Part")
  109. local o7 = Instance.new("Part")
  110. local o8 = Instance.new("Part")
  111. local o9 = Instance.new("Model")
  112. local o10 = Instance.new("Part")
  113. local o11 = Instance.new("Part")
  114. local o12 = Instance.new("Part")
  115. local o13 = Instance.new("Part")
  116. local o14 = Instance.new("Part")
  117. local o15 = Instance.new("Part")
  118. local o16 = Instance.new("Part")
  119. local o17 = Instance.new("Model")
  120. local o18 = Instance.new("Part")
  121. local o19 = Instance.new("Part")
  122. local o20 = Instance.new("Part")
  123. local o21 = Instance.new("Part")
  124. local o22 = Instance.new("Part")
  125. local o23 = Instance.new("Part")
  126. local o24 = Instance.new("Model")
  127. local o25 = Instance.new("Part")
  128. local o26 = Instance.new("Part")
  129. local o27 = Instance.new("Part")
  130. local o28 = Instance.new("Part")
  131. local o29 = Instance.new("Part")
  132. local o30 = Instance.new("Model")
  133. local o31 = Instance.new("Part")
  134. local o32 = Instance.new("Part")
  135. local o33 = Instance.new("Part")
  136. local o34 = Instance.new("Part")
  137. local o35 = Instance.new("Part")
  138. local o36 = Instance.new("Part")
  139. local o37 = Instance.new("Part")
  140. o1.Name = "SCORE Word"
  141. o1.Parent = mas
  142. o2.Name = "E"
  143. o2.Parent = o1
  144. o3.Parent = o2
  145. o3.BrickColor = BrickColor.new("Lily white")
  146. o3.Position = Vector3.new(-14.7999964, 18.7500057, 16.6000042)
  147. o3.Anchored = true
  148. o3.CanCollide = false
  149. o3.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  150. o3.CFrame = CFrame.new(-14.7999964, 18.7500057, 16.6000042, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  151. o3.BottomSurface = Enum.SurfaceType.Smooth
  152. o3.TopSurface = Enum.SurfaceType.Smooth
  153. o3.Color = Color3.new(0.929412, 0.917647, 0.917647)
  154. o3.Position = Vector3.new(-14.7999964, 18.7500057, 16.6000042)
  155. o4.Parent = o2
  156. o4.BrickColor = BrickColor.new("Lily white")
  157. o4.Position = Vector3.new(-12.3999939, 18.7500057, 17.6000271)
  158. o4.Rotation = Vector3.new(0, -90, 0)
  159. o4.Anchored = true
  160. o4.CanCollide = false
  161. o4.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  162. o4.CFrame = CFrame.new(-12.3999939, 18.7500057, 17.6000271, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  163. o4.BottomSurface = Enum.SurfaceType.Smooth
  164. o4.TopSurface = Enum.SurfaceType.Smooth
  165. o4.Color = Color3.new(0.929412, 0.917647, 0.917647)
  166. o4.Position = Vector3.new(-12.3999939, 18.7500057, 17.6000271)
  167. o5.Parent = o2
  168. o5.BrickColor = BrickColor.new("Lily white")
  169. o5.Position = Vector3.new(-14.1999931, 18.7500057, 17.6000099)
  170. o5.Rotation = Vector3.new(0, -90, 0)
  171. o5.Anchored = true
  172. o5.CanCollide = false
  173. o5.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  174. o5.CFrame = CFrame.new(-14.1999931, 18.7500057, 17.6000099, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  175. o5.BottomSurface = Enum.SurfaceType.Smooth
  176. o5.TopSurface = Enum.SurfaceType.Smooth
  177. o5.Color = Color3.new(0.929412, 0.917647, 0.917647)
  178. o5.Position = Vector3.new(-14.1999931, 18.7500057, 17.6000099)
  179. o6.Parent = o2
  180. o6.BrickColor = BrickColor.new("Lily white")
  181. o6.Position = Vector3.new(-11.7999964, 18.7500057, 16.6000042)
  182. o6.Anchored = true
  183. o6.CanCollide = false
  184. o6.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  185. o6.CFrame = CFrame.new(-11.7999964, 18.7500057, 16.6000042, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  186. o6.BottomSurface = Enum.SurfaceType.Smooth
  187. o6.TopSurface = Enum.SurfaceType.Smooth
  188. o6.Color = Color3.new(0.929412, 0.917647, 0.917647)
  189. o6.Position = Vector3.new(-11.7999964, 18.7500057, 16.6000042)
  190. o7.Name = "NumberHolder"
  191. o7.Parent = o2
  192. o7.BrickColor = BrickColor.new("Lily white")
  193. o7.Transparency = 1
  194. o7.Position = Vector3.new(-13.2999964, 18.7500439, 16.5999928)
  195. o7.Anchored = true
  196. o7.CanCollide = false
  197. o7.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  198. o7.CFrame = CFrame.new(-13.2999964, 18.7500439, 16.5999928, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  199. o7.BottomSurface = Enum.SurfaceType.Smooth
  200. o7.TopSurface = Enum.SurfaceType.Smooth
  201. o7.Color = Color3.new(0.929412, 0.917647, 0.917647)
  202. o7.Position = Vector3.new(-13.2999964, 18.7500439, 16.5999928)
  203. o8.Parent = o2
  204. o8.BrickColor = BrickColor.new("Lily white")
  205. o8.Position = Vector3.new(-13.2999935, 18.7500057, 16.6000042)
  206. o8.Anchored = true
  207. o8.CanCollide = false
  208. o8.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  209. o8.CFrame = CFrame.new(-13.2999935, 18.7500057, 16.6000042, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  210. o8.BottomSurface = Enum.SurfaceType.Smooth
  211. o8.TopSurface = Enum.SurfaceType.Smooth
  212. o8.Color = Color3.new(0.929412, 0.917647, 0.917647)
  213. o8.Position = Vector3.new(-13.2999935, 18.7500057, 16.6000042)
  214. o9.Name = "R"
  215. o9.Parent = o1
  216. o10.Parent = o9
  217. o10.BrickColor = BrickColor.new("Lily white")
  218. o10.Position = Vector3.new(-14.7999964, 18.7500057, 20.1000042)
  219. o10.Anchored = true
  220. o10.CanCollide = false
  221. o10.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  222. o10.CFrame = CFrame.new(-14.7999964, 18.7500057, 20.1000042, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  223. o10.BottomSurface = Enum.SurfaceType.Smooth
  224. o10.TopSurface = Enum.SurfaceType.Smooth
  225. o10.Color = Color3.new(0.929412, 0.917647, 0.917647)
  226. o10.Position = Vector3.new(-14.7999964, 18.7500057, 20.1000042)
  227. o11.Parent = o9
  228. o11.BrickColor = BrickColor.new("Lily white")
  229. o11.Position = Vector3.new(-12.3999939, 18.7500057, 21.1000271)
  230. o11.Rotation = Vector3.new(0, -90, 0)
  231. o11.Anchored = true
  232. o11.CanCollide = false
  233. o11.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  234. o11.CFrame = CFrame.new(-12.3999939, 18.7500057, 21.1000271, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  235. o11.BottomSurface = Enum.SurfaceType.Smooth
  236. o11.TopSurface = Enum.SurfaceType.Smooth
  237. o11.Color = Color3.new(0.929412, 0.917647, 0.917647)
  238. o11.Position = Vector3.new(-12.3999939, 18.7500057, 21.1000271)
  239. o12.Parent = o9
  240. o12.BrickColor = BrickColor.new("Lily white")
  241. o12.Position = Vector3.new(-14.1999931, 18.7500057, 21.1000099)
  242. o12.Rotation = Vector3.new(0, -90, 0)
  243. o12.Anchored = true
  244. o12.CanCollide = false
  245. o12.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  246. o12.CFrame = CFrame.new(-14.1999931, 18.7500057, 21.1000099, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  247. o12.BottomSurface = Enum.SurfaceType.Smooth
  248. o12.TopSurface = Enum.SurfaceType.Smooth
  249. o12.Color = Color3.new(0.929412, 0.917647, 0.917647)
  250. o12.Position = Vector3.new(-14.1999931, 18.7500057, 21.1000099)
  251. o13.Parent = o9
  252. o13.BrickColor = BrickColor.new("Lily white")
  253. o13.Position = Vector3.new(-13.3000011, 18.7500057, 20.1000042)
  254. o13.Anchored = true
  255. o13.CanCollide = false
  256. o13.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  257. o13.CFrame = CFrame.new(-13.3000011, 18.7500057, 20.1000042, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  258. o13.BottomSurface = Enum.SurfaceType.Smooth
  259. o13.TopSurface = Enum.SurfaceType.Smooth
  260. o13.Color = Color3.new(0.929412, 0.917647, 0.917647)
  261. o13.Position = Vector3.new(-13.3000011, 18.7500057, 20.1000042)
  262. o14.Name = "NumberHolder"
  263. o14.Parent = o9
  264. o14.BrickColor = BrickColor.new("Lily white")
  265. o14.Transparency = 1
  266. o14.Position = Vector3.new(-13.2999964, 18.7500439, 20.0999928)
  267. o14.Anchored = true
  268. o14.CanCollide = false
  269. o14.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  270. o14.CFrame = CFrame.new(-13.2999964, 18.7500439, 20.0999928, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  271. o14.BottomSurface = Enum.SurfaceType.Smooth
  272. o14.TopSurface = Enum.SurfaceType.Smooth
  273. o14.Color = Color3.new(0.929412, 0.917647, 0.917647)
  274. o14.Position = Vector3.new(-13.2999964, 18.7500439, 20.0999928)
  275. o15.Parent = o9
  276. o15.BrickColor = BrickColor.new("Lily white")
  277. o15.Position = Vector3.new(-14.1999931, 18.7500057, 19.1000023)
  278. o15.Rotation = Vector3.new(0, -90, 0)
  279. o15.Anchored = true
  280. o15.CanCollide = false
  281. o15.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  282. o15.CFrame = CFrame.new(-14.1999931, 18.7500057, 19.1000023, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  283. o15.BottomSurface = Enum.SurfaceType.Smooth
  284. o15.TopSurface = Enum.SurfaceType.Smooth
  285. o15.Color = Color3.new(0.929412, 0.917647, 0.917647)
  286. o15.Position = Vector3.new(-14.1999931, 18.7500057, 19.1000023)
  287. o16.Parent = o9
  288. o16.BrickColor = BrickColor.new("Lily white")
  289. o16.Position = Vector3.new(-12.3999929, 18.7500057, 19.6000252)
  290. o16.Rotation = Vector3.new(0, -45, 0)
  291. o16.Anchored = true
  292. o16.CanCollide = false
  293. o16.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999857)
  294. o16.CFrame = CFrame.new(-12.3999929, 18.7500057, 19.6000252, 0.707106352, 0, -0.707107365, 0, 1, 0, 0.707107365, 0, 0.707106352)
  295. o16.BottomSurface = Enum.SurfaceType.Smooth
  296. o16.TopSurface = Enum.SurfaceType.Smooth
  297. o16.Color = Color3.new(0.929412, 0.917647, 0.917647)
  298. o16.Position = Vector3.new(-12.3999929, 18.7500057, 19.6000252)
  299. o17.Name = "S"
  300. o17.Parent = o1
  301. o18.Parent = o17
  302. o18.BrickColor = BrickColor.new("Lily white")
  303. o18.Position = Vector3.new(-14.7999964, 18.7500057, 30.4000092)
  304. o18.Anchored = true
  305. o18.CanCollide = false
  306. o18.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  307. o18.CFrame = CFrame.new(-14.7999964, 18.7500057, 30.4000092, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  308. o18.BottomSurface = Enum.SurfaceType.Smooth
  309. o18.TopSurface = Enum.SurfaceType.Smooth
  310. o18.Color = Color3.new(0.929412, 0.917647, 0.917647)
  311. o18.Position = Vector3.new(-14.7999964, 18.7500057, 30.4000092)
  312. o19.Parent = o17
  313. o19.BrickColor = BrickColor.new("Lily white")
  314. o19.Position = Vector3.new(-12.3999939, 18.7500057, 29.400032)
  315. o19.Rotation = Vector3.new(0, -90, 0)
  316. o19.Anchored = true
  317. o19.CanCollide = false
  318. o19.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  319. o19.CFrame = CFrame.new(-12.3999939, 18.7500057, 29.400032, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  320. o19.BottomSurface = Enum.SurfaceType.Smooth
  321. o19.TopSurface = Enum.SurfaceType.Smooth
  322. o19.Color = Color3.new(0.929412, 0.917647, 0.917647)
  323. o19.Position = Vector3.new(-12.3999939, 18.7500057, 29.400032)
  324. o20.Parent = o17
  325. o20.BrickColor = BrickColor.new("Lily white")
  326. o20.Position = Vector3.new(-14.1999931, 18.7500057, 31.4000149)
  327. o20.Rotation = Vector3.new(0, -90, 0)
  328. o20.Anchored = true
  329. o20.CanCollide = false
  330. o20.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  331. o20.CFrame = CFrame.new(-14.1999931, 18.7500057, 31.4000149, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  332. o20.BottomSurface = Enum.SurfaceType.Smooth
  333. o20.TopSurface = Enum.SurfaceType.Smooth
  334. o20.Color = Color3.new(0.929412, 0.917647, 0.917647)
  335. o20.Position = Vector3.new(-14.1999931, 18.7500057, 31.4000149)
  336. o21.Parent = o17
  337. o21.BrickColor = BrickColor.new("Lily white")
  338. o21.Position = Vector3.new(-11.7999964, 18.7500057, 30.4000092)
  339. o21.Anchored = true
  340. o21.CanCollide = false
  341. o21.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  342. o21.CFrame = CFrame.new(-11.7999964, 18.7500057, 30.4000092, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  343. o21.BottomSurface = Enum.SurfaceType.Smooth
  344. o21.TopSurface = Enum.SurfaceType.Smooth
  345. o21.Color = Color3.new(0.929412, 0.917647, 0.917647)
  346. o21.Position = Vector3.new(-11.7999964, 18.7500057, 30.4000092)
  347. o22.Parent = o17
  348. o22.BrickColor = BrickColor.new("Lily white")
  349. o22.Position = Vector3.new(-13.2999935, 18.7500057, 30.4000092)
  350. o22.Anchored = true
  351. o22.CanCollide = false
  352. o22.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  353. o22.CFrame = CFrame.new(-13.2999935, 18.7500057, 30.4000092, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  354. o22.BottomSurface = Enum.SurfaceType.Smooth
  355. o22.TopSurface = Enum.SurfaceType.Smooth
  356. o22.Color = Color3.new(0.929412, 0.917647, 0.917647)
  357. o22.Position = Vector3.new(-13.2999935, 18.7500057, 30.4000092)
  358. o23.Name = "NumberHolder"
  359. o23.Parent = o17
  360. o23.BrickColor = BrickColor.new("Lily white")
  361. o23.Transparency = 1
  362. o23.Position = Vector3.new(-13.2999964, 18.7500439, 30.3999977)
  363. o23.Anchored = true
  364. o23.CanCollide = false
  365. o23.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  366. o23.CFrame = CFrame.new(-13.2999964, 18.7500439, 30.3999977, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  367. o23.BottomSurface = Enum.SurfaceType.Smooth
  368. o23.TopSurface = Enum.SurfaceType.Smooth
  369. o23.Color = Color3.new(0.929412, 0.917647, 0.917647)
  370. o23.Position = Vector3.new(-13.2999964, 18.7500439, 30.3999977)
  371. o24.Name = "C"
  372. o24.Parent = o1
  373. o25.Parent = o24
  374. o25.BrickColor = BrickColor.new("Lily white")
  375. o25.Position = Vector3.new(-14.7999964, 18.7500057, 27.0000038)
  376. o25.Anchored = true
  377. o25.CanCollide = false
  378. o25.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  379. o25.CFrame = CFrame.new(-14.7999964, 18.7500057, 27.0000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  380. o25.BottomSurface = Enum.SurfaceType.Smooth
  381. o25.TopSurface = Enum.SurfaceType.Smooth
  382. o25.Color = Color3.new(0.929412, 0.917647, 0.917647)
  383. o25.Position = Vector3.new(-14.7999964, 18.7500057, 27.0000038)
  384. o26.Parent = o24
  385. o26.BrickColor = BrickColor.new("Lily white")
  386. o26.Position = Vector3.new(-12.3999939, 18.7500057, 28.0000267)
  387. o26.Rotation = Vector3.new(0, -90, 0)
  388. o26.Anchored = true
  389. o26.CanCollide = false
  390. o26.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  391. o26.CFrame = CFrame.new(-12.3999939, 18.7500057, 28.0000267, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  392. o26.BottomSurface = Enum.SurfaceType.Smooth
  393. o26.TopSurface = Enum.SurfaceType.Smooth
  394. o26.Color = Color3.new(0.929412, 0.917647, 0.917647)
  395. o26.Position = Vector3.new(-12.3999939, 18.7500057, 28.0000267)
  396. o27.Parent = o24
  397. o27.BrickColor = BrickColor.new("Lily white")
  398. o27.Position = Vector3.new(-14.1999931, 18.7500057, 28.0000095)
  399. o27.Rotation = Vector3.new(0, -90, 0)
  400. o27.Anchored = true
  401. o27.CanCollide = false
  402. o27.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  403. o27.CFrame = CFrame.new(-14.1999931, 18.7500057, 28.0000095, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  404. o27.BottomSurface = Enum.SurfaceType.Smooth
  405. o27.TopSurface = Enum.SurfaceType.Smooth
  406. o27.Color = Color3.new(0.929412, 0.917647, 0.917647)
  407. o27.Position = Vector3.new(-14.1999931, 18.7500057, 28.0000095)
  408. o28.Parent = o24
  409. o28.BrickColor = BrickColor.new("Lily white")
  410. o28.Position = Vector3.new(-11.7999964, 18.7500057, 27.0000038)
  411. o28.Anchored = true
  412. o28.CanCollide = false
  413. o28.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  414. o28.CFrame = CFrame.new(-11.7999964, 18.7500057, 27.0000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  415. o28.BottomSurface = Enum.SurfaceType.Smooth
  416. o28.TopSurface = Enum.SurfaceType.Smooth
  417. o28.Color = Color3.new(0.929412, 0.917647, 0.917647)
  418. o28.Position = Vector3.new(-11.7999964, 18.7500057, 27.0000038)
  419. o29.Name = "NumberHolder"
  420. o29.Parent = o24
  421. o29.BrickColor = BrickColor.new("Lily white")
  422. o29.Transparency = 1
  423. o29.Position = Vector3.new(-13.2999964, 18.7500439, 26.9999924)
  424. o29.Anchored = true
  425. o29.CanCollide = false
  426. o29.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  427. o29.CFrame = CFrame.new(-13.2999964, 18.7500439, 26.9999924, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  428. o29.BottomSurface = Enum.SurfaceType.Smooth
  429. o29.TopSurface = Enum.SurfaceType.Smooth
  430. o29.Color = Color3.new(0.929412, 0.917647, 0.917647)
  431. o29.Position = Vector3.new(-13.2999964, 18.7500439, 26.9999924)
  432. o30.Name = "O"
  433. o30.Parent = o1
  434. o31.Parent = o30
  435. o31.BrickColor = BrickColor.new("Lily white")
  436. o31.Position = Vector3.new(-14.7999964, 18.7500057, 23.6000061)
  437. o31.Anchored = true
  438. o31.CanCollide = false
  439. o31.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  440. o31.CFrame = CFrame.new(-14.7999964, 18.7500057, 23.6000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  441. o31.BottomSurface = Enum.SurfaceType.Smooth
  442. o31.TopSurface = Enum.SurfaceType.Smooth
  443. o31.Color = Color3.new(0.929412, 0.917647, 0.917647)
  444. o31.Position = Vector3.new(-14.7999964, 18.7500057, 23.6000061)
  445. o32.Parent = o30
  446. o32.BrickColor = BrickColor.new("Lily white")
  447. o32.Position = Vector3.new(-12.3999939, 18.7500057, 24.600029)
  448. o32.Rotation = Vector3.new(0, -90, 0)
  449. o32.Anchored = true
  450. o32.CanCollide = false
  451. o32.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  452. o32.CFrame = CFrame.new(-12.3999939, 18.7500057, 24.600029, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  453. o32.BottomSurface = Enum.SurfaceType.Smooth
  454. o32.TopSurface = Enum.SurfaceType.Smooth
  455. o32.Color = Color3.new(0.929412, 0.917647, 0.917647)
  456. o32.Position = Vector3.new(-12.3999939, 18.7500057, 24.600029)
  457. o33.Parent = o30
  458. o33.BrickColor = BrickColor.new("Lily white")
  459. o33.Position = Vector3.new(-14.1999931, 18.7500057, 24.6000118)
  460. o33.Rotation = Vector3.new(0, -90, 0)
  461. o33.Anchored = true
  462. o33.CanCollide = false
  463. o33.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  464. o33.CFrame = CFrame.new(-14.1999931, 18.7500057, 24.6000118, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  465. o33.BottomSurface = Enum.SurfaceType.Smooth
  466. o33.TopSurface = Enum.SurfaceType.Smooth
  467. o33.Color = Color3.new(0.929412, 0.917647, 0.917647)
  468. o33.Position = Vector3.new(-14.1999931, 18.7500057, 24.6000118)
  469. o34.Parent = o30
  470. o34.BrickColor = BrickColor.new("Lily white")
  471. o34.Position = Vector3.new(-11.7999964, 18.7500057, 23.6000061)
  472. o34.Anchored = true
  473. o34.CanCollide = false
  474. o34.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  475. o34.CFrame = CFrame.new(-11.7999964, 18.7500057, 23.6000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  476. o34.BottomSurface = Enum.SurfaceType.Smooth
  477. o34.TopSurface = Enum.SurfaceType.Smooth
  478. o34.Color = Color3.new(0.929412, 0.917647, 0.917647)
  479. o34.Position = Vector3.new(-11.7999964, 18.7500057, 23.6000061)
  480. o35.Name = "NumberHolder"
  481. o35.Parent = o30
  482. o35.BrickColor = BrickColor.new("Lily white")
  483. o35.Transparency = 1
  484. o35.Position = Vector3.new(-13.2999964, 18.7500439, 23.5999947)
  485. o35.Anchored = true
  486. o35.CanCollide = false
  487. o35.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  488. o35.CFrame = CFrame.new(-13.2999964, 18.7500439, 23.5999947, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  489. o35.BottomSurface = Enum.SurfaceType.Smooth
  490. o35.TopSurface = Enum.SurfaceType.Smooth
  491. o35.Color = Color3.new(0.929412, 0.917647, 0.917647)
  492. o35.Position = Vector3.new(-13.2999964, 18.7500439, 23.5999947)
  493. o36.Parent = o30
  494. o36.BrickColor = BrickColor.new("Lily white")
  495. o36.Position = Vector3.new(-12.3999939, 18.7500057, 22.6000214)
  496. o36.Rotation = Vector3.new(0, -90, 0)
  497. o36.Anchored = true
  498. o36.CanCollide = false
  499. o36.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  500. o36.CFrame = CFrame.new(-12.3999939, 18.7500057, 22.6000214, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  501. o36.BottomSurface = Enum.SurfaceType.Smooth
  502. o36.TopSurface = Enum.SurfaceType.Smooth
  503. o36.Color = Color3.new(0.929412, 0.917647, 0.917647)
  504. o36.Position = Vector3.new(-12.3999939, 18.7500057, 22.6000214)
  505. o37.Parent = o30
  506. o37.BrickColor = BrickColor.new("Lily white")
  507. o37.Position = Vector3.new(-14.1999931, 18.7500057, 22.6000042)
  508. o37.Rotation = Vector3.new(0, -90, 0)
  509. o37.Anchored = true
  510. o37.CanCollide = false
  511. o37.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  512. o37.CFrame = CFrame.new(-14.1999931, 18.7500057, 22.6000042, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  513. o37.BottomSurface = Enum.SurfaceType.Smooth
  514. o37.TopSurface = Enum.SurfaceType.Smooth
  515. o37.Color = Color3.new(0.929412, 0.917647, 0.917647)
  516. o37.Position = Vector3.new(-14.1999931, 18.7500057, 22.6000042)
  517. mas.Parent = workspace
  518. mas:MakeJoints()
  519. local mas1 = mas:GetChildren()
  520. for i=1,#mas1 do
  521. mas1[i].Parent = workspace
  522. ypcall(function() mas1[i]:MakeJoints() end)
  523. end
  524. mas:Destroy()
  525. for i=1,#cors do
  526. coroutine.resume(cors[i])
  527. end
  528.  
  529. end)
  530. ypcall(function() -- Numbers Creator
  531. local runDummyScript = function(f,scri)
  532. if (not scri:IsA('Script')) or (not scri:IsA('LocalScript')) then return false; end;
  533. local Dummy_CoRoutine = coroutine.create(function()
  534. getfenv().script = scri
  535. ypcall(function() f() end)
  536. end)
  537. table.insert(cors,Dummy_CoRoutine);
  538. coroutine.resume(Dummy_CoRoutine);
  539. end
  540. cors = {}
  541. local mas = Instance.new("Model",game:GetService("Lighting"))
  542. mas.Name = "M2S_Model"
  543. local o1 = Instance.new("Folder")
  544. local o2 = Instance.new("Model")
  545. local o3 = Instance.new("Part")
  546. local o4 = Instance.new("Part")
  547. local o5 = Instance.new("Model")
  548. local o6 = Instance.new("Part")
  549. local o7 = Instance.new("Part")
  550. local o8 = Instance.new("Part")
  551. local o9 = Instance.new("Part")
  552. local o10 = Instance.new("Part")
  553. local o11 = Instance.new("Part")
  554. local o12 = Instance.new("Model")
  555. local o13 = Instance.new("Part")
  556. local o14 = Instance.new("Part")
  557. local o15 = Instance.new("Part")
  558. local o16 = Instance.new("Part")
  559. local o17 = Instance.new("Part")
  560. local o18 = Instance.new("Part")
  561. local o19 = Instance.new("Model")
  562. local o20 = Instance.new("Part")
  563. local o21 = Instance.new("Part")
  564. local o22 = Instance.new("Part")
  565. local o23 = Instance.new("Part")
  566. local o24 = Instance.new("Part")
  567. local o25 = Instance.new("Part")
  568. local o26 = Instance.new("Part")
  569. local o27 = Instance.new("Model")
  570. local o28 = Instance.new("Part")
  571. local o29 = Instance.new("Part")
  572. local o30 = Instance.new("Part")
  573. local o31 = Instance.new("Part")
  574. local o32 = Instance.new("Model")
  575. local o33 = Instance.new("Part")
  576. local o34 = Instance.new("Part")
  577. local o35 = Instance.new("Part")
  578. local o36 = Instance.new("Part")
  579. local o37 = Instance.new("Part")
  580. local o38 = Instance.new("Part")
  581. local o39 = Instance.new("Model")
  582. local o40 = Instance.new("Part")
  583. local o41 = Instance.new("Part")
  584. local o42 = Instance.new("Part")
  585. local o43 = Instance.new("Part")
  586. local o44 = Instance.new("Part")
  587. local o45 = Instance.new("Part")
  588. local o46 = Instance.new("Part")
  589. local o47 = Instance.new("Model")
  590. local o48 = Instance.new("Part")
  591. local o49 = Instance.new("Part")
  592. local o50 = Instance.new("Part")
  593. local o51 = Instance.new("Part")
  594. local o52 = Instance.new("Part")
  595. local o53 = Instance.new("Part")
  596. local o54 = Instance.new("Model")
  597. local o55 = Instance.new("Part")
  598. local o56 = Instance.new("Part")
  599. local o57 = Instance.new("Part")
  600. local o58 = Instance.new("Part")
  601. local o59 = Instance.new("Part")
  602. local o60 = Instance.new("Part")
  603. local o61 = Instance.new("Part")
  604. local o62 = Instance.new("Part")
  605. local o63 = Instance.new("Model")
  606. local o64 = Instance.new("Part")
  607. local o65 = Instance.new("Part")
  608. local o66 = Instance.new("Part")
  609. local o67 = Instance.new("Part")
  610. local o68 = Instance.new("Part")
  611. o1.Name = "Numbers"
  612. o1.Parent = mas
  613. o2.Name = "1"
  614. o2.Parent = o1
  615. o3.Parent = o2
  616. o3.BrickColor = BrickColor.new("Lily white")
  617. o3.Position = Vector3.new(-5.8999939, 0.0499964431, 43.3999939)
  618. o3.Anchored = true
  619. o3.CanCollide = false
  620. o3.Size = Vector3.new(4, 0.0999928862, 0.999999762)
  621. o3.CFrame = CFrame.new(-5.8999939, 0.0499964431, 43.3999939, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  622. o3.BottomSurface = Enum.SurfaceType.Smooth
  623. o3.TopSurface = Enum.SurfaceType.Smooth
  624. o3.Color = Color3.new(0.929412, 0.917647, 0.917647)
  625. o3.Position = Vector3.new(-5.8999939, 0.0499964431, 43.3999939)
  626. o4.Name = "NumberHolder"
  627. o4.Parent = o2
  628. o4.BrickColor = BrickColor.new("Lily white")
  629. o4.Transparency = 1
  630. o4.Position = Vector3.new(-5.8999939, 0.0500340015, 43.3999557)
  631. o4.Anchored = true
  632. o4.CanCollide = false
  633. o4.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  634. o4.CFrame = CFrame.new(-5.8999939, 0.0500340015, 43.3999557, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  635. o4.BottomSurface = Enum.SurfaceType.Smooth
  636. o4.TopSurface = Enum.SurfaceType.Smooth
  637. o4.Color = Color3.new(0.929412, 0.917647, 0.917647)
  638. o4.Position = Vector3.new(-5.8999939, 0.0500340015, 43.3999557)
  639. o5.Name = "2"
  640. o5.Parent = o1
  641. o6.Parent = o5
  642. o6.BrickColor = BrickColor.new("Lily white")
  643. o6.Position = Vector3.new(-7.39999342, 0.0499964431, 40.3000183)
  644. o6.Anchored = true
  645. o6.CanCollide = false
  646. o6.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  647. o6.CFrame = CFrame.new(-7.39999342, 0.0499964431, 40.3000183, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  648. o6.BottomSurface = Enum.SurfaceType.Smooth
  649. o6.TopSurface = Enum.SurfaceType.Smooth
  650. o6.Color = Color3.new(0.929412, 0.917647, 0.917647)
  651. o6.Position = Vector3.new(-7.39999342, 0.0499964431, 40.3000183)
  652. o7.Parent = o5
  653. o7.BrickColor = BrickColor.new("Lily white")
  654. o7.Position = Vector3.new(-6.79999018, 0.0499989986, 39.3000259)
  655. o7.Rotation = Vector3.new(0, -90, 0)
  656. o7.Anchored = true
  657. o7.CanCollide = false
  658. o7.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  659. o7.CFrame = CFrame.new(-6.79999018, 0.0499989986, 39.3000259, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  660. o7.BottomSurface = Enum.SurfaceType.Smooth
  661. o7.TopSurface = Enum.SurfaceType.Smooth
  662. o7.Color = Color3.new(0.929412, 0.917647, 0.917647)
  663. o7.Position = Vector3.new(-6.79999018, 0.0499989986, 39.3000259)
  664. o8.Parent = o5
  665. o8.BrickColor = BrickColor.new("Lily white")
  666. o8.Position = Vector3.new(-4.39999533, 0.0500010028, 40.3000183)
  667. o8.Anchored = true
  668. o8.CanCollide = false
  669. o8.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  670. o8.CFrame = CFrame.new(-4.39999533, 0.0500010028, 40.3000183, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  671. o8.BottomSurface = Enum.SurfaceType.Smooth
  672. o8.TopSurface = Enum.SurfaceType.Smooth
  673. o8.Color = Color3.new(0.929412, 0.917647, 0.917647)
  674. o8.Position = Vector3.new(-4.39999533, 0.0500010028, 40.3000183)
  675. o9.Parent = o5
  676. o9.BrickColor = BrickColor.new("Lily white")
  677. o9.Position = Vector3.new(-5.89999151, 0.0499969944, 40.3000183)
  678. o9.Anchored = true
  679. o9.CanCollide = false
  680. o9.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  681. o9.CFrame = CFrame.new(-5.89999151, 0.0499969944, 40.3000183, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  682. o9.BottomSurface = Enum.SurfaceType.Smooth
  683. o9.TopSurface = Enum.SurfaceType.Smooth
  684. o9.Color = Color3.new(0.929412, 0.917647, 0.917647)
  685. o9.Position = Vector3.new(-5.89999151, 0.0499969944, 40.3000183)
  686. o10.Parent = o5
  687. o10.BrickColor = BrickColor.new("Lily white")
  688. o10.Position = Vector3.new(-4.99999189, 0.0500010028, 41.3000259)
  689. o10.Rotation = Vector3.new(0, -90, 0)
  690. o10.Anchored = true
  691. o10.CanCollide = false
  692. o10.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  693. o10.CFrame = CFrame.new(-4.99999189, 0.0500010028, 41.3000259, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  694. o10.BottomSurface = Enum.SurfaceType.Smooth
  695. o10.TopSurface = Enum.SurfaceType.Smooth
  696. o10.Color = Color3.new(0.929412, 0.917647, 0.917647)
  697. o10.Position = Vector3.new(-4.99999189, 0.0500010028, 41.3000259)
  698. o11.Name = "NumberHolder"
  699. o11.Parent = o5
  700. o11.BrickColor = BrickColor.new("Lily white")
  701. o11.Transparency = 1
  702. o11.Position = Vector3.new(-5.8999939, 0.0500340015, 40.2999878)
  703. o11.Anchored = true
  704. o11.CanCollide = false
  705. o11.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  706. o11.CFrame = CFrame.new(-5.8999939, 0.0500340015, 40.2999878, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  707. o11.BottomSurface = Enum.SurfaceType.Smooth
  708. o11.TopSurface = Enum.SurfaceType.Smooth
  709. o11.Color = Color3.new(0.929412, 0.917647, 0.917647)
  710. o11.Position = Vector3.new(-5.8999939, 0.0500340015, 40.2999878)
  711. o12.Name = "3"
  712. o12.Parent = o1
  713. o13.Parent = o12
  714. o13.BrickColor = BrickColor.new("Lily white")
  715. o13.Position = Vector3.new(-6.79999018, 0.0499989986, 35.6000137)
  716. o13.Rotation = Vector3.new(0, -90, 0)
  717. o13.Anchored = true
  718. o13.CanCollide = false
  719. o13.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  720. o13.CFrame = CFrame.new(-6.79999018, 0.0499989986, 35.6000137, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  721. o13.BottomSurface = Enum.SurfaceType.Smooth
  722. o13.TopSurface = Enum.SurfaceType.Smooth
  723. o13.Color = Color3.new(0.929412, 0.917647, 0.917647)
  724. o13.Position = Vector3.new(-6.79999018, 0.0499989986, 35.6000137)
  725. o14.Parent = o12
  726. o14.BrickColor = BrickColor.new("Lily white")
  727. o14.Position = Vector3.new(-7.39999342, 0.0499964431, 36.6000061)
  728. o14.Anchored = true
  729. o14.CanCollide = false
  730. o14.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  731. o14.CFrame = CFrame.new(-7.39999342, 0.0499964431, 36.6000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  732. o14.BottomSurface = Enum.SurfaceType.Smooth
  733. o14.TopSurface = Enum.SurfaceType.Smooth
  734. o14.Color = Color3.new(0.929412, 0.917647, 0.917647)
  735. o14.Position = Vector3.new(-7.39999342, 0.0499964431, 36.6000061)
  736. o15.Parent = o12
  737. o15.BrickColor = BrickColor.new("Lily white")
  738. o15.Position = Vector3.new(-5.89999151, 0.0499969944, 36.6000061)
  739. o15.Anchored = true
  740. o15.CanCollide = false
  741. o15.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  742. o15.CFrame = CFrame.new(-5.89999151, 0.0499969944, 36.6000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  743. o15.BottomSurface = Enum.SurfaceType.Smooth
  744. o15.TopSurface = Enum.SurfaceType.Smooth
  745. o15.Color = Color3.new(0.929412, 0.917647, 0.917647)
  746. o15.Position = Vector3.new(-5.89999151, 0.0499969944, 36.6000061)
  747. o16.Parent = o12
  748. o16.BrickColor = BrickColor.new("Lily white")
  749. o16.Position = Vector3.new(-4.39999533, 0.0500010028, 36.6000061)
  750. o16.Anchored = true
  751. o16.CanCollide = false
  752. o16.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  753. o16.CFrame = CFrame.new(-4.39999533, 0.0500010028, 36.6000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  754. o16.BottomSurface = Enum.SurfaceType.Smooth
  755. o16.TopSurface = Enum.SurfaceType.Smooth
  756. o16.Color = Color3.new(0.929412, 0.917647, 0.917647)
  757. o16.Position = Vector3.new(-4.39999533, 0.0500010028, 36.6000061)
  758. o17.Parent = o12
  759. o17.BrickColor = BrickColor.new("Lily white")
  760. o17.Position = Vector3.new(-4.99999189, 0.0500010028, 35.600029)
  761. o17.Rotation = Vector3.new(0, -90, 0)
  762. o17.Anchored = true
  763. o17.CanCollide = false
  764. o17.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  765. o17.CFrame = CFrame.new(-4.99999189, 0.0500010028, 35.600029, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  766. o17.BottomSurface = Enum.SurfaceType.Smooth
  767. o17.TopSurface = Enum.SurfaceType.Smooth
  768. o17.Color = Color3.new(0.929412, 0.917647, 0.917647)
  769. o17.Position = Vector3.new(-4.99999189, 0.0500010028, 35.600029)
  770. o18.Name = "NumberHolder"
  771. o18.Parent = o12
  772. o18.BrickColor = BrickColor.new("Lily white")
  773. o18.Transparency = 1
  774. o18.Position = Vector3.new(-5.8999939, 0.150033996, 36.5999985)
  775. o18.Anchored = true
  776. o18.CanCollide = false
  777. o18.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  778. o18.CFrame = CFrame.new(-5.8999939, 0.150033996, 36.5999985, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  779. o18.BottomSurface = Enum.SurfaceType.Smooth
  780. o18.TopSurface = Enum.SurfaceType.Smooth
  781. o18.Color = Color3.new(0.929412, 0.917647, 0.917647)
  782. o18.Position = Vector3.new(-5.8999939, 0.150033996, 36.5999985)
  783. o19.Name = "6"
  784. o19.Parent = o1
  785. o20.Parent = o19
  786. o20.BrickColor = BrickColor.new("Lily white")
  787. o20.Position = Vector3.new(-6.79999018, 0.0499989986, 26.3000126)
  788. o20.Rotation = Vector3.new(0, -90, 0)
  789. o20.Anchored = true
  790. o20.CanCollide = false
  791. o20.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  792. o20.CFrame = CFrame.new(-6.79999018, 0.0499989986, 26.3000126, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  793. o20.BottomSurface = Enum.SurfaceType.Smooth
  794. o20.TopSurface = Enum.SurfaceType.Smooth
  795. o20.Color = Color3.new(0.929412, 0.917647, 0.917647)
  796. o20.Position = Vector3.new(-6.79999018, 0.0499989986, 26.3000126)
  797. o21.Parent = o19
  798. o21.BrickColor = BrickColor.new("Lily white")
  799. o21.Position = Vector3.new(-4.99999189, 0.0500010028, 24.3000278)
  800. o21.Rotation = Vector3.new(0, -90, 0)
  801. o21.Anchored = true
  802. o21.CanCollide = false
  803. o21.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  804. o21.CFrame = CFrame.new(-4.99999189, 0.0500010028, 24.3000278, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  805. o21.BottomSurface = Enum.SurfaceType.Smooth
  806. o21.TopSurface = Enum.SurfaceType.Smooth
  807. o21.Color = Color3.new(0.929412, 0.917647, 0.917647)
  808. o21.Position = Vector3.new(-4.99999189, 0.0500010028, 24.3000278)
  809. o22.Parent = o19
  810. o22.BrickColor = BrickColor.new("Lily white")
  811. o22.Position = Vector3.new(-7.39999342, 0.0499964431, 25.300005)
  812. o22.Anchored = true
  813. o22.CanCollide = false
  814. o22.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  815. o22.CFrame = CFrame.new(-7.39999342, 0.0499964431, 25.300005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  816. o22.BottomSurface = Enum.SurfaceType.Smooth
  817. o22.TopSurface = Enum.SurfaceType.Smooth
  818. o22.Color = Color3.new(0.929412, 0.917647, 0.917647)
  819. o22.Position = Vector3.new(-7.39999342, 0.0499964431, 25.300005)
  820. o23.Parent = o19
  821. o23.BrickColor = BrickColor.new("Lily white")
  822. o23.Position = Vector3.new(-4.99999189, 0.0500010028, 26.3000317)
  823. o23.Rotation = Vector3.new(0, -90, 0)
  824. o23.Anchored = true
  825. o23.CanCollide = false
  826. o23.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  827. o23.CFrame = CFrame.new(-4.99999189, 0.0500010028, 26.3000317, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  828. o23.BottomSurface = Enum.SurfaceType.Smooth
  829. o23.TopSurface = Enum.SurfaceType.Smooth
  830. o23.Color = Color3.new(0.929412, 0.917647, 0.917647)
  831. o23.Position = Vector3.new(-4.99999189, 0.0500010028, 26.3000317)
  832. o24.Parent = o19
  833. o24.BrickColor = BrickColor.new("Lily white")
  834. o24.Position = Vector3.new(-4.39999533, 0.0500010028, 25.300005)
  835. o24.Anchored = true
  836. o24.CanCollide = false
  837. o24.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  838. o24.CFrame = CFrame.new(-4.39999533, 0.0500010028, 25.300005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  839. o24.BottomSurface = Enum.SurfaceType.Smooth
  840. o24.TopSurface = Enum.SurfaceType.Smooth
  841. o24.Color = Color3.new(0.929412, 0.917647, 0.917647)
  842. o24.Position = Vector3.new(-4.39999533, 0.0500010028, 25.300005)
  843. o25.Parent = o19
  844. o25.BrickColor = BrickColor.new("Lily white")
  845. o25.Position = Vector3.new(-5.89999151, 0.0499969944, 25.300005)
  846. o25.Anchored = true
  847. o25.CanCollide = false
  848. o25.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  849. o25.CFrame = CFrame.new(-5.89999151, 0.0499969944, 25.300005, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  850. o25.BottomSurface = Enum.SurfaceType.Smooth
  851. o25.TopSurface = Enum.SurfaceType.Smooth
  852. o25.Color = Color3.new(0.929412, 0.917647, 0.917647)
  853. o25.Position = Vector3.new(-5.89999151, 0.0499969944, 25.300005)
  854. o26.Name = "NumberHolder"
  855. o26.Parent = o19
  856. o26.BrickColor = BrickColor.new("Lily white")
  857. o26.Transparency = 1
  858. o26.Position = Vector3.new(-5.8999939, 0.0500340015, 25.299984)
  859. o26.Anchored = true
  860. o26.CanCollide = false
  861. o26.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  862. o26.CFrame = CFrame.new(-5.8999939, 0.0500340015, 25.299984, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  863. o26.BottomSurface = Enum.SurfaceType.Smooth
  864. o26.TopSurface = Enum.SurfaceType.Smooth
  865. o26.Color = Color3.new(0.929412, 0.917647, 0.917647)
  866. o26.Position = Vector3.new(-5.8999939, 0.0500340015, 25.299984)
  867. o27.Name = "7"
  868. o27.Parent = o1
  869. o28.Parent = o27
  870. o28.BrickColor = BrickColor.new("Lily white")
  871. o28.Position = Vector3.new(-6.79999018, 0.0499989986, 20.7000294)
  872. o28.Rotation = Vector3.new(0, -90, 0)
  873. o28.Anchored = true
  874. o28.CanCollide = false
  875. o28.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  876. o28.CFrame = CFrame.new(-6.79999018, 0.0499989986, 20.7000294, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  877. o28.BottomSurface = Enum.SurfaceType.Smooth
  878. o28.TopSurface = Enum.SurfaceType.Smooth
  879. o28.Color = Color3.new(0.929412, 0.917647, 0.917647)
  880. o28.Position = Vector3.new(-6.79999018, 0.0499989986, 20.7000294)
  881. o29.Parent = o27
  882. o29.BrickColor = BrickColor.new("Lily white")
  883. o29.Position = Vector3.new(-7.39999056, 0.0499969944, 21.7000256)
  884. o29.Anchored = true
  885. o29.CanCollide = false
  886. o29.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  887. o29.CFrame = CFrame.new(-7.39999056, 0.0499969944, 21.7000256, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  888. o29.BottomSurface = Enum.SurfaceType.Smooth
  889. o29.TopSurface = Enum.SurfaceType.Smooth
  890. o29.Color = Color3.new(0.929412, 0.917647, 0.917647)
  891. o29.Position = Vector3.new(-7.39999056, 0.0499969944, 21.7000256)
  892. o30.Parent = o27
  893. o30.BrickColor = BrickColor.new("Lily white")
  894. o30.Position = Vector3.new(-4.89999199, 0.0500010028, 20.7000484)
  895. o30.Rotation = Vector3.new(0, -90, 0)
  896. o30.Anchored = true
  897. o30.CanCollide = false
  898. o30.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  899. o30.CFrame = CFrame.new(-4.89999199, 0.0500010028, 20.7000484, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  900. o30.BottomSurface = Enum.SurfaceType.Smooth
  901. o30.TopSurface = Enum.SurfaceType.Smooth
  902. o30.Color = Color3.new(0.929412, 0.917647, 0.917647)
  903. o30.Position = Vector3.new(-4.89999199, 0.0500010028, 20.7000484)
  904. o31.Name = "NumberHolder"
  905. o31.Parent = o27
  906. o31.BrickColor = BrickColor.new("Lily white")
  907. o31.Transparency = 1
  908. o31.Position = Vector3.new(-5.8999939, 0.0500340015, 21.6999702)
  909. o31.Anchored = true
  910. o31.CanCollide = false
  911. o31.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  912. o31.CFrame = CFrame.new(-5.8999939, 0.0500340015, 21.6999702, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  913. o31.BottomSurface = Enum.SurfaceType.Smooth
  914. o31.TopSurface = Enum.SurfaceType.Smooth
  915. o31.Color = Color3.new(0.929412, 0.917647, 0.917647)
  916. o31.Position = Vector3.new(-5.8999939, 0.0500340015, 21.6999702)
  917. o32.Name = "9"
  918. o32.Parent = o1
  919. o33.Parent = o32
  920. o33.BrickColor = BrickColor.new("Lily white")
  921. o33.Position = Vector3.new(-6.79999018, 0.0499989986, 14.9000158)
  922. o33.Rotation = Vector3.new(0, -90, 0)
  923. o33.Anchored = true
  924. o33.CanCollide = false
  925. o33.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  926. o33.CFrame = CFrame.new(-6.79999018, 0.0499989986, 14.9000158, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  927. o33.BottomSurface = Enum.SurfaceType.Smooth
  928. o33.TopSurface = Enum.SurfaceType.Smooth
  929. o33.Color = Color3.new(0.929412, 0.917647, 0.917647)
  930. o33.Position = Vector3.new(-6.79999018, 0.0499989986, 14.9000158)
  931. o34.Parent = o32
  932. o34.BrickColor = BrickColor.new("Lily white")
  933. o34.Position = Vector3.new(-5.89999151, 0.0499969944, 13.9000177)
  934. o34.Anchored = true
  935. o34.CanCollide = false
  936. o34.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  937. o34.CFrame = CFrame.new(-5.89999151, 0.0499969944, 13.9000177, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  938. o34.BottomSurface = Enum.SurfaceType.Smooth
  939. o34.TopSurface = Enum.SurfaceType.Smooth
  940. o34.Color = Color3.new(0.929412, 0.917647, 0.917647)
  941. o34.Position = Vector3.new(-5.89999151, 0.0499969944, 13.9000177)
  942. o35.Parent = o32
  943. o35.BrickColor = BrickColor.new("Lily white")
  944. o35.Position = Vector3.new(-6.79999018, 0.0499989986, 12.9000206)
  945. o35.Rotation = Vector3.new(0, -90, 0)
  946. o35.Anchored = true
  947. o35.CanCollide = false
  948. o35.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  949. o35.CFrame = CFrame.new(-6.79999018, 0.0499989986, 12.9000206, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  950. o35.BottomSurface = Enum.SurfaceType.Smooth
  951. o35.TopSurface = Enum.SurfaceType.Smooth
  952. o35.Color = Color3.new(0.929412, 0.917647, 0.917647)
  953. o35.Position = Vector3.new(-6.79999018, 0.0499989986, 12.9000206)
  954. o36.Parent = o32
  955. o36.BrickColor = BrickColor.new("Lily white")
  956. o36.Position = Vector3.new(-4.89999199, 0.0500010028, 12.9000397)
  957. o36.Rotation = Vector3.new(0, -90, 0)
  958. o36.Anchored = true
  959. o36.CanCollide = false
  960. o36.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  961. o36.CFrame = CFrame.new(-4.89999199, 0.0500010028, 12.9000397, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  962. o36.BottomSurface = Enum.SurfaceType.Smooth
  963. o36.TopSurface = Enum.SurfaceType.Smooth
  964. o36.Color = Color3.new(0.929412, 0.917647, 0.917647)
  965. o36.Position = Vector3.new(-4.89999199, 0.0500010028, 12.9000397)
  966. o37.Parent = o32
  967. o37.BrickColor = BrickColor.new("Lily white")
  968. o37.Position = Vector3.new(-7.39999104, 0.0499969944, 13.9000177)
  969. o37.Anchored = true
  970. o37.CanCollide = false
  971. o37.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  972. o37.CFrame = CFrame.new(-7.39999104, 0.0499969944, 13.9000177, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  973. o37.BottomSurface = Enum.SurfaceType.Smooth
  974. o37.TopSurface = Enum.SurfaceType.Smooth
  975. o37.Color = Color3.new(0.929412, 0.917647, 0.917647)
  976. o37.Position = Vector3.new(-7.39999104, 0.0499969944, 13.9000177)
  977. o38.Name = "NumberHolder"
  978. o38.Parent = o32
  979. o38.BrickColor = BrickColor.new("Lily white")
  980. o38.Transparency = 1
  981. o38.Position = Vector3.new(-5.8999939, 0.0500340015, 13.8999586)
  982. o38.Anchored = true
  983. o38.CanCollide = false
  984. o38.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  985. o38.CFrame = CFrame.new(-5.8999939, 0.0500340015, 13.8999586, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  986. o38.BottomSurface = Enum.SurfaceType.Smooth
  987. o38.TopSurface = Enum.SurfaceType.Smooth
  988. o38.Color = Color3.new(0.929412, 0.917647, 0.917647)
  989. o38.Position = Vector3.new(-5.8999939, 0.0500340015, 13.8999586)
  990. o39.Name = "0"
  991. o39.Parent = o1
  992. o40.Parent = o39
  993. o40.BrickColor = BrickColor.new("Lily white")
  994. o40.Position = Vector3.new(-7.39999342, 0.0499964431, 9.70000553)
  995. o40.Anchored = true
  996. o40.CanCollide = false
  997. o40.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  998. o40.CFrame = CFrame.new(-7.39999342, 0.0499964431, 9.70000553, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  999. o40.BottomSurface = Enum.SurfaceType.Smooth
  1000. o40.TopSurface = Enum.SurfaceType.Smooth
  1001. o40.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1002. o40.Position = Vector3.new(-7.39999342, 0.0499964431, 9.70000553)
  1003. o41.Parent = o39
  1004. o41.BrickColor = BrickColor.new("Lily white")
  1005. o41.Position = Vector3.new(-6.79999018, 0.0499989986, 10.7000122)
  1006. o41.Rotation = Vector3.new(0, -90, 0)
  1007. o41.Anchored = true
  1008. o41.CanCollide = false
  1009. o41.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1010. o41.CFrame = CFrame.new(-6.79999018, 0.0499989986, 10.7000122, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1011. o41.BottomSurface = Enum.SurfaceType.Smooth
  1012. o41.TopSurface = Enum.SurfaceType.Smooth
  1013. o41.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1014. o41.Position = Vector3.new(-6.79999018, 0.0499989986, 10.7000122)
  1015. o42.Parent = o39
  1016. o42.BrickColor = BrickColor.new("Lily white")
  1017. o42.Position = Vector3.new(-4.99999189, 0.0500010028, 10.7000313)
  1018. o42.Rotation = Vector3.new(0, -90, 0)
  1019. o42.Anchored = true
  1020. o42.CanCollide = false
  1021. o42.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1022. o42.CFrame = CFrame.new(-4.99999189, 0.0500010028, 10.7000313, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1023. o42.BottomSurface = Enum.SurfaceType.Smooth
  1024. o42.TopSurface = Enum.SurfaceType.Smooth
  1025. o42.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1026. o42.Position = Vector3.new(-4.99999189, 0.0500010028, 10.7000313)
  1027. o43.Parent = o39
  1028. o43.BrickColor = BrickColor.new("Lily white")
  1029. o43.Position = Vector3.new(-4.39999533, 0.0500010028, 9.70000553)
  1030. o43.Anchored = true
  1031. o43.CanCollide = false
  1032. o43.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1033. o43.CFrame = CFrame.new(-4.39999533, 0.0500010028, 9.70000553, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1034. o43.BottomSurface = Enum.SurfaceType.Smooth
  1035. o43.TopSurface = Enum.SurfaceType.Smooth
  1036. o43.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1037. o43.Position = Vector3.new(-4.39999533, 0.0500010028, 9.70000553)
  1038. o44.Parent = o39
  1039. o44.BrickColor = BrickColor.new("Lily white")
  1040. o44.Position = Vector3.new(-4.99999189, 0.0500010028, 8.70002842)
  1041. o44.Rotation = Vector3.new(0, -90, 0)
  1042. o44.Anchored = true
  1043. o44.CanCollide = false
  1044. o44.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1045. o44.CFrame = CFrame.new(-4.99999189, 0.0500010028, 8.70002842, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1046. o44.BottomSurface = Enum.SurfaceType.Smooth
  1047. o44.TopSurface = Enum.SurfaceType.Smooth
  1048. o44.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1049. o44.Position = Vector3.new(-4.99999189, 0.0500010028, 8.70002842)
  1050. o45.Parent = o39
  1051. o45.BrickColor = BrickColor.new("Lily white")
  1052. o45.Position = Vector3.new(-6.79999018, 0.0499989986, 8.70000744)
  1053. o45.Rotation = Vector3.new(0, -90, 0)
  1054. o45.Anchored = true
  1055. o45.CanCollide = false
  1056. o45.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1057. o45.CFrame = CFrame.new(-6.79999018, 0.0499989986, 8.70000744, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1058. o45.BottomSurface = Enum.SurfaceType.Smooth
  1059. o45.TopSurface = Enum.SurfaceType.Smooth
  1060. o45.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1061. o45.Position = Vector3.new(-6.79999018, 0.0499989986, 8.70000744)
  1062. o46.Name = "NumberHolder"
  1063. o46.Parent = o39
  1064. o46.BrickColor = BrickColor.new("Lily white")
  1065. o46.Transparency = 1
  1066. o46.Position = Vector3.new(-5.8999939, 0.0500340015, 9.69995403)
  1067. o46.Anchored = true
  1068. o46.CanCollide = false
  1069. o46.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  1070. o46.CFrame = CFrame.new(-5.8999939, 0.0500340015, 9.69995403, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1071. o46.BottomSurface = Enum.SurfaceType.Smooth
  1072. o46.TopSurface = Enum.SurfaceType.Smooth
  1073. o46.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1074. o46.Position = Vector3.new(-5.8999939, 0.0500340015, 9.69995403)
  1075. o47.Name = "5"
  1076. o47.Parent = o1
  1077. o48.Parent = o47
  1078. o48.BrickColor = BrickColor.new("Lily white")
  1079. o48.Position = Vector3.new(-7.39999342, 0.0499964431, 29.1000061)
  1080. o48.Anchored = true
  1081. o48.CanCollide = false
  1082. o48.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1083. o48.CFrame = CFrame.new(-7.39999342, 0.0499964431, 29.1000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1084. o48.BottomSurface = Enum.SurfaceType.Smooth
  1085. o48.TopSurface = Enum.SurfaceType.Smooth
  1086. o48.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1087. o48.Position = Vector3.new(-7.39999342, 0.0499964431, 29.1000061)
  1088. o49.Parent = o47
  1089. o49.BrickColor = BrickColor.new("Lily white")
  1090. o49.Position = Vector3.new(-4.99999189, 0.0500010028, 28.100029)
  1091. o49.Rotation = Vector3.new(0, -90, 0)
  1092. o49.Anchored = true
  1093. o49.CanCollide = false
  1094. o49.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1095. o49.CFrame = CFrame.new(-4.99999189, 0.0500010028, 28.100029, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1096. o49.BottomSurface = Enum.SurfaceType.Smooth
  1097. o49.TopSurface = Enum.SurfaceType.Smooth
  1098. o49.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1099. o49.Position = Vector3.new(-4.99999189, 0.0500010028, 28.100029)
  1100. o50.Parent = o47
  1101. o50.BrickColor = BrickColor.new("Lily white")
  1102. o50.Position = Vector3.new(-6.79999018, 0.0499989986, 30.1000118)
  1103. o50.Rotation = Vector3.new(0, -90, 0)
  1104. o50.Anchored = true
  1105. o50.CanCollide = false
  1106. o50.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1107. o50.CFrame = CFrame.new(-6.79999018, 0.0499989986, 30.1000118, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1108. o50.BottomSurface = Enum.SurfaceType.Smooth
  1109. o50.TopSurface = Enum.SurfaceType.Smooth
  1110. o50.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1111. o50.Position = Vector3.new(-6.79999018, 0.0499989986, 30.1000118)
  1112. o51.Parent = o47
  1113. o51.BrickColor = BrickColor.new("Lily white")
  1114. o51.Position = Vector3.new(-4.39999533, 0.0500010028, 29.1000061)
  1115. o51.Anchored = true
  1116. o51.CanCollide = false
  1117. o51.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1118. o51.CFrame = CFrame.new(-4.39999533, 0.0500010028, 29.1000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1119. o51.BottomSurface = Enum.SurfaceType.Smooth
  1120. o51.TopSurface = Enum.SurfaceType.Smooth
  1121. o51.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1122. o51.Position = Vector3.new(-4.39999533, 0.0500010028, 29.1000061)
  1123. o52.Parent = o47
  1124. o52.BrickColor = BrickColor.new("Lily white")
  1125. o52.Position = Vector3.new(-5.89999151, 0.0499969944, 29.1000061)
  1126. o52.Anchored = true
  1127. o52.CanCollide = false
  1128. o52.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1129. o52.CFrame = CFrame.new(-5.89999151, 0.0499969944, 29.1000061, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1130. o52.BottomSurface = Enum.SurfaceType.Smooth
  1131. o52.TopSurface = Enum.SurfaceType.Smooth
  1132. o52.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1133. o52.Position = Vector3.new(-5.89999151, 0.0499969944, 29.1000061)
  1134. o53.Name = "NumberHolder"
  1135. o53.Parent = o47
  1136. o53.BrickColor = BrickColor.new("Lily white")
  1137. o53.Transparency = 1
  1138. o53.Position = Vector3.new(-5.8999939, 0.0500340015, 29.0999947)
  1139. o53.Anchored = true
  1140. o53.CanCollide = false
  1141. o53.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  1142. o53.CFrame = CFrame.new(-5.8999939, 0.0500340015, 29.0999947, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1143. o53.BottomSurface = Enum.SurfaceType.Smooth
  1144. o53.TopSurface = Enum.SurfaceType.Smooth
  1145. o53.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1146. o53.Position = Vector3.new(-5.8999939, 0.0500340015, 29.0999947)
  1147. o54.Name = "8"
  1148. o54.Parent = o1
  1149. o55.Parent = o54
  1150. o55.BrickColor = BrickColor.new("Lily white")
  1151. o55.Position = Vector3.new(-6.79999018, 0.0499989986, 16.9000053)
  1152. o55.Rotation = Vector3.new(0, -90, 0)
  1153. o55.Anchored = true
  1154. o55.CanCollide = false
  1155. o55.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1156. o55.CFrame = CFrame.new(-6.79999018, 0.0499989986, 16.9000053, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1157. o55.BottomSurface = Enum.SurfaceType.Smooth
  1158. o55.TopSurface = Enum.SurfaceType.Smooth
  1159. o55.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1160. o55.Position = Vector3.new(-6.79999018, 0.0499989986, 16.9000053)
  1161. o56.Parent = o54
  1162. o56.BrickColor = BrickColor.new("Lily white")
  1163. o56.Position = Vector3.new(-6.79999018, 0.0499989986, 18.9000111)
  1164. o56.Rotation = Vector3.new(0, -90, 0)
  1165. o56.Anchored = true
  1166. o56.CanCollide = false
  1167. o56.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1168. o56.CFrame = CFrame.new(-6.79999018, 0.0499989986, 18.9000111, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1169. o56.BottomSurface = Enum.SurfaceType.Smooth
  1170. o56.TopSurface = Enum.SurfaceType.Smooth
  1171. o56.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1172. o56.Position = Vector3.new(-6.79999018, 0.0499989986, 18.9000111)
  1173. o57.Parent = o54
  1174. o57.BrickColor = BrickColor.new("Lily white")
  1175. o57.Position = Vector3.new(-7.39999342, 0.0499964431, 17.9000034)
  1176. o57.Anchored = true
  1177. o57.CanCollide = false
  1178. o57.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1179. o57.CFrame = CFrame.new(-7.39999342, 0.0499964431, 17.9000034, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1180. o57.BottomSurface = Enum.SurfaceType.Smooth
  1181. o57.TopSurface = Enum.SurfaceType.Smooth
  1182. o57.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1183. o57.Position = Vector3.new(-7.39999342, 0.0499964431, 17.9000034)
  1184. o58.Parent = o54
  1185. o58.BrickColor = BrickColor.new("Lily white")
  1186. o58.Position = Vector3.new(-5.89999151, 0.0499969944, 17.9000034)
  1187. o58.Anchored = true
  1188. o58.CanCollide = false
  1189. o58.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1190. o58.CFrame = CFrame.new(-5.89999151, 0.0499969944, 17.9000034, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1191. o58.BottomSurface = Enum.SurfaceType.Smooth
  1192. o58.TopSurface = Enum.SurfaceType.Smooth
  1193. o58.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1194. o58.Position = Vector3.new(-5.89999151, 0.0499969944, 17.9000034)
  1195. o59.Parent = o54
  1196. o59.BrickColor = BrickColor.new("Lily white")
  1197. o59.Position = Vector3.new(-4.99999189, 0.0500010028, 18.9000301)
  1198. o59.Rotation = Vector3.new(0, -90, 0)
  1199. o59.Anchored = true
  1200. o59.CanCollide = false
  1201. o59.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1202. o59.CFrame = CFrame.new(-4.99999189, 0.0500010028, 18.9000301, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1203. o59.BottomSurface = Enum.SurfaceType.Smooth
  1204. o59.TopSurface = Enum.SurfaceType.Smooth
  1205. o59.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1206. o59.Position = Vector3.new(-4.99999189, 0.0500010028, 18.9000301)
  1207. o60.Parent = o54
  1208. o60.BrickColor = BrickColor.new("Lily white")
  1209. o60.Position = Vector3.new(-4.39999533, 0.0500010028, 17.9000034)
  1210. o60.Anchored = true
  1211. o60.CanCollide = false
  1212. o60.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1213. o60.CFrame = CFrame.new(-4.39999533, 0.0500010028, 17.9000034, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1214. o60.BottomSurface = Enum.SurfaceType.Smooth
  1215. o60.TopSurface = Enum.SurfaceType.Smooth
  1216. o60.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1217. o60.Position = Vector3.new(-4.39999533, 0.0500010028, 17.9000034)
  1218. o61.Parent = o54
  1219. o61.BrickColor = BrickColor.new("Lily white")
  1220. o61.Position = Vector3.new(-4.99999189, 0.0500010028, 16.9000263)
  1221. o61.Rotation = Vector3.new(0, -90, 0)
  1222. o61.Anchored = true
  1223. o61.CanCollide = false
  1224. o61.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1225. o61.CFrame = CFrame.new(-4.99999189, 0.0500010028, 16.9000263, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1226. o61.BottomSurface = Enum.SurfaceType.Smooth
  1227. o61.TopSurface = Enum.SurfaceType.Smooth
  1228. o61.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1229. o61.Position = Vector3.new(-4.99999189, 0.0500010028, 16.9000263)
  1230. o62.Name = "NumberHolder"
  1231. o62.Parent = o54
  1232. o62.BrickColor = BrickColor.new("Lily white")
  1233. o62.Transparency = 1
  1234. o62.Position = Vector3.new(-5.8999939, 0.0500340015, 17.8999672)
  1235. o62.Anchored = true
  1236. o62.CanCollide = false
  1237. o62.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  1238. o62.CFrame = CFrame.new(-5.8999939, 0.0500340015, 17.8999672, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1239. o62.BottomSurface = Enum.SurfaceType.Smooth
  1240. o62.TopSurface = Enum.SurfaceType.Smooth
  1241. o62.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1242. o62.Position = Vector3.new(-5.8999939, 0.0500340015, 17.8999672)
  1243. o63.Name = "4"
  1244. o63.Parent = o1
  1245. o64.Parent = o63
  1246. o64.BrickColor = BrickColor.new("Lily white")
  1247. o64.Position = Vector3.new(-6.89999008, 0.0499989986, 31.9000149)
  1248. o64.Rotation = Vector3.new(0, -90, 0)
  1249. o64.Anchored = true
  1250. o64.CanCollide = false
  1251. o64.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1252. o64.CFrame = CFrame.new(-6.89999008, 0.0499989986, 31.9000149, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1253. o64.BottomSurface = Enum.SurfaceType.Smooth
  1254. o64.TopSurface = Enum.SurfaceType.Smooth
  1255. o64.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1256. o64.Position = Vector3.new(-6.89999008, 0.0499989986, 31.9000149)
  1257. o65.Parent = o63
  1258. o65.BrickColor = BrickColor.new("Lily white")
  1259. o65.Position = Vector3.new(-5.89999151, 0.0499969944, 32.900013)
  1260. o65.Anchored = true
  1261. o65.CanCollide = false
  1262. o65.Size = Vector3.new(0.999999642, 0.0999928862, 2.99999905)
  1263. o65.CFrame = CFrame.new(-5.89999151, 0.0499969944, 32.900013, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1264. o65.BottomSurface = Enum.SurfaceType.Smooth
  1265. o65.TopSurface = Enum.SurfaceType.Smooth
  1266. o65.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1267. o65.Position = Vector3.new(-5.89999151, 0.0499969944, 32.900013)
  1268. o66.Parent = o63
  1269. o66.BrickColor = BrickColor.new("Lily white")
  1270. o66.Position = Vector3.new(-6.89999008, 0.0499989986, 33.9000092)
  1271. o66.Rotation = Vector3.new(0, -90, 0)
  1272. o66.Anchored = true
  1273. o66.CanCollide = false
  1274. o66.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1275. o66.CFrame = CFrame.new(-6.89999008, 0.0499989986, 33.9000092, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1276. o66.BottomSurface = Enum.SurfaceType.Smooth
  1277. o66.TopSurface = Enum.SurfaceType.Smooth
  1278. o66.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1279. o66.Position = Vector3.new(-6.89999008, 0.0499989986, 33.9000092)
  1280. o67.Parent = o63
  1281. o67.BrickColor = BrickColor.new("Lily white")
  1282. o67.Position = Vector3.new(-4.89999199, 0.0500010028, 31.900034)
  1283. o67.Rotation = Vector3.new(0, -90, 0)
  1284. o67.Anchored = true
  1285. o67.CanCollide = false
  1286. o67.Size = Vector3.new(0.999999642, 0.0999928862, 1.99999881)
  1287. o67.CFrame = CFrame.new(-4.89999199, 0.0500010028, 31.900034, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1288. o67.BottomSurface = Enum.SurfaceType.Smooth
  1289. o67.TopSurface = Enum.SurfaceType.Smooth
  1290. o67.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1291. o67.Position = Vector3.new(-4.89999199, 0.0500010028, 31.900034)
  1292. o68.Name = "NumberHolder"
  1293. o68.Parent = o63
  1294. o68.BrickColor = BrickColor.new("Lily white")
  1295. o68.Transparency = 1
  1296. o68.Position = Vector3.new(-5.8999939, 0.0500340015, 32.8999977)
  1297. o68.Anchored = true
  1298. o68.CanCollide = false
  1299. o68.Size = Vector3.new(3.99999905, 0.0999928862, 2.99999905)
  1300. o68.CFrame = CFrame.new(-5.8999939, 0.0500340015, 32.8999977, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1301. o68.BottomSurface = Enum.SurfaceType.Smooth
  1302. o68.TopSurface = Enum.SurfaceType.Smooth
  1303. o68.Color = Color3.new(0.929412, 0.917647, 0.917647)
  1304. o68.Position = Vector3.new(-5.8999939, 0.0500340015, 32.8999977)
  1305. mas.Parent = game:GetService("ReplicatedStorage")
  1306. mas:MakeJoints()
  1307. local mas1 = mas:GetChildren()
  1308. for i=1,#mas1 do
  1309. mas1[i].Parent = game:GetService("ReplicatedStorage")
  1310. ypcall(function() mas1[i]:MakeJoints() end)
  1311. end
  1312. mas:Destroy()
  1313. for i=1,#cors do
  1314. coroutine.resume(cors[i])
  1315. end
  1316.  
  1317. end)
  1318. ypcall(function() -- Coin Creator & Parent
  1319. local p1 = Instance.new("Part")
  1320. local p2 = Instance.new("ClickDetector")
  1321. p1.Anchored = true
  1322. p1.BrickColor = BrickColor.new("Deep orange")
  1323. p1.CanCollide = true
  1324. p1.Material = "SmoothPlastic"
  1325. p1.Name = "Coin"
  1326. p1.Parent = workspace
  1327. p1.Position = Vector3.new(-0.1, 0.5, 23.1)
  1328. p1.Size = Vector3.new(1, 1, 1)
  1329. p2.Parent = p1
  1330. script.Parent = p1
  1331. end)
  1332. ypcall(function() -- Main
  1333. local digitHolders = script.Parent.Parent:WaitForChild("DigitHolders")
  1334. local digitModelFolder = script.Parent.Parent:WaitForChild("DigitModelFolder")
  1335. local digit1 = digitHolders:FindFirstChild("Digit1")
  1336. local digit2 = digitHolders:FindFirstChild("Digit2")
  1337. local digit3 = digitHolders:FindFirstChild("Digit3")
  1338. local digit4 = digitHolders:FindFirstChild("Digit4")
  1339. local digit1Pos = digit1.Position
  1340. local digit2Pos = digit2.Position
  1341. local digit3Pos = digit3.Position
  1342. local digit4Pos = digit4.Position
  1343. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  1344. local numberFolder = ReplicatedStorage:WaitForChild("Numbers")
  1345. local points = 0
  1346. debounce = false
  1347.  
  1348. function getNumberModelByNumber(num)
  1349. local returnModel
  1350. for _,i in pairs(numberFolder:GetChildren())do
  1351. if i.Name==num then
  1352. returnModel = i
  1353. break
  1354. end
  1355. end
  1356. return returnModel
  1357. end
  1358.  
  1359. function refreshPointsModel()
  1360. local currentNum = 0
  1361. local currentNumModel
  1362. local currentDigitHolder
  1363. digitModelFolder:ClearAllChildren()
  1364. for i = 1,4 do
  1365. if tonumber(string.len(points))>0 then
  1366. if i==1 then
  1367. currentDigitHolder = digit4
  1368. currentNum = string.sub(points,i,i)
  1369. currentNumModel = getNumberModelByNumber(currentNum):Clone()
  1370. currentNumModel.Parent = digitModelFolder
  1371. currentNumModel:MoveTo(currentDigitHolder.Position)
  1372. end
  1373. if tonumber(string.len(points))>1 then
  1374. if i==2 then
  1375. currentDigitHolder = digit3
  1376. currentNum = string.sub(points,i,i)
  1377. currentNumModel = getNumberModelByNumber(currentNum):Clone()
  1378. currentNumModel.Parent = digitModelFolder
  1379. currentNumModel:MoveTo(currentDigitHolder.Position)
  1380. end
  1381. if tonumber(string.len(points))>2 then
  1382. if i==3 then
  1383. currentDigitHolder = digit2
  1384. currentNum = string.sub(points,i,i)
  1385. currentNumModel = getNumberModelByNumber(currentNum):Clone()
  1386. currentNumModel.Parent = digitModelFolder
  1387. currentNumModel:MoveTo(currentDigitHolder.Position)
  1388. end
  1389. if tonumber(string.len(points))>3 then
  1390. if i==4 then
  1391. currentDigitHolder = digit1
  1392. currentNum = string.sub(points,i,i)
  1393. currentNumModel = getNumberModelByNumber(currentNum):Clone()
  1394. currentNumModel.Parent = digitModelFolder
  1395. currentNumModel:MoveTo(currentDigitHolder.Position)
  1396. end
  1397. end
  1398. end
  1399. end
  1400. end
  1401. wait()
  1402. end
  1403. end
  1404.  
  1405. script.Parent.ClickDetector.MouseClick:connect(function()
  1406. if debounce==false then
  1407. debounce = true
  1408. points = points + 1
  1409. refreshPointsModel()
  1410. debounce = false
  1411. end
  1412. end)
  1413.  
  1414. refreshPointsModel()
  1415. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement