Advertisement
Zach_rookie_editor3

High quality lemonade stand

Feb 23rd, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.44 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by WaverlyCole & Mokiros")
  3. InternalData = {}
  4. do
  5. script.Parent = owner.Character
  6. local Event = Instance.new("RemoteEvent")
  7. Event.Name = "UserInput"
  8. local function NewFakeEvent()
  9. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  10. return Fake
  11. end
  12. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  13. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  14. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  15. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  16. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  17. local function TriggerEvent(self,Event,...)
  18. local Trigger = Mouse[Event]
  19. if Trigger and Trigger.fakeEvent and Trigger.Function then
  20. Trigger.Function(...)
  21. end
  22. end
  23. Mouse.TrigEvent = TriggerEvent
  24. UserInputService.TrigEvent = TriggerEvent
  25. Event.OnServerEvent:Connect(function(FiredBy,Input)
  26. if FiredBy.Name ~= owner.Name then end
  27. if Input.MouseEvent then
  28. Mouse.Target = Input.Target
  29. Mouse.Hit = Input.Hit
  30. else
  31. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  32. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  33. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  34. end
  35. for _,Action in pairs(ContextActionService.Actions) do
  36. for _,Key in pairs(Action.Keys) do
  37. if Key==Input.KeyCode then
  38. Action.Function(Action.Name,Input.UserInputState,Input)
  39. end
  40. end
  41. end
  42. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  43. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  44. end
  45. end)
  46. InternalData["Mouse"] = Mouse
  47. InternalData["ContextActionService"] = ContextActionService
  48. InternalData["UserInputService"] = UserInputService
  49. Event.Parent = NLS([[
  50. local Player = owner
  51. local Event = script:WaitForChild("UserInput")
  52. local UserInputService = game:GetService("UserInputService")
  53. local Mouse = Player:GetMouse()
  54. local Input = function(Input,gameProcessedEvent)
  55. if gameProcessedEvent then return end
  56. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  57. end
  58. UserInputService.InputBegan:Connect(Input)
  59. UserInputService.InputEnded:Connect(Input)
  60. local Hit,Target
  61. while wait(1/30) do
  62. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  63. Hit,Target = Mouse.Hit,Mouse.Target
  64. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  65. end
  66. end
  67. ]],owner.Character)
  68. end
  69. RealGame = game;game = setmetatable({},{
  70. __index = function (self,Index)
  71. local Sandbox = function (Thing)
  72. if Thing:IsA("Player") then
  73. local RealPlayer = Thing
  74. return setmetatable({},{
  75. __index = function (self,Index)
  76. local Type = type(RealPlayer[Index])
  77. if Type == "function" then
  78. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  79. return function (self)
  80. return InternalData["Mouse"]
  81. end
  82. end
  83. return function (self,...)
  84. return RealPlayer[Index](RealPlayer,...)
  85. end
  86. else
  87. return RealPlayer[Index]
  88. end
  89. end;
  90. __tostring = function(self)
  91. return RealPlayer.Name
  92. end
  93. })
  94. end
  95. end
  96. if RealGame[Index] then
  97. local Type = type(RealGame[Index])
  98. if Type == "function" then
  99. if Index:lower() == "getservice" or Index:lower() == "service" then
  100. return function (self,Service)
  101. if Service:lower() == "players" then
  102. return setmetatable({},{
  103. __index = function (self2,Index2)
  104. local RealService = RealGame:GetService(Service)
  105. local Type2 = type(Index2)
  106. if Type2 == "function" then
  107. return function (self,...)
  108. return RealService[Index2](RealService,...)
  109. end
  110. else
  111. if Index2:lower() == "localplayer" then
  112. return Sandbox(owner)
  113. end
  114. return RealService[Index2]
  115. end
  116. end;
  117. __tostring = function(self)
  118. return RealGame:GetService(Service).Name
  119. end
  120. })
  121. elseif Service:lower() == "contextactionservice" then
  122. return InternalData["ContextActionService"]
  123. elseif Service:lower() == "contextactionservice" then
  124. return InternalData["UserInputService"]
  125. elseif Service:lower() == "runservice" then
  126. return setmetatable({},{
  127. __index = function(self2,Index2)
  128. local RealService = RealGame:GetService(Service)
  129. local Type2 = type(Index2)
  130. if Type2 == "function" then
  131. return function (self,...)
  132. return RealService[Index2](RealService,...)
  133. end
  134. else
  135. if Index2:lower() == "bindtorenderstep" then
  136. return function (self,Name,Priority,Function)
  137. return RealGame:GetService("RunService").Stepped:Connect(Function)
  138. end
  139. end
  140. if Index2:lower() == "renderstepped" then
  141. return RealService["Stepped"]
  142. end
  143. return RealService[Index2]
  144. end
  145. end
  146. })
  147. else
  148. return RealGame:GetService(Service)
  149. end
  150. end
  151. end
  152. return function (self,...)
  153. return RealGame[Index](RealGame,...)
  154. end
  155. else
  156. if game:GetService(Index) then
  157. return game:GetService(Index)
  158. end
  159. return RealGame[Index]
  160. end
  161. else
  162. return nil
  163. end
  164. end
  165. });Game = game;owner = game:GetService("Players").LocalPlayer
  166.  
  167.  
  168.  
  169.  
  170.  
  171. function sandbox(var,func)
  172. local env = getfenv(func)
  173. local newenv = setmetatable({},{
  174. __index = function(self,k)
  175. if k=="script" then
  176. return var
  177. else
  178. return env[k]
  179. end
  180. end,
  181. })
  182. setfenv(func,newenv)
  183. return func
  184. end
  185. cors = {}
  186. mas = Instance.new("Model",game:GetService("Lighting"))
  187. Model0 = Instance.new("Model")
  188. Part1 = Instance.new("Part")
  189. Weld2 = Instance.new("Weld")
  190. Model3 = Instance.new("Model")
  191. Part4 = Instance.new("Part")
  192. Texture5 = Instance.new("Texture")
  193. Texture6 = Instance.new("Texture")
  194. Texture7 = Instance.new("Texture")
  195. Texture8 = Instance.new("Texture")
  196. Texture9 = Instance.new("Texture")
  197. Texture10 = Instance.new("Texture")
  198. ManualWeld11 = Instance.new("ManualWeld")
  199. ManualWeld12 = Instance.new("ManualWeld")
  200. ManualWeld13 = Instance.new("ManualWeld")
  201. ManualWeld14 = Instance.new("ManualWeld")
  202. ManualWeld15 = Instance.new("ManualWeld")
  203. SurfaceGui16 = Instance.new("SurfaceGui")
  204. TextLabel17 = Instance.new("TextLabel")
  205. Part18 = Instance.new("Part")
  206. Texture19 = Instance.new("Texture")
  207. Texture20 = Instance.new("Texture")
  208. Texture21 = Instance.new("Texture")
  209. Texture22 = Instance.new("Texture")
  210. Texture23 = Instance.new("Texture")
  211. Texture24 = Instance.new("Texture")
  212. ManualWeld25 = Instance.new("ManualWeld")
  213. ManualWeld26 = Instance.new("ManualWeld")
  214. ManualWeld27 = Instance.new("ManualWeld")
  215. ManualWeld28 = Instance.new("ManualWeld")
  216. ManualWeld29 = Instance.new("ManualWeld")
  217. Sound30 = Instance.new("Sound")
  218. ClickDetector31 = Instance.new("ClickDetector")
  219. SpecialMesh32 = Instance.new("SpecialMesh")
  220. Script33 = Instance.new("Script")
  221. Part34 = Instance.new("Part")
  222. SurfaceGui35 = Instance.new("SurfaceGui")
  223. TextLabel36 = Instance.new("TextLabel")
  224. Part37 = Instance.new("Part")
  225. Part38 = Instance.new("Part")
  226. Model39 = Instance.new("Model")
  227. Part40 = Instance.new("Part")
  228. Weld41 = Instance.new("Weld")
  229. Part42 = Instance.new("Part")
  230. Weld43 = Instance.new("Weld")
  231. Part44 = Instance.new("Part")
  232. Weld45 = Instance.new("Weld")
  233. Part46 = Instance.new("Part")
  234. Weld47 = Instance.new("Weld")
  235. Part48 = Instance.new("Part")
  236. Weld49 = Instance.new("Weld")
  237. Part50 = Instance.new("Part")
  238. Weld51 = Instance.new("Weld")
  239. Tool52 = Instance.new("Tool")
  240. Part53 = Instance.new("Part")
  241. SpecialMesh54 = Instance.new("SpecialMesh")
  242. Weld55 = Instance.new("Weld")
  243. Weld56 = Instance.new("Weld")
  244. Weld57 = Instance.new("Weld")
  245. Weld58 = Instance.new("Weld")
  246. Weld59 = Instance.new("Weld")
  247. Weld60 = Instance.new("Weld")
  248. Weld61 = Instance.new("Weld")
  249. Weld62 = Instance.new("Weld")
  250. Weld63 = Instance.new("Weld")
  251. Weld64 = Instance.new("Weld")
  252. Weld65 = Instance.new("Weld")
  253. Weld66 = Instance.new("Weld")
  254. Weld67 = Instance.new("Weld")
  255. Weld68 = Instance.new("Weld")
  256. Weld69 = Instance.new("Weld")
  257. Weld70 = Instance.new("Weld")
  258. Weld71 = Instance.new("Weld")
  259. Weld72 = Instance.new("Weld")
  260. Weld73 = Instance.new("Weld")
  261. Weld74 = Instance.new("Weld")
  262. Weld75 = Instance.new("Weld")
  263. Weld76 = Instance.new("Weld")
  264. Weld77 = Instance.new("Weld")
  265. Weld78 = Instance.new("Weld")
  266. Weld79 = Instance.new("Weld")
  267. Weld80 = Instance.new("Weld")
  268. Weld81 = Instance.new("Weld")
  269. Weld82 = Instance.new("Weld")
  270. Weld83 = Instance.new("Weld")
  271. Weld84 = Instance.new("Weld")
  272. Weld85 = Instance.new("Weld")
  273. Weld86 = Instance.new("Weld")
  274. Weld87 = Instance.new("Weld")
  275. Weld88 = Instance.new("Weld")
  276. Weld89 = Instance.new("Weld")
  277. Weld90 = Instance.new("Weld")
  278. Weld91 = Instance.new("Weld")
  279. Weld92 = Instance.new("Weld")
  280. Weld93 = Instance.new("Weld")
  281. Weld94 = Instance.new("Weld")
  282. Weld95 = Instance.new("Weld")
  283. Weld96 = Instance.new("Weld")
  284. Weld97 = Instance.new("Weld")
  285. Weld98 = Instance.new("Weld")
  286. Weld99 = Instance.new("Weld")
  287. Weld100 = Instance.new("Weld")
  288. Weld101 = Instance.new("Weld")
  289. Weld102 = Instance.new("Weld")
  290. Weld103 = Instance.new("Weld")
  291. Weld104 = Instance.new("Weld")
  292. Weld105 = Instance.new("Weld")
  293. Weld106 = Instance.new("Weld")
  294. Weld107 = Instance.new("Weld")
  295. Weld108 = Instance.new("Weld")
  296. Weld109 = Instance.new("Weld")
  297. Weld110 = Instance.new("Weld")
  298. Weld111 = Instance.new("Weld")
  299. Weld112 = Instance.new("Weld")
  300. Weld113 = Instance.new("Weld")
  301. Weld114 = Instance.new("Weld")
  302. Weld115 = Instance.new("Weld")
  303. Weld116 = Instance.new("Weld")
  304. Weld117 = Instance.new("Weld")
  305. Weld118 = Instance.new("Weld")
  306. Weld119 = Instance.new("Weld")
  307. Weld120 = Instance.new("Weld")
  308. Weld121 = Instance.new("Weld")
  309. Weld122 = Instance.new("Weld")
  310. Weld123 = Instance.new("Weld")
  311. Weld124 = Instance.new("Weld")
  312. Weld125 = Instance.new("Weld")
  313. Weld126 = Instance.new("Weld")
  314. Weld127 = Instance.new("Weld")
  315. Weld128 = Instance.new("Weld")
  316. Script129 = Instance.new("Script")
  317. Sound130 = Instance.new("Sound")
  318. ClickDetector131 = Instance.new("ClickDetector")
  319. Model132 = Instance.new("Model")
  320. Part133 = Instance.new("Part")
  321. SpecialMesh134 = Instance.new("SpecialMesh")
  322. Decal135 = Instance.new("Decal")
  323. Part136 = Instance.new("Part")
  324. Part137 = Instance.new("Part")
  325. Part138 = Instance.new("Part")
  326. Part139 = Instance.new("Part")
  327. Part140 = Instance.new("Part")
  328. Part141 = Instance.new("Part")
  329. Decal142 = Instance.new("Decal")
  330. Humanoid143 = Instance.new("Humanoid")
  331. Accessory144 = Instance.new("Accessory")
  332. Part145 = Instance.new("Part")
  333. SpecialMesh146 = Instance.new("SpecialMesh")
  334. Weld147 = Instance.new("Weld")
  335. Accessory148 = Instance.new("Accessory")
  336. Part149 = Instance.new("Part")
  337. SpecialMesh150 = Instance.new("SpecialMesh")
  338. Weld151 = Instance.new("Weld")
  339. BodyColors152 = Instance.new("BodyColors")
  340. Shirt153 = Instance.new("Shirt")
  341. Sound154 = Instance.new("Sound")
  342. ClickDetector155 = Instance.new("ClickDetector")
  343. SpecialMesh156 = Instance.new("SpecialMesh")
  344. Script157 = Instance.new("Script")
  345. Model0.Name = "high quality"
  346. Model0.Parent = mas
  347. Part1.Parent = Model0
  348. Part1.CFrame = CFrame.new(100.394264, 1.52499962, 41.8800049, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  349. Part1.Position = Vector3.new(100.394264, 1.52499962, 41.8800049)
  350. Part1.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  351. Part1.Size = Vector3.new(3.8499999, 3.05000019, 12.2300014)
  352. Part1.Anchored = true
  353. Part1.BottomSurface = Enum.SurfaceType.Smooth
  354. Part1.BrickColor = BrickColor.new("Burnt Sienna")
  355. Part1.Material = Enum.Material.WoodPlanks
  356. Part1.TopSurface = Enum.SurfaceType.Smooth
  357. Part1.brickColor = BrickColor.new("Burnt Sienna")
  358. Weld2.Parent = Part1
  359. Weld2.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  360. Weld2.C1 = CFrame.new(-356.394257, -1.52499962, 214.119995, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  361. Weld2.Part0 = nil
  362. Weld2.Part1 = Part1
  363. Weld2.part1 = Part1
  364. Model3.Parent = Model0
  365. Part4.Parent = Model3
  366. Part4.CFrame = CFrame.new(96.6499176, 2.76131153, 47.0712357, 0, 0, 1, 0.172789946, 0.984958649, 0, -0.984958649, 0.172789961, 0)
  367. Part4.Orientation = Vector3.new(0, 90, 9.94999981)
  368. Part4.Position = Vector3.new(96.6499176, 2.76131153, 47.0712357)
  369. Part4.Rotation = Vector3.new(9.94999981, 90, 0)
  370. Part4.Color = Color3.new(0.337255, 0.258824, 0.211765)
  371. Part4.Size = Vector3.new(3.39999986, 2, 0.599999905)
  372. Part4.Anchored = true
  373. Part4.BrickColor = BrickColor.new("Dirt brown")
  374. Part4.Material = Enum.Material.WoodPlanks
  375. Part4.brickColor = BrickColor.new("Dirt brown")
  376. Texture5.Parent = Part4
  377. Texture5.Texture = "http://www.roblox.com/asset/?id=75881905"
  378. Texture5.Face = Enum.NormalId.Bottom
  379. Texture5.StudsPerTileU = 4
  380. Texture5.StudsPerTileV = 4
  381. Texture6.Parent = Part4
  382. Texture6.Texture = "http://www.roblox.com/asset/?id=75881905"
  383. Texture6.Face = Enum.NormalId.Back
  384. Texture6.StudsPerTileU = 4
  385. Texture6.StudsPerTileV = 4
  386. Texture7.Parent = Part4
  387. Texture7.Texture = "http://www.roblox.com/asset/?id=75881905"
  388. Texture7.StudsPerTileU = 4
  389. Texture7.StudsPerTileV = 4
  390. Texture8.Parent = Part4
  391. Texture8.Texture = "http://www.roblox.com/asset/?id=75881905"
  392. Texture8.Face = Enum.NormalId.Right
  393. Texture8.StudsPerTileU = 4
  394. Texture8.StudsPerTileV = 4
  395. Texture9.Parent = Part4
  396. Texture9.Texture = "http://www.roblox.com/asset/?id=75881905"
  397. Texture9.Face = Enum.NormalId.Left
  398. Texture9.StudsPerTileU = 4
  399. Texture9.StudsPerTileV = 4
  400. Texture10.Parent = Part4
  401. Texture10.Texture = "http://www.roblox.com/asset/?id=75881905"
  402. Texture10.Face = Enum.NormalId.Top
  403. Texture10.StudsPerTileU = 4
  404. Texture10.StudsPerTileV = 4
  405. ManualWeld11.Name = "Part-to-Part Strong Joint"
  406. ManualWeld11.Parent = Part4
  407. ManualWeld11.C0 = CFrame.new(-53, -1, 13, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  408. ManualWeld11.C1 = CFrame.new(-11.5, -1.5, -17, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  409. ManualWeld11.Part0 = Part4
  410. ManualWeld12.Name = "Part-to-Part Strong Joint"
  411. ManualWeld12.Parent = Part4
  412. ManualWeld12.C0 = CFrame.new(-53, -1, 13, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  413. ManualWeld12.C1 = CFrame.new(-94.5, -1.5, -17, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  414. ManualWeld12.Part0 = Part4
  415. ManualWeld13.Name = "Part-to-Part Strong Joint"
  416. ManualWeld13.Parent = Part4
  417. ManualWeld13.C0 = CFrame.new(0.5, -1.5, -16.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  418. ManualWeld13.C1 = CFrame.new(30, -1.5, 0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  419. ManualWeld13.Part0 = Part4
  420. ManualWeld14.Name = "Part-to-Part Strong Joint"
  421. ManualWeld14.Parent = Part4
  422. ManualWeld14.C0 = CFrame.new(0.5, -1.5, 16.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  423. ManualWeld14.C1 = CFrame.new(12, -14.5, -16, 1, 0, -0, 0, 0, 1, 0, -1, 0)
  424. ManualWeld14.Part0 = Part4
  425. ManualWeld15.Name = "Part-to-Part Strong Joint"
  426. ManualWeld15.Parent = Part4
  427. ManualWeld15.C0 = CFrame.new(-0.5, -1.5, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  428. ManualWeld15.C1 = CFrame.new(14, -1.00000012, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  429. ManualWeld15.Part0 = Part4
  430. SurfaceGui16.Name = "PlaqueText"
  431. SurfaceGui16.Parent = Part4
  432. SurfaceGui16.CanvasSize = Vector2.new(300, 150)
  433. SurfaceGui16.ToolPunchThroughDistance = 1
  434. TextLabel17.Name = "Text"
  435. TextLabel17.Parent = SurfaceGui16
  436. TextLabel17.Size = UDim2.new(1, 0, 1, 0)
  437. TextLabel17.BackgroundColor = BrickColor.new("Institutional white")
  438. TextLabel17.BackgroundColor3 = Color3.new(1, 1, 1)
  439. TextLabel17.BackgroundTransparency = 1
  440. TextLabel17.BorderColor = BrickColor.new("Really black")
  441. TextLabel17.BorderColor3 = Color3.new(0, 0, 0)
  442. TextLabel17.FontSize = Enum.FontSize.Size36
  443. TextLabel17.Text = "Serve yourself"
  444. TextLabel17.TextColor = BrickColor.new("Institutional white")
  445. TextLabel17.TextColor3 = Color3.new(1, 1, 1)
  446. TextLabel17.TextSize = 36
  447. TextLabel17.TextWrap = true
  448. TextLabel17.TextWrapped = true
  449. Part18.Parent = Model3
  450. Part18.CFrame = CFrame.new(96.6499176, 0.791400433, 46.7256775, 1, 0, 0, 0, 0.984958649, -0.172789961, 0, 0.172789946, 0.984958649)
  451. Part18.Orientation = Vector3.new(9.94999981, 0, 0)
  452. Part18.Position = Vector3.new(96.6499176, 0.791400433, 46.7256775)
  453. Part18.Rotation = Vector3.new(9.94999981, 0, 0)
  454. Part18.Color = Color3.new(0.337255, 0.258824, 0.211765)
  455. Part18.Size = Vector3.new(0.599999964, 2, 0.599999964)
  456. Part18.Anchored = true
  457. Part18.BrickColor = BrickColor.new("Dirt brown")
  458. Part18.Material = Enum.Material.WoodPlanks
  459. Part18.brickColor = BrickColor.new("Dirt brown")
  460. Texture19.Parent = Part18
  461. Texture19.Texture = "http://www.roblox.com/asset/?id=75881905"
  462. Texture19.Face = Enum.NormalId.Bottom
  463. Texture19.StudsPerTileU = 4
  464. Texture19.StudsPerTileV = 4
  465. Texture20.Parent = Part18
  466. Texture20.Texture = "http://www.roblox.com/asset/?id=75881905"
  467. Texture20.Face = Enum.NormalId.Back
  468. Texture20.StudsPerTileU = 4
  469. Texture20.StudsPerTileV = 4
  470. Texture21.Parent = Part18
  471. Texture21.Texture = "http://www.roblox.com/asset/?id=75881905"
  472. Texture21.StudsPerTileU = 4
  473. Texture21.StudsPerTileV = 4
  474. Texture22.Parent = Part18
  475. Texture22.Texture = "http://www.roblox.com/asset/?id=75881905"
  476. Texture22.Face = Enum.NormalId.Right
  477. Texture22.StudsPerTileU = 4
  478. Texture22.StudsPerTileV = 4
  479. Texture23.Parent = Part18
  480. Texture23.Texture = "http://www.roblox.com/asset/?id=75881905"
  481. Texture23.Face = Enum.NormalId.Left
  482. Texture23.StudsPerTileU = 4
  483. Texture23.StudsPerTileV = 4
  484. Texture24.Parent = Part18
  485. Texture24.Texture = "http://www.roblox.com/asset/?id=75881905"
  486. Texture24.Face = Enum.NormalId.Top
  487. Texture24.StudsPerTileU = 4
  488. Texture24.StudsPerTileV = 4
  489. ManualWeld25.Name = "Part-to-Part Strong Joint"
  490. ManualWeld25.Parent = Part18
  491. ManualWeld25.C0 = CFrame.new(-53, -1, 13, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  492. ManualWeld25.C1 = CFrame.new(-11.5, -1.5, -17, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  493. ManualWeld25.Part0 = Part18
  494. ManualWeld26.Name = "Part-to-Part Strong Joint"
  495. ManualWeld26.Parent = Part18
  496. ManualWeld26.C0 = CFrame.new(-53, -1, 13, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  497. ManualWeld26.C1 = CFrame.new(-94.5, -1.5, -17, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  498. ManualWeld26.Part0 = Part18
  499. ManualWeld27.Name = "Part-to-Part Strong Joint"
  500. ManualWeld27.Parent = Part18
  501. ManualWeld27.C0 = CFrame.new(0.5, -1.5, -16.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  502. ManualWeld27.C1 = CFrame.new(30, -1.5, 0.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  503. ManualWeld27.Part0 = Part18
  504. ManualWeld28.Name = "Part-to-Part Strong Joint"
  505. ManualWeld28.Parent = Part18
  506. ManualWeld28.C0 = CFrame.new(0.5, -1.5, 16.5, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  507. ManualWeld28.C1 = CFrame.new(12, -14.5, -16, 1, 0, -0, 0, 0, 1, 0, -1, 0)
  508. ManualWeld28.Part0 = Part18
  509. ManualWeld29.Name = "Part-to-Part Strong Joint"
  510. ManualWeld29.Parent = Part18
  511. ManualWeld29.C0 = CFrame.new(-0.5, -1.5, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  512. ManualWeld29.C1 = CFrame.new(14, -1.00000012, -0.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  513. ManualWeld29.Part0 = Part18
  514. Sound30.Parent = Model3
  515. Sound30.SoundId = "rbxassetid://3532161987"
  516. Sound30.Volume = 1
  517. ClickDetector31.Parent = Model3
  518. SpecialMesh32.Parent = Model3
  519. SpecialMesh32.MeshId = "http://www.roblox.com/asset/?id=10470609"
  520. SpecialMesh32.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  521. SpecialMesh32.TextureId = "http://www.roblox.com/asset/?id=49379207"
  522. SpecialMesh32.MeshType = Enum.MeshType.FileMesh
  523. Script33.Parent = Model3
  524. table.insert(cors,sandbox(Script33,function()
  525. p = script.Parent.Sound
  526. clicker = script.Parent.ClickDetector
  527. function onClicked(mouse)
  528. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  529. p:play()
  530. wait(.5)
  531. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  532. end
  533. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  534. --by devjin1
  535. --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine
  536. end))
  537. Part34.Parent = Model0
  538. Part34.CFrame = CFrame.new(98.2574005, 11.3470774, 41.4346962, 0.126500949, -0.0218730252, 0.991725385, 0.170391947, 0.985376358, -1.59478634e-06, -0.977222621, 0.168982208, 0.128378049)
  539. Part34.Orientation = Vector3.new(0, 82.6200027, 9.81000042)
  540. Part34.Position = Vector3.new(98.2574005, 11.3470774, 41.4346962)
  541. Part34.Rotation = Vector3.new(0, 82.6200027, 9.81000042)
  542. Part34.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  543. Part34.Size = Vector3.new(10.9399996, 3.62000036, 1.24999988)
  544. Part34.Anchored = true
  545. Part34.BottomSurface = Enum.SurfaceType.Smooth
  546. Part34.BrickColor = BrickColor.new("Burnt Sienna")
  547. Part34.Material = Enum.Material.WoodPlanks
  548. Part34.TopSurface = Enum.SurfaceType.Smooth
  549. Part34.brickColor = BrickColor.new("Burnt Sienna")
  550. SurfaceGui35.Parent = Part34
  551. SurfaceGui35.CanvasSize = Vector2.new(200, 100)
  552. TextLabel36.Name = "SIGN"
  553. TextLabel36.Parent = SurfaceGui35
  554. TextLabel36.Size = UDim2.new(1, 0, 1, 0)
  555. TextLabel36.BackgroundColor = BrickColor.new("Institutional white")
  556. TextLabel36.BackgroundColor3 = Color3.new(1, 1, 1)
  557. TextLabel36.BackgroundTransparency = 1
  558. TextLabel36.Font = Enum.Font.SourceSansBold
  559. TextLabel36.FontSize = Enum.FontSize.Size48
  560. TextLabel36.Text = "LeMonade"
  561. TextLabel36.TextColor = BrickColor.new("Institutional white")
  562. TextLabel36.TextColor3 = Color3.new(1, 1, 1)
  563. TextLabel36.TextScaled = true
  564. TextLabel36.TextSize = 48
  565. TextLabel36.TextStrokeTransparency = 0
  566. TextLabel36.TextWrap = true
  567. TextLabel36.TextWrapped = true
  568. Part37.Parent = Model0
  569. Part37.CFrame = CFrame.new(99.4951096, 7.18246412, 47.3849907, 0.986866534, -0.16153793, 0, 0.16153793, 0.986866534, 0, 0, 0, 1)
  570. Part37.Orientation = Vector3.new(0, 0, 9.30000019)
  571. Part37.Position = Vector3.new(99.4951096, 7.18246412, 47.3849907)
  572. Part37.Rotation = Vector3.new(0, 0, 9.30000019)
  573. Part37.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  574. Part37.Size = Vector3.new(1.8499999, 9.62999916, 1.23000145)
  575. Part37.Anchored = true
  576. Part37.BottomSurface = Enum.SurfaceType.Smooth
  577. Part37.BrickColor = BrickColor.new("Burnt Sienna")
  578. Part37.Material = Enum.Material.WoodPlanks
  579. Part37.TopSurface = Enum.SurfaceType.Smooth
  580. Part37.brickColor = BrickColor.new("Burnt Sienna")
  581. Part38.Parent = Model0
  582. Part38.CFrame = CFrame.new(99.4059067, 7.05499983, 36.3849945, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  583. Part38.Position = Vector3.new(99.4059067, 7.05499983, 36.3849945)
  584. Part38.Color = Color3.new(0.415686, 0.223529, 0.0352941)
  585. Part38.Size = Vector3.new(1.8499999, 9.47000027, 1.23000145)
  586. Part38.Anchored = true
  587. Part38.BottomSurface = Enum.SurfaceType.Smooth
  588. Part38.BrickColor = BrickColor.new("Burnt Sienna")
  589. Part38.Material = Enum.Material.WoodPlanks
  590. Part38.TopSurface = Enum.SurfaceType.Smooth
  591. Part38.brickColor = BrickColor.new("Burnt Sienna")
  592. Model39.Parent = Model0
  593. Part40.Parent = Model39
  594. Part40.CFrame = CFrame.new(104.578056, 3.05402994, 41.6290398, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  595. Part40.Position = Vector3.new(104.578056, 3.05402994, 41.6290398)
  596. Part40.Color = Color3.new(0.8, 0.556863, 0.411765)
  597. Part40.Size = Vector3.new(0.20083186, 2.82670879, 1.80547845)
  598. Part40.Anchored = true
  599. Part40.BottomSurface = Enum.SurfaceType.Smooth
  600. Part40.BrickColor = BrickColor.new("Nougat")
  601. Part40.Material = Enum.Material.WoodPlanks
  602. Part40.TopSurface = Enum.SurfaceType.Smooth
  603. Part40.brickColor = BrickColor.new("Nougat")
  604. Weld41.Parent = Part40
  605. Weld41.C0 = CFrame.new(-1.06089413, 0.0953951553, 0.899977744, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  606. Weld41.C1 = CFrame.new(-2.01936436, -1.4133544, 0.89621222, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  607. Weld41.Part0 = Part46
  608. Weld41.Part1 = Part40
  609. Weld41.part1 = Part40
  610. Part42.Parent = Model39
  611. Part42.CFrame = CFrame.new(102.817513, 0.726890564, 42.2493591, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  612. Part42.Position = Vector3.new(102.817513, 0.726890564, 42.2493591)
  613. Part42.Color = Color3.new(0.8, 0.556863, 0.411765)
  614. Part42.Size = Vector3.new(0.517644167, 1.44598937, 0.551785529)
  615. Part42.Anchored = true
  616. Part42.BottomSurface = Enum.SurfaceType.Smooth
  617. Part42.BrickColor = BrickColor.new("Nougat")
  618. Part42.Material = Enum.Material.WoodPlanks
  619. Part42.TopSurface = Enum.SurfaceType.Smooth
  620. Part42.brickColor = BrickColor.new("Nougat")
  621. Weld43.Parent = Part42
  622. Weld43.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  623. Weld43.C1 = CFrame.new(-358.817505, -0.726890564, 213.750641, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  624. Weld43.Part0 = nil
  625. Weld43.Part1 = Part42
  626. Weld43.part1 = Part42
  627. Part44.Parent = Model39
  628. Part44.CFrame = CFrame.new(104.418282, 0.734576225, 42.2493744, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  629. Part44.Position = Vector3.new(104.418282, 0.734576225, 42.2493744)
  630. Part44.Color = Color3.new(0.8, 0.556863, 0.411765)
  631. Part44.Size = Vector3.new(0.517644167, 1.44598937, 0.551785529)
  632. Part44.Anchored = true
  633. Part44.BottomSurface = Enum.SurfaceType.Smooth
  634. Part44.BrickColor = BrickColor.new("Nougat")
  635. Part44.Material = Enum.Material.WoodPlanks
  636. Part44.TopSurface = Enum.SurfaceType.Smooth
  637. Part44.brickColor = BrickColor.new("Nougat")
  638. Weld45.Parent = Part44
  639. Weld45.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  640. Weld45.C1 = CFrame.new(-360.418274, -0.734576225, 213.750626, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  641. Weld45.Part0 = nil
  642. Weld45.Part1 = Part44
  643. Weld45.part1 = Part44
  644. Part46.Parent = Model39
  645. Part46.CFrame = CFrame.new(103.619583, 1.54528022, 41.6252747, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  646. Part46.Position = Vector3.new(103.619583, 1.54528022, 41.6252747)
  647. Part46.Color = Color3.new(0.8, 0.556863, 0.411765)
  648. Part46.Size = Vector3.new(2.12178826, 0.190790311, 1.79995549)
  649. Part46.Anchored = true
  650. Part46.BottomSurface = Enum.SurfaceType.Smooth
  651. Part46.BrickColor = BrickColor.new("Nougat")
  652. Part46.Material = Enum.Material.WoodPlanks
  653. Part46.TopSurface = Enum.SurfaceType.Smooth
  654. Part46.brickColor = BrickColor.new("Nougat")
  655. Weld47.Parent = Part46
  656. Weld47.C0 = CFrame.new(-0.258822083, 0.722994685, 0.275892764, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  657. Weld47.C1 = CFrame.new(-1.06089497, -0.0953949317, 0.899977744, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  658. Weld47.Part0 = Part42
  659. Weld47.Part1 = Part46
  660. Weld47.part1 = Part46
  661. Part48.Parent = Model39
  662. Part48.CFrame = CFrame.new(102.817513, 0.727524757, 41.0029755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  663. Part48.Position = Vector3.new(102.817513, 0.727524757, 41.0029755)
  664. Part48.Color = Color3.new(0.8, 0.556863, 0.411765)
  665. Part48.Size = Vector3.new(0.517644167, 1.45502687, 0.551785529)
  666. Part48.Anchored = true
  667. Part48.BottomSurface = Enum.SurfaceType.Smooth
  668. Part48.BrickColor = BrickColor.new("Nougat")
  669. Part48.Material = Enum.Material.WoodPlanks
  670. Part48.TopSurface = Enum.SurfaceType.Smooth
  671. Part48.brickColor = BrickColor.new("Nougat")
  672. Weld49.Parent = Part48
  673. Weld49.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  674. Weld49.C1 = CFrame.new(-358.817505, -0.727524757, 214.997025, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  675. Weld49.Part0 = nil
  676. Weld49.Part1 = Part48
  677. Weld49.part1 = Part48
  678. Part50.Parent = Model39
  679. Part50.CFrame = CFrame.new(104.421333, 0.728638649, 41.0029755, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  680. Part50.Position = Vector3.new(104.421333, 0.728638649, 41.0029755)
  681. Part50.Color = Color3.new(0.8, 0.556863, 0.411765)
  682. Part50.Size = Vector3.new(0.517644167, 1.45502687, 0.551785529)
  683. Part50.Anchored = true
  684. Part50.BottomSurface = Enum.SurfaceType.Smooth
  685. Part50.BrickColor = BrickColor.new("Nougat")
  686. Part50.Material = Enum.Material.WoodPlanks
  687. Part50.TopSurface = Enum.SurfaceType.Smooth
  688. Part50.brickColor = BrickColor.new("Nougat")
  689. Weld51.Parent = Part50
  690. Weld51.C0 = CFrame.new(-256, 10, 256, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  691. Weld51.C1 = CFrame.new(-360.421326, -0.728638649, 214.997025, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  692. Weld51.Part0 = nil
  693. Weld51.Part1 = Part50
  694. Weld51.part1 = Part50
  695. Tool52.Name = "Lemonade"
  696. Tool52.Parent = Model0
  697. Tool52.TextureId = "http://www.roblox.com/asset/?id=49379207"
  698. Tool52.Grip = CFrame.new(0.0299999993, 0, 0, 0.217036337, 0, 0.976163507, 0, 1, -0, -0.976163507, 0, 0.217036337)
  699. Tool52.GripForward = Vector3.new(-0.976163507, 0, -0.217036337)
  700. Tool52.GripPos = Vector3.new(0.0299999993, 0, 0)
  701. Tool52.GripRight = Vector3.new(0.217036337, 0, -0.976163507)
  702. Part53.Name = "Handle"
  703. Part53.Parent = Tool52
  704. Part53.CFrame = CFrame.new(99.1392593, 3.64999986, 43.7950058, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  705. Part53.Orientation = Vector3.new(0, 90, 0)
  706. Part53.Position = Vector3.new(99.1392593, 3.64999986, 43.7950058)
  707. Part53.Rotation = Vector3.new(0, 90, 0)
  708. Part53.Color = Color3.new(0.803922, 0.803922, 0.803922)
  709. Part53.Size = Vector3.new(1, 1.20000005, 1)
  710. Part53.Anchored = true
  711. Part53.BottomSurface = Enum.SurfaceType.Smooth
  712. Part53.BrickColor = BrickColor.new("Mid gray")
  713. Part53.TopSurface = Enum.SurfaceType.Smooth
  714. Part53.brickColor = BrickColor.new("Mid gray")
  715. SpecialMesh54.Parent = Part53
  716. SpecialMesh54.MeshId = "http://www.roblox.com/asset/?id=10470609"
  717. SpecialMesh54.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  718. SpecialMesh54.TextureId = "http://www.roblox.com/asset/?id=49379207"
  719. SpecialMesh54.MeshType = Enum.MeshType.FileMesh
  720. Weld55.Parent = Part53
  721. Weld55.C0 = CFrame.new(-4.71828389e-06, -1.06949216e-07, 6.73912837e-08, -1.96380037e-10, -7.15101578e-06, 1, -3.45956111e-11, 1, 9.53468771e-06, -1, 4.01852024e-11, -2.64911593e-10)
  722. Weld55.C1 = CFrame.new(-4.71828389e-06, -1.06949216e-07, 6.73912837e-08, -1.96380037e-10, -7.15101578e-06, 1, -3.45956111e-11, 1, 9.53468771e-06, -1, 4.01852024e-11, -2.64911593e-10)
  723. Weld56.Parent = Part53
  724. Weld56.C0 = CFrame.new(-1.34138972e-07, -6.91051537e-06, 0, -3.91537502e-21, 0.999999106, -0.00133771845, 2.81109586e-22, 0.00133771845, 0.999999106, 1, 3.91499535e-21, -2.86346992e-22)
  725. Weld56.C1 = CFrame.new(-1.34138972e-07, -6.91051537e-06, 0, -3.91537502e-21, 0.999999106, -0.00133771845, 2.81109586e-22, 0.00133771845, 0.999999106, 1, 3.91499535e-21, -2.86346992e-22)
  726. Weld57.Parent = Part53
  727. Weld57.C0 = CFrame.new(3.64912034e-06, -1.13236744e-07, -2.01656292e-08, -7.08486672e-11, 0.000798657886, -0.999999702, 1.55140234e-10, 0.999999702, 0.000793890678, 1, 1.55083765e-10, 7.09721865e-11)
  728. Weld57.C1 = CFrame.new(3.64912034e-06, -1.13236744e-07, -2.01656292e-08, -7.08486672e-11, 0.000798657886, -0.999999702, 1.55140234e-10, 0.999999702, 0.000793890678, 1, 1.55083765e-10, 7.09721865e-11)
  729. Weld58.Parent = Part53
  730. Weld58.C0 = CFrame.new(1.6321755e-07, 3.49538391e-06, 0, -3.9252309e-21, 0.996502578, -0.0835621059, -4.1799742e-23, 0.0835621059, 0.996502578, 1, 3.91499535e-21, -2.86346992e-22)
  731. Weld58.C1 = CFrame.new(1.6321755e-07, 3.49538391e-06, 0, -3.9252309e-21, 0.996502578, -0.0835621059, -4.1799742e-23, 0.0835621059, 0.996502578, 1, 3.91499535e-21, -2.86346992e-22)
  732. Weld59.Parent = Part53
  733. Weld59.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  734. Weld59.C1 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  735. Weld60.Parent = Part53
  736. Weld60.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  737. Weld60.C1 = CFrame.new(0.533214211, 4.09488493e-05, -0.399536163, -6.19143847e-10, 0.000817726948, -0.999999702, 8.15887191e-10, 0.999999702, 0.000817726948, 1, -8.15380652e-10, -6.19810758e-10)
  738. Weld61.Parent = Part53
  739. Weld61.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  740. Weld61.C1 = CFrame.new(-1.12273511e-07, 2.60849974e-05, -0.533189535, 1, -8.33252689e-10, -3.96865235e-10, 8.3357371e-10, 0.999999702, 0.000809622463, 3.96190469e-10, -0.000809622463, 0.999999702)
  741. Weld62.Parent = Part53
  742. Weld62.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  743. Weld62.C1 = CFrame.new(0.533214211, 0.373362005, -4.18045545e-08, -6.20301976e-10, 0.000817726948, -0.999999702, 8.56068161e-10, 0.999999702, 0.000817726948, 1, -8.55560567e-10, -6.21001806e-10)
  744. Weld63.Parent = Part53
  745. Weld63.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  746. Weld63.C1 = CFrame.new(-5.43287024e-06, 0.132771105, 0.400390655, 8.48401349e-10, 0.999999702, 0.000801041257, -6.20273943e-10, 0.000801041257, -0.999999702, -1, 8.47904247e-10, 6.20953344e-10)
  747. Weld64.Parent = Part53
  748. Weld64.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  749. Weld64.C1 = CFrame.new(-2.92850495e-06, -0.400390595, -0.132823572, 8.56068161e-10, 0.999999702, 0.000817726948, -1, 8.55560678e-10, 6.21001806e-10, 6.20301976e-10, -0.000817726948, 0.999999702)
  750. Weld65.Parent = Part53
  751. Weld65.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  752. Weld65.C1 = CFrame.new(1.20404536e-07, 1.7940567e-05, 0.132805407, -1, 8.50133963e-10, 4.23458879e-10, 8.50476911e-10, 0.999999702, 0.000810576021, -4.22769625e-10, 0.000810576021, -0.999999702)
  753. Weld66.Parent = Part53
  754. Weld66.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  755. Weld66.C1 = CFrame.new(5.96581813e-05, -0.400390744, 0.9335953, 8.14806722e-10, 0.999999702, 0.000811847276, 1, -8.1443452e-10, -4.58876631e-10, -4.58215271e-10, 0.000811847276, -0.999999702)
  756. Weld67.Parent = Part53
  757. Weld67.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  758. Weld67.C1 = CFrame.new(2.33017072e-05, -0.933604836, 0.400390595, 8.35977676e-10, 0.999999702, 0.000817726948, 6.19722884e-10, -0.000817726948, 0.999999702, 1, -8.35470693e-10, -6.20406282e-10)
  759. Weld68.Parent = Part53
  760. Weld68.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  761. Weld68.C1 = CFrame.new(-1.52226988e-07, -0.373301029, -0.533214867, 1, -9.17886822e-10, -2.52556698e-10, 9.18089604e-10, 0.999999702, 0.000804378418, 2.51818288e-10, -0.000804378418, 0.999999702)
  762. Weld69.Parent = Part53
  763. Weld69.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  764. Weld69.C1 = CFrame.new(-0.533214211, 4.09488493e-05, -0.400390595, 6.19143847e-10, -0.000817726948, 0.999999702, 8.15887191e-10, 0.999999702, 0.000817726948, -1, 8.15380652e-10, 6.19810758e-10)
  765. Weld70.Parent = Part53
  766. Weld70.C0 = CFrame.new(5.25072437e-06, -9.04979558e-08, -6.02840373e-08, -2.12544884e-10, 0.000803425093, -0.999999702, 4.65420175e-10, 0.999999702, 0.000803425093, 1, -4.65249311e-10, -2.12918752e-10)
  767. Weld70.C1 = CFrame.new(3.85732619e-08, 1.708794e-06, -0.933600962, 1, 2.30016242e-10, -1.24190033e-10, 2.3550692e-10, 0.999999702, 0.000801041722, 3.36916911e-10, -0.000808192533, 0.999999702)
  768. Weld71.Parent = Part53
  769. Weld71.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  770. Weld71.C1 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  771. Weld72.Parent = Part53
  772. Weld72.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  773. Weld72.C1 = CFrame.new(0.533207953, 4.02465412e-05, -0.399536252, -4.0660561e-10, 0.997999609, 0.0632200539, 3.50466517e-10, -0.0632200539, 0.997999668, 1, 4.2794876e-10, -3.24059835e-10)
  774. Weld73.Parent = Part53
  775. Weld73.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  776. Weld73.C1 = CFrame.new(-3.86806875e-07, 4.67300815e-05, -0.533184648, 1, 6.89605151e-10, -1.25792432e-09, 1.29899103e-09, -0.0631973371, 0.998001039, 6.08729123e-10, -0.998001099, -0.0631973371)
  777. Weld74.Parent = Part53
  778. Weld74.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  779. Weld74.C1 = CFrame.new(0.533224404, 0.373393357, -3.90072529e-07, -8.32836911e-10, 0.998000622, 0.0632058904, 1.32148736e-09, -0.0632058978, 0.998000503, 1, 9.1469754e-10, -1.26620492e-09)
  780. Weld75.Parent = Part53
  781. Weld75.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  782. Weld75.C1 = CFrame.new(-1.24499784e-05, 0.132795051, 0.400390744, 3.829842e-10, -0.0632034019, 0.998000741, -4.07727963e-10, 0.998000681, 0.0632034019, -1, -4.31118696e-10, 3.56448732e-10)
  783. Weld76.Parent = Part53
  784. Weld76.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  785. Weld76.C1 = CFrame.new(9.7206248e-06, -0.400390506, -0.132816374, 3.90647487e-10, -0.0632200539, 0.997999668, -1, -4.31644803e-10, 3.64087233e-10, 4.07763739e-10, -0.997999609, -0.0632200539)
  786. Weld77.Parent = Part53
  787. Weld77.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  788. Weld77.C1 = CFrame.new(1.12741731e-07, 1.47659775e-05, 0.132799253, -1, -2.34147424e-10, 3.70999564e-10, 3.85058263e-10, -0.0632105544, 0.998000205, -2.10228071e-10, 0.998000264, 0.0632105544)
  789. Weld78.Parent = Part53
  790. Weld78.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  791. Weld78.C1 = CFrame.new(3.39694889e-05, -0.400390744, 0.933587611, 3.49388324e-10, -0.0632092953, 0.998000324, 1, 2.67267597e-10, -3.33160693e-10, -2.45674314e-10, 0.998000324, 0.0632092878)
  792. Weld79.Parent = Part53
  793. Weld79.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  794. Weld79.C1 = CFrame.new(9.72479302e-06, -0.933596671, 0.400390506, 3.70557002e-10, -0.0632200539, 0.997999668, 4.07184675e-10, -0.997999609, -0.0632200539, 1, 4.29796781e-10, -3.44073547e-10)
  795. Weld80.Parent = Part53
  796. Weld80.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  797. Weld80.C1 = CFrame.new(-9.38037488e-08, -0.37332812, -0.533202708, 1, 6.78072321e-11, -4.49284138e-10, 4.52671733e-10, -0.0632067397, 0.998000443, 3.92738446e-11, -0.998000562, -0.0632067248)
  798. Weld81.Parent = Part53
  799. Weld81.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  800. Weld81.C1 = CFrame.new(-0.533207953, 4.02465412e-05, -0.400390506, 4.0660561e-10, -0.997999609, -0.0632200539, 3.50466517e-10, -0.0632200539, 0.997999668, -1, -4.2794876e-10, 3.24059835e-10)
  801. Weld82.Parent = Part53
  802. Weld82.C0 = CFrame.new(4.58660736e-07, -1.05566846e-06, 0, -3.88906235e-21, 0.997999787, 0.0632176325, 5.33270982e-22, -0.0632176325, 0.997999787, 1, 3.91499535e-21, -2.86346992e-22)
  803. Weld82.C1 = CFrame.new(-7.07679817e-08, 2.65414451e-06, -0.933581531, 1, 1.09589553e-10, 2.37319969e-10, 2.3550692e-10, -0.0632223934, 0.997999489, 3.36916911e-10, -0.997999012, -0.0632295236)
  804. Weld83.Parent = Part53
  805. Weld83.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  806. Weld83.C1 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  807. Weld84.Parent = Part53
  808. Weld84.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  809. Weld84.C1 = CFrame.new(0.533212543, 4.33809255e-05, -0.399536133, -4.77452022e-10, 0.000812952989, -0.999999702, 5.0560689e-10, 0.999999702, 0.000812952989, 1, -5.05218589e-10, -4.77862916e-10)
  810. Weld85.Parent = Part53
  811. Weld85.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  812. Weld85.C1 = CFrame.new(-2.3357552e-07, 5.55160077e-05, -0.533165157, 1, -1.76372972e-09, -8.22718005e-10, 1.76440684e-09, 0.999999702, 0.000823921058, 8.21264445e-10, -0.000823920942, 0.999999762)
  813. Weld86.Parent = Part53
  814. Weld86.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  815. Weld86.C1 = CFrame.new(0.533225417, 0.37339133, -1.62893741e-07, -1.04536846e-09, 0.000832025486, -0.999999642, 1.78690496e-09, 0.999999702, 0.000832025427, 1, -1.78603476e-09, -1.04685483e-09)
  816. Weld87.Parent = Part53
  817. Weld87.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  818. Weld87.C1 = CFrame.new(-4.40306758e-06, 0.132771388, 0.400390655, 8.48401349e-10, 0.999999702, 0.000801038579, -6.20273943e-10, 0.000801038579, -0.999999702, -1, 8.47904247e-10, 6.20953344e-10)
  819. Weld88.Parent = Part53
  820. Weld88.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  821. Weld88.C1 = CFrame.new(1.28626851e-07, -0.400390595, -0.13282387, 8.56068161e-10, 0.999999702, 0.000817724678, -1, 8.55560678e-10, 6.21001806e-10, 6.20301976e-10, -0.000817724678, 0.999999702)
  822. Weld89.Parent = Part53
  823. Weld89.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  824. Weld89.C1 = CFrame.new(1.20785018e-07, 3.03727884e-05, 0.132775158, -1, 8.50133963e-10, 4.23458851e-10, 8.50476911e-10, 0.999999702, 0.000810569618, -4.22769625e-10, 0.000810569618, -0.999999702)
  825. Weld90.Parent = Part53
  826. Weld90.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  827. Weld90.C1 = CFrame.new(6.63429382e-05, -0.400390744, 0.933595598, 8.14806722e-10, 0.999999702, 0.000811841746, 1, -8.14434464e-10, -4.58876631e-10, -4.58215271e-10, 0.000811841746, -0.999999702)
  828. Weld91.Parent = Part53
  829. Weld91.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  830. Weld91.C1 = CFrame.new(2.15904674e-05, -0.933605134, 0.400390595, 8.35977676e-10, 0.999999702, 0.000817724678, 6.19722884e-10, -0.000817724678, 0.999999702, 1, -8.35470693e-10, -6.20406337e-10)
  831. Weld92.Parent = Part53
  832. Weld92.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  833. Weld92.C1 = CFrame.new(-1.52702455e-07, -0.373297483, -0.533215165, 1, -9.17886822e-10, -2.52556753e-10, 9.18089604e-10, 0.999999702, 0.000804377254, 2.51818288e-10, -0.000804377254, 0.999999702)
  834. Weld93.Parent = Part53
  835. Weld93.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  836. Weld93.C1 = CFrame.new(-0.533214509, 4.16217954e-05, -0.400390595, 6.19143847e-10, -0.000817724678, 0.999999702, 8.15887191e-10, 0.999999702, 0.000817724678, -1, 8.15380652e-10, 6.19810814e-10)
  837. Weld94.Parent = Part53
  838. Weld94.C0 = CFrame.new(5.53692553e-06, 2.04514564e-07, -6.04753154e-08, -2.12544884e-10, 0.00080342195, -0.999999702, 4.65420175e-10, 0.999999702, 0.00080342195, 1, -4.65249311e-10, -2.12918766e-10)
  839. Weld94.C1 = CFrame.new(3.86851866e-08, 1.33582325e-05, -0.93360126, 1, 2.30016242e-10, -1.24190033e-10, 2.3550692e-10, 0.999999702, 0.000801045971, 3.36916911e-10, -0.000808193639, 0.999999702)
  840. Weld95.Parent = Part53
  841. Weld95.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  842. Weld95.C1 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  843. Weld96.Parent = Part53
  844. Weld96.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  845. Weld96.C1 = CFrame.new(0.533207655, 4.00506069e-05, -0.399536133, -2.64911593e-10, 0.997566879, -0.069715552, 4.01852024e-11, 0.0697179288, 0.9975667, 1, 1.98314268e-10, 2.08188033e-11)
  846. Weld97.Parent = Part53
  847. Weld97.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  848. Weld97.C1 = CFrame.new(-4.09776021e-07, 5.64174661e-05, -0.533183694, 1, 5.16648224e-10, -1.33828371e-09, 1.29899103e-09, 0.0697453171, 0.997564912, 6.08729123e-10, -0.997564912, 0.0697453246)
  849. Weld98.Parent = Part53
  850. Weld98.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  851. Weld98.C1 = CFrame.new(0.53322345, 0.373397857, -4.03579065e-07, -8.32836911e-10, 0.997565448, -0.0697367489, 1.32148736e-09, 0.0697367489, 0.997565448, 1, 7.38653139e-10, -1.37634937e-09)
  852. Weld99.Parent = Part53
  853. Weld99.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  854. Weld99.C1 = CFrame.new(-9.81253652e-06, 0.132794693, 0.400390744, 3.829842e-10, 0.0697392747, 0.997565329, -4.07727963e-10, 0.997565329, -0.0697392747, -1, -3.80026233e-10, 4.10486423e-10)
  855. Weld100.Parent = Part53
  856. Weld100.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  857. Weld100.C1 = CFrame.new(2.00291402e-06, -0.400390506, -0.132815465, 3.90647487e-10, 0.0697226226, 0.997566521, -1, -3.79534459e-10, 4.18127227e-10, 4.07763739e-10, -0.997566402, 0.0697226301)
  858. Weld101.Parent = Part53
  859. Weld101.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  860. Weld101.C1 = CFrame.new(1.20755828e-07, 4.99412226e-06, 0.132797584, -1, -1.82865389e-10, 3.9878062e-10, 3.85058263e-10, 0.0697321221, 0.997565806, -2.10228071e-10, 0.997565746, -0.0697321221)
  861. Weld102.Parent = Part53
  862. Weld102.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  863. Weld102.C1 = CFrame.new(4.74962835e-05, -0.400390744, 0.933588088, 3.49388324e-10, 0.0697333813, 0.997565746, 1, 2.20712254e-10, -3.65669495e-10, -2.45674314e-10, 0.997565746, -0.0697333887)
  864. Weld103.Parent = Part53
  865. Weld103.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  866. Weld103.C1 = CFrame.new(2.00708268e-06, -0.933598638, 0.400390506, 3.70557002e-10, 0.0697226226, 0.997566521, 4.07184675e-10, -0.997566402, 0.0697226301, 1, 3.80357551e-10, -3.98045263e-10)
  867. Weld104.Parent = Part53
  868. Weld104.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  869. Weld104.C1 = CFrame.new(-1.0609989e-07, -0.373298496, -0.533198833, 1, 7.61074016e-12, -4.54308563e-10, 4.52671733e-10, 0.0697359443, 0.997565567, 3.92738446e-11, -0.997565567, 0.0697359443)
  870. Weld105.Parent = Part53
  871. Weld105.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  872. Weld105.C1 = CFrame.new(-0.533206105, 3.25288311e-05, -0.400390536, 4.0660561e-10, -0.997566402, 0.0697226301, 3.50466517e-10, 0.0697226226, 0.997566521, -1, -3.8118067e-10, 3.77963272e-10)
  873. Weld106.Parent = Part53
  874. Weld106.C0 = CFrame.new(-3.95431243e-07, 7.30769489e-06, 0, -3.92543285e-21, 0.997566223, -0.069725059, 1.26768054e-23, 0.069725059, 0.997566223, 1, 3.91499535e-21, -2.86346992e-22)
  875. Weld106.C1 = CFrame.new(-6.55530812e-08, 2.72896377e-05, -0.933581114, 1, 1.40101444e-10, 2.20685789e-10, 2.3550692e-10, 0.0697202981, 0.997566581, 3.36916911e-10, -0.997567058, 0.0697131678)
  876. Weld107.Parent = Part53
  877. Weld107.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  878. Weld107.C1 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  879. Weld108.Parent = Part53
  880. Weld108.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  881. Weld108.C1 = CFrame.new(0.5332008, 8.52442608e-05, -0.399536431, -1.4692636e-09, 0.000846330251, -0.999999642, 2.67755484e-09, 0.999999702, 0.000846330193, 1, -2.67631073e-09, -1.47152912e-09)
  882. Weld109.Parent = Part53
  883. Weld109.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  884. Weld109.C1 = CFrame.new(-3.54604822e-07, 7.10747918e-05, -0.533170998, 1, -2.69418865e-09, -1.24858379e-09, 2.69523404e-09, 0.999999702, 0.000838225707, 1.24632515e-09, -0.000838225707, 0.999999642)
  885. Weld110.Parent = Part53
  886. Weld110.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  887. Weld110.C1 = CFrame.new(0.533231318, 0.373406291, -2.83906502e-07, -1.47042167e-09, 0.000846330251, -0.999999642, 2.71773581e-09, 0.999999702, 0.000846330193, 1, -2.71649037e-09, -1.47272128e-09)
  888. Weld111.Parent = Part53
  889. Weld111.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  890. Weld111.C1 = CFrame.new(5.93345294e-06, 0.132752568, 0.400390923, 2.71005463e-09, 0.999999702, 0.000829644501, -1.47042467e-09, 0.000829644501, -0.999999642, -1, 2.70883382e-09, 1.47267265e-09)
  891. Weld112.Parent = Part53
  892. Weld112.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  893. Weld112.C1 = CFrame.new(8.4651374e-06, -0.400390327, -0.132810175, 2.71773581e-09, 0.999999702, 0.000846330193, -1, 2.71649037e-09, 1.47272128e-09, 1.47042167e-09, -0.000846330251, 0.999999642)
  894. Weld113.Parent = Part53
  895. Weld113.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  896. Weld113.C1 = CFrame.new(3.62762336e-07, 2.95230384e-05, 0.132817402, -1, 2.71106715e-09, 1.27517807e-09, 2.71213629e-09, 0.999999702, 0.000839179265, -1.27290256e-09, 0.000839179265, -0.999999642)
  897. Weld114.Parent = Part53
  898. Weld114.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  899. Weld114.C1 = CFrame.new(0.000142092002, -0.400391012, 0.93360728, 2.67646505e-09, 0.999999702, 0.000840450521, 1, -2.6753646e-09, -1.31059485e-09, -1.30834588e-09, 0.000840450521, -0.999999642)
  900. Weld115.Parent = Part53
  901. Weld115.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  902. Weld115.C1 = CFrame.new(0.000101452555, -0.933591425, 0.400390327, 2.69764522e-09, 0.999999702, 0.000846330193, 1.46984258e-09, -0.000846330251, 0.999999642, 1, -2.69640044e-09, -1.47212509e-09)
  903. Weld116.Parent = Part53
  904. Weld116.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  905. Weld116.C1 = CFrame.new(-3.94687646e-07, -0.373256177, -0.533165812, 1, -2.77882695e-09, -1.10427789e-09, 2.77974577e-09, 0.999999702, 0.000832981663, 1.10196274e-09, -0.000832981663, 0.999999642)
  906. Weld117.Parent = Part53
  907. Weld117.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  908. Weld117.C1 = CFrame.new(-0.5332008, 8.52442608e-05, -0.400390327, 1.4692636e-09, -0.000846330251, 0.999999642, 2.67755484e-09, 0.999999702, 0.000846330193, -1, 2.67631073e-09, 1.47152912e-09)
  909. Weld118.Parent = Part53
  910. Weld118.C0 = CFrame.new(1.14122267e-05, 2.31042439e-08, -1.81467669e-07, -6.37624675e-10, 0.000817726715, -0.999999762, 1.396256e-09, 0.999999702, 0.000817726832, 1, -1.39573431e-09, -6.38766207e-10)
  911. Weld118.C1 = CFrame.new(-2.17958132e-08, 2.16124681e-05, -0.933588922, 1, -7.00479896e-10, -5.50027579e-10, 7.00928149e-10, 0.999999702, 0.000815343345, 5.49456258e-10, -0.000815343345, 0.999999702)
  912. Weld119.Parent = Part53
  913. Weld119.C0 = CFrame.new(2.73681553e-06, -7.9203943e-08, -1.32984567e-07, -1, 4.29049651e-05, 1.27289645e-09, 4.29049651e-05, 1, -2.71216405e-09, -1.27303168e-09, -2.7121092e-09, -1)
  914. Weld119.C1 = CFrame.new(2.73681553e-06, -7.9203943e-08, -1.32984567e-07, -1, 4.29049651e-05, 1.27289645e-09, 4.29049651e-05, 1, -2.71216405e-09, -1.27303168e-09, -2.7121092e-09, -1)
  915. Weld119.Part0 = Part53
  916. Weld119.Part1 = Part53
  917. Weld119.part1 = Part53
  918. Weld120.Parent = Part53
  919. Weld120.C0 = CFrame.new(2.58500165e-07, 1.47510104e-06, 9.1201764e-07, -0.0304826926, -0.998224854, 0.0511664115, -0.997482359, 0.027100971, -0.0655324385, 0.0640294328, -0.0530351698, -0.996537805)
  920. Weld120.C1 = CFrame.new(2.58500165e-07, 1.47510104e-06, 9.1201764e-07, -0.0304826926, -0.998224854, 0.0511664115, -0.997482359, 0.027100971, -0.0655324385, 0.0640294328, -0.0530351698, -0.996537805)
  921. Weld120.Part0 = Part53
  922. Weld120.Part1 = Part53
  923. Weld120.part1 = Part53
  924. Weld121.Parent = Part53
  925. Weld121.C0 = CFrame.new(5.81937775e-06, 3.66444342e-09, 4.0117655e-07, -1, 1.83190277e-05, 1.62574338e-07, 1.82680233e-05, 1, -5.43802935e-06, -1.05692934e-07, -5.39845632e-06, -1.00000012)
  926. Weld121.C1 = CFrame.new(5.81937775e-06, 3.66444342e-09, 4.0117655e-07, -1, 1.83190277e-05, 1.62574338e-07, 1.82680233e-05, 1, -5.43802935e-06, -1.05692934e-07, -5.39845632e-06, -1.00000012)
  927. Weld121.Part0 = Part53
  928. Weld121.Part1 = Part53
  929. Weld121.part1 = Part53
  930. Weld122.Parent = Part53
  931. Weld122.C0 = CFrame.new(5.19993637e-06, -2.07580495e-08, -4.3925632e-09, -0.99999994, -7.85102384e-06, 1.626222e-07, -7.9020283e-06, 1, -7.75445642e-06, -1.05581343e-07, -7.71488703e-06, -1.00000012)
  932. Weld122.C1 = CFrame.new(5.19993637e-06, -2.07580495e-08, -4.3925632e-09, -0.99999994, -7.85102384e-06, 1.626222e-07, -7.9020283e-06, 1, -7.75445642e-06, -1.05581343e-07, -7.71488703e-06, -1.00000012)
  933. Weld122.Part0 = Part53
  934. Weld122.Part1 = Part53
  935. Weld122.part1 = Part53
  936. Weld123.Parent = Part53
  937. Weld123.C0 = CFrame.new(-4.51719643e-07, 1.87397453e-09, -3.76758157e-06, -0.999999821, -3.77100787e-06, -6.00899241e-09, -3.82201188e-06, 1, -4.80523522e-06, 6.30072776e-08, -4.76566538e-06, -1.00000012)
  938. Weld123.C1 = CFrame.new(-4.51719643e-07, 1.87397453e-09, -3.76758157e-06, -0.999999821, -3.77100787e-06, -6.00899241e-09, -3.82201188e-06, 1, -4.80523522e-06, 6.30072776e-08, -4.76566538e-06, -1.00000012)
  939. Weld123.Part0 = Part53
  940. Weld123.Part1 = Part53
  941. Weld123.part1 = Part53
  942. Weld124.Parent = Part53
  943. Weld124.C0 = CFrame.new(1.26816673e-07, -2.34453221e-08, 5.90223294e-07, -0.999999762, -1.85550198e-05, -5.83594151e-09, -1.86060279e-05, 1, -8.11173049e-06, 6.29660306e-08, -8.07215929e-06, -1.00000012)
  944. Weld124.C1 = CFrame.new(1.26816673e-07, -2.34453221e-08, 5.90223294e-07, -0.999999762, -1.85550198e-05, -5.83594151e-09, -1.86060279e-05, 1, -8.11173049e-06, 6.29660306e-08, -8.07215929e-06, -1.00000012)
  945. Weld124.Part0 = Part53
  946. Weld124.Part1 = Part53
  947. Weld124.part1 = Part53
  948. Weld125.Parent = Part53
  949. Weld125.C0 = CFrame.new(8.01678993e-07, -1.1426212e-08, -1.10775409e-06, -0.999999702, -1.59489209e-05, -5.85270321e-09, -1.5999929e-05, 1, -9.83655082e-06, 6.29892654e-08, -9.79697961e-06, -1.00000012)
  950. Weld125.C1 = CFrame.new(8.01678993e-07, -1.1426212e-08, -1.10775409e-06, -0.999999702, -1.59489209e-05, -5.85270321e-09, -1.5999929e-05, 1, -9.83655082e-06, 6.29892654e-08, -9.79697961e-06, -1.00000012)
  951. Weld125.Part0 = Part53
  952. Weld125.Part1 = Part53
  953. Weld125.part1 = Part53
  954. Weld126.Parent = Part53
  955. Weld126.C0 = CFrame.new(1.07855703e-06, -1.98978043e-08, -4.36352309e-07, -0.999999642, -1.87142232e-05, -3.42939558e-07, -1.87652277e-05, 1, -1.32089617e-05, 4.00166499e-07, -1.31693841e-05, -1.00000012)
  956. Weld126.C1 = CFrame.new(1.07855703e-06, -1.98978043e-08, -4.36352309e-07, -0.999999642, -1.87142232e-05, -3.42939558e-07, -1.87652277e-05, 1, -1.32089617e-05, 4.00166499e-07, -1.31693841e-05, -1.00000012)
  957. Weld126.Part0 = Part53
  958. Weld126.Part1 = Part53
  959. Weld126.part1 = Part53
  960. Weld127.Parent = Part53
  961. Weld127.C0 = CFrame.new(-2.96131202e-06, 1.15200116e-08, -5.08313747e-08, -0.999999583, -2.1935306e-05, -3.42888029e-07, -2.19863105e-05, 1, -1.28208176e-05, 4.00148849e-07, -1.27812382e-05, -1.00000012)
  962. Weld127.C1 = CFrame.new(-2.96131202e-06, 1.15200116e-08, -5.08313747e-08, -0.999999583, -2.1935306e-05, -3.42888029e-07, -2.19863105e-05, 1, -1.28208176e-05, 4.00148849e-07, -1.27812382e-05, -1.00000012)
  963. Weld127.Part0 = Part53
  964. Weld127.Part1 = Part53
  965. Weld127.part1 = Part53
  966. Weld128.Parent = Part53
  967. Weld128.C0 = CFrame.new(-1.92499995, 1.5250001, 6.11500072, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  968. Weld128.C1 = CFrame.new(-4.20000076, -0.600000143, -0.669998169, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  969. Weld128.Part0 = Part1
  970. Weld128.Part1 = Part53
  971. Weld128.part1 = Part53
  972. Script129.Parent = Part53
  973. table.insert(cors,sandbox(Script129,function()
  974. p = script.Parent.Sound
  975. clicker = script.Parent.ClickDetector
  976. function onClicked(mouse)
  977. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  978. p:play()
  979. wait(.5)
  980. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  981. end
  982. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  983. --by devjin1
  984. --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine
  985. end))
  986. Sound130.Parent = Part53
  987. Sound130.SoundId = "rbxassetid://3120501262"
  988. Sound130.Volume = 1
  989. ClickDetector131.Parent = Part53
  990. Model132.Name = "zachrogamehard133447"
  991. Model132.Parent = Model0
  992. Model132.PrimaryPart = Part136
  993. Part133.Name = "Head"
  994. Part133.Parent = Model132
  995. Part133.CFrame = CFrame.new(101.982307, 3.7575841, 41.6041718, 0.0322930068, -0.866724491, -0.497740895, -0.0561110154, -0.498787373, 0.864906311, -0.997902215, -1.67658243e-06, -0.0647401288)
  996. Part133.Orientation = Vector3.new(-59.8699989, -97.4100037, -173.580002)
  997. Part133.Position = Vector3.new(101.982307, 3.7575841, 41.6041718)
  998. Part133.Rotation = Vector3.new(-94.2799988, -29.8500004, 87.8700027)
  999. Part133.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1000. Part133.Size = Vector3.new(2, 1, 1)
  1001. Part133.Anchored = true
  1002. Part133.BrickColor = BrickColor.new("Bright yellow")
  1003. Part133.TopSurface = Enum.SurfaceType.Smooth
  1004. Part133.brickColor = BrickColor.new("Bright yellow")
  1005. Part133.FormFactor = Enum.FormFactor.Symmetric
  1006. Part133.formFactor = Enum.FormFactor.Symmetric
  1007. SpecialMesh134.Parent = Part133
  1008. SpecialMesh134.Scale = Vector3.new(1.25, 1.25, 1.25)
  1009. Decal135.Name = "face"
  1010. Decal135.Parent = Part133
  1011. Decal135.Texture = "http://www.roblox.com/asset/?id=18151722"
  1012. Part136.Name = "HumanoidRootPart"
  1013. Part136.Parent = Model132
  1014. Part136.CFrame = CFrame.new(102.860115, 3.00001502, 41.6041718, -0.0647380203, 0, 0.997902334, 0, 1, 0, -0.997902334, 0, -0.0647380203)
  1015. Part136.Orientation = Vector3.new(0, 93.7099991, 0)
  1016. Part136.Position = Vector3.new(102.860115, 3.00001502, 41.6041718)
  1017. Part136.Rotation = Vector3.new(-180, 86.2900009, -180)
  1018. Part136.Transparency = 1
  1019. Part136.Size = Vector3.new(2, 2, 1)
  1020. Part136.Anchored = true
  1021. Part136.BottomSurface = Enum.SurfaceType.Smooth
  1022. Part136.CanCollide = false
  1023. Part136.LeftParamA = 0
  1024. Part136.LeftParamB = 0
  1025. Part136.RightParamA = 0
  1026. Part136.RightParamB = 0
  1027. Part136.TopSurface = Enum.SurfaceType.Smooth
  1028. Part136.FormFactor = Enum.FormFactor.Symmetric
  1029. Part136.formFactor = Enum.FormFactor.Symmetric
  1030. Part137.Name = "Left Arm"
  1031. Part137.Parent = Model132
  1032. Part137.CFrame = CFrame.new(101.810257, 3.14412522, 42.7847252, 0.540140271, 0.84156096, -0.00487423874, -0.156437084, 0.0947120115, -0.983136356, -0.826907456, 0.531794071, 0.182809085)
  1033. Part137.Orientation = Vector3.new(79.4599991, -1.52999997, -58.8100014)
  1034. Part137.Position = Vector3.new(101.810257, 3.14412522, 42.7847252)
  1035. Part137.Rotation = Vector3.new(79.4700012, -0.280000001, -57.3100014)
  1036. Part137.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1037. Part137.Size = Vector3.new(1, 2, 1)
  1038. Part137.Anchored = true
  1039. Part137.BrickColor = BrickColor.new("Bright yellow")
  1040. Part137.CanCollide = false
  1041. Part137.brickColor = BrickColor.new("Bright yellow")
  1042. Part137.FormFactor = Enum.FormFactor.Symmetric
  1043. Part137.formFactor = Enum.FormFactor.Symmetric
  1044. Part138.Name = "Left Leg"
  1045. Part138.Parent = Model132
  1046. Part138.CFrame = CFrame.new(102.892487, 1.00001502, 42.1031227, -0.064730987, 0.310673088, 0.948310256, 0, 0.950303257, -0.311325997, -0.997902751, -0.0201524422, -0.0615140684)
  1047. Part138.Orientation = Vector3.new(18.1399994, 93.7099991, 0)
  1048. Part138.Position = Vector3.new(102.892487, 1.00001502, 42.1031227)
  1049. Part138.Rotation = Vector3.new(101.18, 71.5, -101.769997)
  1050. Part138.Color = Color3.new(0.356863, 0.603922, 0.298039)
  1051. Part138.Size = Vector3.new(1, 2, 1)
  1052. Part138.Anchored = true
  1053. Part138.BottomSurface = Enum.SurfaceType.Smooth
  1054. Part138.BrickColor = BrickColor.new("Shamrock")
  1055. Part138.CanCollide = false
  1056. Part138.brickColor = BrickColor.new("Shamrock")
  1057. Part138.FormFactor = Enum.FormFactor.Symmetric
  1058. Part138.formFactor = Enum.FormFactor.Symmetric
  1059. Part139.Name = "Right Arm"
  1060. Part139.Parent = Model132
  1061. Part139.CFrame = CFrame.new(101.683899, 3.26370215, 40.8832016, -0.692932963, 0.702322304, 0.163056344, -0.106881984, 0.123594046, -0.986560047, -0.713035941, -0.701047719, -0.0105767837)
  1062. Part139.Orientation = Vector3.new(80.5999985, 93.7099991, -40.8499985)
  1063. Part139.Position = Vector3.new(101.683899, 3.26370215, 40.8832016)
  1064. Part139.Rotation = Vector3.new(90.6100006, 9.38000011, -134.610001)
  1065. Part139.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1066. Part139.Size = Vector3.new(1, 2, 1)
  1067. Part139.Anchored = true
  1068. Part139.BrickColor = BrickColor.new("Bright yellow")
  1069. Part139.CanCollide = false
  1070. Part139.brickColor = BrickColor.new("Bright yellow")
  1071. Part139.FormFactor = Enum.FormFactor.Symmetric
  1072. Part139.formFactor = Enum.FormFactor.Symmetric
  1073. Part140.Name = "Right Leg"
  1074. Part140.Parent = Model132
  1075. Part140.CFrame = CFrame.new(102.827744, 1.00001502, 41.1052208, -0.0647380203, 0.329484075, 0.941939116, 0, 0.943919241, -0.330176651, -0.997902334, -0.0213749837, -0.0611074567)
  1076. Part140.Orientation = Vector3.new(19.2800007, 93.7099991, 0)
  1077. Part140.Position = Vector3.new(102.827744, 1.00001502, 41.1052208)
  1078. Part140.Rotation = Vector3.new(100.489998, 70.3799973, -101.120003)
  1079. Part140.Color = Color3.new(0.356863, 0.603922, 0.298039)
  1080. Part140.Size = Vector3.new(1, 2, 1)
  1081. Part140.Anchored = true
  1082. Part140.BottomSurface = Enum.SurfaceType.Smooth
  1083. Part140.BrickColor = BrickColor.new("Shamrock")
  1084. Part140.CanCollide = false
  1085. Part140.brickColor = BrickColor.new("Shamrock")
  1086. Part140.FormFactor = Enum.FormFactor.Symmetric
  1087. Part140.formFactor = Enum.FormFactor.Symmetric
  1088. Part141.Name = "Torso"
  1089. Part141.Parent = Model132
  1090. Part141.CFrame = CFrame.new(102.860115, 3.00001502, 41.6041718, -0.0647400171, -0.174578041, 0.982512712, 0, 0.984578252, 0.174945042, -0.997902215, 0.0113259451, -0.0637416095)
  1091. Part141.Orientation = Vector3.new(-10.0799999, 93.7099991, 0)
  1092. Part141.Position = Vector3.new(102.860115, 3.00001502, 41.6041718)
  1093. Part141.Rotation = Vector3.new(-110.019997, 79.2699966, 110.349998)
  1094. Part141.Color = Color3.new(0.321569, 0.486275, 0.682353)
  1095. Part141.Size = Vector3.new(2, 2, 1)
  1096. Part141.Anchored = true
  1097. Part141.BrickColor = BrickColor.new("Steel blue")
  1098. Part141.LeftParamA = 0
  1099. Part141.LeftParamB = 0
  1100. Part141.LeftSurface = Enum.SurfaceType.Weld
  1101. Part141.RightParamA = 0
  1102. Part141.RightParamB = 0
  1103. Part141.RightSurface = Enum.SurfaceType.Weld
  1104. Part141.brickColor = BrickColor.new("Steel blue")
  1105. Part141.FormFactor = Enum.FormFactor.Symmetric
  1106. Part141.formFactor = Enum.FormFactor.Symmetric
  1107. Decal142.Name = "roblox"
  1108. Decal142.Parent = Part141
  1109. Humanoid143.Parent = Model132
  1110. Humanoid143.Health = 100000
  1111. Humanoid143.LeftLeg = Part138
  1112. Humanoid143.MaxHealth = 100000
  1113. Humanoid143.RightLeg = Part140
  1114. Humanoid143.Torso = Part136
  1115. Humanoid143.maxHealth = 100000
  1116. Accessory144.Name = "Roblox Tie"
  1117. Accessory144.Parent = Model132
  1118. Accessory144.AttachmentPoint = CFrame.new(0, 1.85000002, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1119. Accessory144.AttachmentPos = Vector3.new(0, 1.85000002, 0.550000012)
  1120. Part145.Name = "Handle"
  1121. Part145.Parent = Accessory144
  1122. Part145.CFrame = CFrame.new(102.457054, 3.00246119, 41.662014, 0.0322929993, -0.188661054, 0.981511176, -0.0561319999, 0.980131209, 0.190242574, -0.997901022, -0.0612376928, 0.0210614484)
  1123. Part145.Orientation = Vector3.new(-10.9700003, 88.7699966, -3.27999997)
  1124. Part145.Position = Vector3.new(102.457054, 3.00246119, 41.662014)
  1125. Part145.Rotation = Vector3.new(-83.6800003, 78.9700012, 80.2900009)
  1126. Part145.Size = Vector3.new(1, 2, 1)
  1127. Part145.Anchored = true
  1128. Part145.BottomSurface = Enum.SurfaceType.Smooth
  1129. Part145.CanCollide = false
  1130. Part145.Locked = true
  1131. Part145.TopSurface = Enum.SurfaceType.Smooth
  1132. Part145.FormFactor = Enum.FormFactor.Symmetric
  1133. Part145.formFactor = Enum.FormFactor.Symmetric
  1134. SpecialMesh146.Parent = Part145
  1135. SpecialMesh146.MeshId = "http://www.roblox.com/asset/?id=28463033"
  1136. SpecialMesh146.Scale = Vector3.new(1.39999998, 1.20000005, 1.39999998)
  1137. SpecialMesh146.TextureId = "http://www.roblox.com/asset/?id=28463022"
  1138. SpecialMesh146.MeshType = Enum.MeshType.FileMesh
  1139. Weld147.Name = "AccessoryWeld"
  1140. Weld147.Parent = Part145
  1141. Weld147.C0 = CFrame.new(5.96046448e-08, 0.849999666, 0.549727678, 1, -6.83440315e-31, 0, 6.83440315e-31, 1, -0, 0, 0, 1)
  1142. Weld147.C1 = CFrame.new(0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1143. Weld147.Part0 = Part145
  1144. Weld147.Part1 = Part141
  1145. Weld147.part1 = Part141
  1146. Accessory148.Name = "Pot"
  1147. Accessory148.Parent = Model132
  1148. Accessory148.AttachmentPoint = CFrame.new(-0.0500000007, 0, -0.100000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1149. Accessory148.AttachmentPos = Vector3.new(-0.0500000007, 0, -0.100000001)
  1150. Part149.Name = "Handle"
  1151. Part149.Parent = Accessory148
  1152. Part149.CFrame = CFrame.new(101.500648, 3.59211087, 41.5477829, 0.0322929993, -0.866724491, -0.497740895, -0.0561110191, -0.498787373, 0.864906311, -0.997902215, -1.66872758e-06, -0.0647401288)
  1153. Part149.Orientation = Vector3.new(-59.8699989, -97.4100037, -173.580002)
  1154. Part149.Position = Vector3.new(101.500648, 3.59211087, 41.5477829)
  1155. Part149.Rotation = Vector3.new(-94.2799988, -29.8500004, 87.8700027)
  1156. Part149.Color = Color3.new(0.992157, 0.917647, 0.552941)
  1157. Part149.Size = Vector3.new(1, 1.20000005, 1)
  1158. Part149.Anchored = true
  1159. Part149.BottomSurface = Enum.SurfaceType.Smooth
  1160. Part149.BrickColor = BrickColor.new("Cool yellow")
  1161. Part149.CanCollide = false
  1162. Part149.Locked = true
  1163. Part149.TopSurface = Enum.SurfaceType.Smooth
  1164. Part149.brickColor = BrickColor.new("Cool yellow")
  1165. Part149.FormFactor = Enum.FormFactor.Plate
  1166. Part149.formFactor = Enum.FormFactor.Plate
  1167. SpecialMesh150.Parent = Part149
  1168. SpecialMesh150.MeshId = "http://www.roblox.com/asset/?id=6837450"
  1169. SpecialMesh150.TextureId = "http://www.roblox.com/asset/?id=6837452"
  1170. SpecialMesh150.MeshType = Enum.MeshType.FileMesh
  1171. Weld151.Name = "AccessoryWeld"
  1172. Weld151.Parent = Part149
  1173. Weld151.C0 = CFrame.new(-0.0499999933, 0.0999999046, -0.100272246, 1, 7.87137555e-09, -3.26223034e-24, -7.87137555e-09, 1, -4.1444221e-16, 0, 4.1444221e-16, 1)
  1174. Weld151.C1 = CFrame.new(0, 0.600000024, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1175. Weld151.Part0 = Part149
  1176. Weld151.Part1 = Part133
  1177. Weld151.part1 = Part133
  1178. BodyColors152.Parent = Model132
  1179. BodyColors152.HeadColor = BrickColor.new("Bright yellow")
  1180. BodyColors152.HeadColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  1181. BodyColors152.LeftArmColor = BrickColor.new("Bright yellow")
  1182. BodyColors152.LeftArmColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  1183. BodyColors152.LeftLegColor = BrickColor.new("Shamrock")
  1184. BodyColors152.LeftLegColor3 = Color3.new(0.356863, 0.603922, 0.298039)
  1185. BodyColors152.RightArmColor = BrickColor.new("Bright yellow")
  1186. BodyColors152.RightArmColor3 = Color3.new(0.960784, 0.803922, 0.188235)
  1187. BodyColors152.RightLegColor = BrickColor.new("Shamrock")
  1188. BodyColors152.RightLegColor3 = Color3.new(0.356863, 0.603922, 0.298039)
  1189. BodyColors152.TorsoColor = BrickColor.new("Steel blue")
  1190. BodyColors152.TorsoColor3 = Color3.new(0.321569, 0.486275, 0.682353)
  1191. Shirt153.Name = "Shirt"
  1192. Shirt153.Parent = Model132
  1193. Shirt153.ShirtTemplate = "http://www.roblox.com/asset/?id=1303896203"
  1194. Sound154.Parent = Model132
  1195. Sound154.SoundId = "rbxassetid://3613713785"
  1196. Sound154.Volume = 1
  1197. ClickDetector155.Parent = Model132
  1198. SpecialMesh156.Parent = Model132
  1199. SpecialMesh156.MeshId = "http://www.roblox.com/asset/?id=10470609"
  1200. SpecialMesh156.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1201. SpecialMesh156.TextureId = "http://www.roblox.com/asset/?id=49379207"
  1202. SpecialMesh156.MeshType = Enum.MeshType.FileMesh
  1203. Script157.Parent = Model132
  1204. table.insert(cors,sandbox(Script157,function()
  1205. p = script.Parent.Sound
  1206. clicker = script.Parent.ClickDetector
  1207. function onClicked(mouse)
  1208. clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
  1209. p:play()
  1210. wait(.5)
  1211. clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
  1212. end
  1213. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1214. --by devjin1
  1215. --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine
  1216. end))
  1217. for i,v in pairs(mas:GetChildren()) do
  1218. v.Parent = workspace
  1219. pcall(function() v:MakeJoints() end)
  1220. end
  1221. mas:Destroy()
  1222. for i,v in pairs(cors) do
  1223. spawn(function()
  1224. pcall(v)
  1225. end)
  1226. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement