Awooslayer699

pizza

Apr 13th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 152.51 KB | None | 0 0
  1. owner.Character.Head.face.Texture = "rbxassetid://404306534"
  2.  
  3. local plr = owner
  4. local char = owner.Character
  5.  
  6. local BillboardGui = Instance.new("BillboardGui")
  7. local TextLabel = Instance.new("TextLabel")
  8.  
  9. BillboardGui.Name = "raged"
  10. BillboardGui.Parent = char.Head
  11. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12. BillboardGui.AlwaysOnTop = true
  13. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  14. BillboardGui.LightInfluence = 1
  15. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  16.  
  17. TextLabel.Parent = BillboardGui
  18. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  19. TextLabel.BackgroundTransparency = 1
  20. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "PiZZa KiLlEr"
  23. TextLabel.TextColor3 = Color3.new(255, 0, 0)
  24. TextLabel.TextScaled = true
  25. TextLabel.TextSize = 14
  26. TextLabel.TextWrapped = true
  27.  
  28. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  29. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  30. do
  31. print("FE Compatibility code by Mokiros")
  32. script.Parent = Player.Character
  33.  
  34. --RemoteEvent for communicating
  35. local Event = Instance.new("RemoteEvent")
  36. Event.Name = "UserInput_Event"
  37.  
  38. --Fake event to make stuff like Mouse.KeyDown work
  39. local function fakeEvent()
  40. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  41. t.connect = t.Connect
  42. return t
  43. end
  44.  
  45. --Creating fake input objects with fake variables
  46. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  47. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  48. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  49. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  50. end}
  51. --Merged 2 functions into one by checking amount of arguments
  52. CAS.UnbindAction = CAS.BindAction
  53.  
  54. --This function will trigger the events that have been :Connect()'ed
  55. local function te(self,ev,...)
  56. local t = m[ev]
  57. if t and t._fakeEvent and t.Function then
  58. t.Function(...)
  59. end
  60. end
  61. m.TrigEvent = te
  62. UIS.TrigEvent = te
  63.  
  64. Event.OnServerEvent:Connect(function(plr,io)
  65. if plr~=Player then return end
  66. if io.isMouse then
  67. m.Target = io.Target
  68. m.Hit = io.Hit
  69. else
  70. local b = io.UserInputState == Enum.UserInputState.Begin
  71. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  72. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  73. end
  74. for _,t in pairs(CAS.Actions) do
  75. for _,k in pairs(t.Keys) do
  76. if k==io.KeyCode then
  77. t.Function(t.Name,io.UserInputState,io)
  78. end
  79. end
  80. end
  81. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  82. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  83. end
  84. end)
  85. Event.Parent = NLS([==[
  86. local Player = game:GetService("Players").LocalPlayer
  87. local Event = script:WaitForChild("UserInput_Event")
  88.  
  89. local UIS = game:GetService("UserInputService")
  90. local input = function(io,a)
  91. if a then return end
  92. --Since InputObject is a client-side instance, we create and pass table instead
  93. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  94. end
  95. UIS.InputBegan:Connect(input)
  96. UIS.InputEnded:Connect(input)
  97.  
  98. local Mouse = Player:GetMouse()
  99. local h,t
  100. --Give the server mouse data 30 times every second, but only if the values changed
  101. --If player is not moving their mouse, client won't fire events
  102. while wait(1/30) do
  103. if h~=Mouse.Hit or t~=Mouse.Target then
  104. h,t=Mouse.Hit,Mouse.Target
  105. Event:FireServer({isMouse=true,Target=t,Hit=h})
  106. end
  107. end]==],Player.Character)
  108. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  109. end
  110.  
  111. local plrs = game:GetService("Players")
  112. local plr = owner
  113. local char = plr.Character
  114. local tweenserv = game:GetService("TweenService")
  115. local lighting = game:GetService("Lighting")
  116. local hum = char:FindFirstChildOfClass("Humanoid")
  117. local tor = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  118. local root = char:FindFirstChild("HumanoidRootPart")
  119. local head = char:FindFirstChild("Head")
  120. local face = head:FindFirstChildOfClass("Decal")
  121. local larm = char:FindFirstChild("Left Arm") or char:FindFirstChild("LeftUpperArm")
  122. local rarm = char:FindFirstChild("Right Arm") or char:FindFirstChild("RightUpperArm")
  123. local rleg = char:FindFirstChild("Right Leg") or char:FindFirstChild("RightUpperLeg")
  124. local lleg = char:FindFirstChild("Left Leg") or char:FindFirstChild("LeftUpperLeg")
  125. local neck = tor:FindFirstChild("Neck")
  126. local rootj = root:FindFirstChild("RootJoint")
  127. local LS = tor:FindFirstChild("Left Shoulder")
  128. local RS = tor:FindFirstChild("Right Shoulder")
  129. local LH = tor:FindFirstChild("Left Hip")
  130. local RH = tor:FindFirstChild("Right Hip")
  131. local bp = plr:FindFirstChild("Backpack")
  132.  
  133. hum:ClearAllChildren()
  134. char.Animate:remove()
  135.  
  136.  
  137. --Converted with ttyyuu12345's model to script plugin v4
  138. function sandbox(var,func)
  139. local env = getfenv(func)
  140. local newenv = setmetatable({},{
  141. __index = function(self,k)
  142. if k=="script" then
  143. return var
  144. else
  145. return env[k]
  146. end
  147. end,
  148. })
  149. setfenv(func,newenv)
  150. return func
  151. end
  152. cors = {}
  153. mas = Instance.new("Model",game:GetService("Lighting"))
  154. Model0 = Instance.new("Model")
  155. Part1 = Instance.new("Part")
  156. Part2 = Instance.new("Part")
  157. Decal3 = Instance.new("Decal")
  158. Model4 = Instance.new("Model")
  159. Part5 = Instance.new("Part")
  160. ManualWeld6 = Instance.new("ManualWeld")
  161. ManualWeld7 = Instance.new("ManualWeld")
  162. Part8 = Instance.new("Part")
  163. ManualWeld9 = Instance.new("ManualWeld")
  164. Part10 = Instance.new("Part")
  165. ManualWeld11 = Instance.new("ManualWeld")
  166. Part12 = Instance.new("Part")
  167. ManualWeld13 = Instance.new("ManualWeld")
  168. Part14 = Instance.new("Part")
  169. Part15 = Instance.new("Part")
  170. ManualWeld16 = Instance.new("ManualWeld")
  171. Part17 = Instance.new("Part")
  172. ManualWeld18 = Instance.new("ManualWeld")
  173. WedgePart19 = Instance.new("WedgePart")
  174. ManualWeld20 = Instance.new("ManualWeld")
  175. WedgePart21 = Instance.new("WedgePart")
  176. ManualWeld22 = Instance.new("ManualWeld")
  177. Model23 = Instance.new("Model")
  178. Part24 = Instance.new("Part")
  179. ManualWeld25 = Instance.new("ManualWeld")
  180. ManualWeld26 = Instance.new("ManualWeld")
  181. Part27 = Instance.new("Part")
  182. Part28 = Instance.new("Part")
  183. ManualWeld29 = Instance.new("ManualWeld")
  184. Part30 = Instance.new("Part")
  185. ManualWeld31 = Instance.new("ManualWeld")
  186. Part32 = Instance.new("Part")
  187. ManualWeld33 = Instance.new("ManualWeld")
  188. Part34 = Instance.new("Part")
  189. ManualWeld35 = Instance.new("ManualWeld")
  190. Part36 = Instance.new("Part")
  191. ManualWeld37 = Instance.new("ManualWeld")
  192. WedgePart38 = Instance.new("WedgePart")
  193. ManualWeld39 = Instance.new("ManualWeld")
  194. WedgePart40 = Instance.new("WedgePart")
  195. ManualWeld41 = Instance.new("ManualWeld")
  196. Model42 = Instance.new("Model")
  197. Part43 = Instance.new("Part")
  198. ManualWeld44 = Instance.new("ManualWeld")
  199. ManualWeld45 = Instance.new("ManualWeld")
  200. Part46 = Instance.new("Part")
  201. Part47 = Instance.new("Part")
  202. ManualWeld48 = Instance.new("ManualWeld")
  203. Part49 = Instance.new("Part")
  204. ManualWeld50 = Instance.new("ManualWeld")
  205. Part51 = Instance.new("Part")
  206. ManualWeld52 = Instance.new("ManualWeld")
  207. Part53 = Instance.new("Part")
  208. ManualWeld54 = Instance.new("ManualWeld")
  209. Part55 = Instance.new("Part")
  210. ManualWeld56 = Instance.new("ManualWeld")
  211. WedgePart57 = Instance.new("WedgePart")
  212. ManualWeld58 = Instance.new("ManualWeld")
  213. WedgePart59 = Instance.new("WedgePart")
  214. ManualWeld60 = Instance.new("ManualWeld")
  215. Model61 = Instance.new("Model")
  216. Part62 = Instance.new("Part")
  217. ManualWeld63 = Instance.new("ManualWeld")
  218. ManualWeld64 = Instance.new("ManualWeld")
  219. Part65 = Instance.new("Part")
  220. ManualWeld66 = Instance.new("ManualWeld")
  221. Part67 = Instance.new("Part")
  222. ManualWeld68 = Instance.new("ManualWeld")
  223. Part69 = Instance.new("Part")
  224. Part70 = Instance.new("Part")
  225. ManualWeld71 = Instance.new("ManualWeld")
  226. Part72 = Instance.new("Part")
  227. ManualWeld73 = Instance.new("ManualWeld")
  228. Part74 = Instance.new("Part")
  229. ManualWeld75 = Instance.new("ManualWeld")
  230. WedgePart76 = Instance.new("WedgePart")
  231. ManualWeld77 = Instance.new("ManualWeld")
  232. WedgePart78 = Instance.new("WedgePart")
  233. ManualWeld79 = Instance.new("ManualWeld")
  234. Model80 = Instance.new("Model")
  235. Part81 = Instance.new("Part")
  236. ManualWeld82 = Instance.new("ManualWeld")
  237. ManualWeld83 = Instance.new("ManualWeld")
  238. Part84 = Instance.new("Part")
  239. ManualWeld85 = Instance.new("ManualWeld")
  240. Part86 = Instance.new("Part")
  241. Part87 = Instance.new("Part")
  242. ManualWeld88 = Instance.new("ManualWeld")
  243. Part89 = Instance.new("Part")
  244. ManualWeld90 = Instance.new("ManualWeld")
  245. Part91 = Instance.new("Part")
  246. ManualWeld92 = Instance.new("ManualWeld")
  247. Part93 = Instance.new("Part")
  248. ManualWeld94 = Instance.new("ManualWeld")
  249. WedgePart95 = Instance.new("WedgePart")
  250. ManualWeld96 = Instance.new("ManualWeld")
  251. WedgePart97 = Instance.new("WedgePart")
  252. ManualWeld98 = Instance.new("ManualWeld")
  253. Model99 = Instance.new("Model")
  254. Part100 = Instance.new("Part")
  255. ManualWeld101 = Instance.new("ManualWeld")
  256. ManualWeld102 = Instance.new("ManualWeld")
  257. Part103 = Instance.new("Part")
  258. Part104 = Instance.new("Part")
  259. ManualWeld105 = Instance.new("ManualWeld")
  260. Part106 = Instance.new("Part")
  261. ManualWeld107 = Instance.new("ManualWeld")
  262. Part108 = Instance.new("Part")
  263. ManualWeld109 = Instance.new("ManualWeld")
  264. Part110 = Instance.new("Part")
  265. ManualWeld111 = Instance.new("ManualWeld")
  266. Part112 = Instance.new("Part")
  267. ManualWeld113 = Instance.new("ManualWeld")
  268. WedgePart114 = Instance.new("WedgePart")
  269. ManualWeld115 = Instance.new("ManualWeld")
  270. WedgePart116 = Instance.new("WedgePart")
  271. ManualWeld117 = Instance.new("ManualWeld")
  272. Model118 = Instance.new("Model")
  273. Part119 = Instance.new("Part")
  274. ManualWeld120 = Instance.new("ManualWeld")
  275. ManualWeld121 = Instance.new("ManualWeld")
  276. Part122 = Instance.new("Part")
  277. ManualWeld123 = Instance.new("ManualWeld")
  278. Part124 = Instance.new("Part")
  279. Part125 = Instance.new("Part")
  280. ManualWeld126 = Instance.new("ManualWeld")
  281. Part127 = Instance.new("Part")
  282. ManualWeld128 = Instance.new("ManualWeld")
  283. Part129 = Instance.new("Part")
  284. ManualWeld130 = Instance.new("ManualWeld")
  285. Part131 = Instance.new("Part")
  286. ManualWeld132 = Instance.new("ManualWeld")
  287. WedgePart133 = Instance.new("WedgePart")
  288. ManualWeld134 = Instance.new("ManualWeld")
  289. WedgePart135 = Instance.new("WedgePart")
  290. ManualWeld136 = Instance.new("ManualWeld")
  291. Model137 = Instance.new("Model")
  292. Part138 = Instance.new("Part")
  293. ManualWeld139 = Instance.new("ManualWeld")
  294. ManualWeld140 = Instance.new("ManualWeld")
  295. Part141 = Instance.new("Part")
  296. ManualWeld142 = Instance.new("ManualWeld")
  297. Part143 = Instance.new("Part")
  298. ManualWeld144 = Instance.new("ManualWeld")
  299. Part145 = Instance.new("Part")
  300. ManualWeld146 = Instance.new("ManualWeld")
  301. Part147 = Instance.new("Part")
  302. ManualWeld148 = Instance.new("ManualWeld")
  303. Part149 = Instance.new("Part")
  304. Part150 = Instance.new("Part")
  305. ManualWeld151 = Instance.new("ManualWeld")
  306. WedgePart152 = Instance.new("WedgePart")
  307. ManualWeld153 = Instance.new("ManualWeld")
  308. WedgePart154 = Instance.new("WedgePart")
  309. ManualWeld155 = Instance.new("ManualWeld")
  310. Model156 = Instance.new("Model")
  311. Part157 = Instance.new("Part")
  312. ManualWeld158 = Instance.new("ManualWeld")
  313. ManualWeld159 = Instance.new("ManualWeld")
  314. Part160 = Instance.new("Part")
  315. Part161 = Instance.new("Part")
  316. ManualWeld162 = Instance.new("ManualWeld")
  317. Part163 = Instance.new("Part")
  318. ManualWeld164 = Instance.new("ManualWeld")
  319. Part165 = Instance.new("Part")
  320. ManualWeld166 = Instance.new("ManualWeld")
  321. Part167 = Instance.new("Part")
  322. ManualWeld168 = Instance.new("ManualWeld")
  323. Part169 = Instance.new("Part")
  324. ManualWeld170 = Instance.new("ManualWeld")
  325. WedgePart171 = Instance.new("WedgePart")
  326. ManualWeld172 = Instance.new("ManualWeld")
  327. WedgePart173 = Instance.new("WedgePart")
  328. ManualWeld174 = Instance.new("ManualWeld")
  329. Model175 = Instance.new("Model")
  330. Part176 = Instance.new("Part")
  331. ManualWeld177 = Instance.new("ManualWeld")
  332. ManualWeld178 = Instance.new("ManualWeld")
  333. Part179 = Instance.new("Part")
  334. Part180 = Instance.new("Part")
  335. ManualWeld181 = Instance.new("ManualWeld")
  336. Part182 = Instance.new("Part")
  337. ManualWeld183 = Instance.new("ManualWeld")
  338. Part184 = Instance.new("Part")
  339. ManualWeld185 = Instance.new("ManualWeld")
  340. Part186 = Instance.new("Part")
  341. ManualWeld187 = Instance.new("ManualWeld")
  342. Part188 = Instance.new("Part")
  343. ManualWeld189 = Instance.new("ManualWeld")
  344. WedgePart190 = Instance.new("WedgePart")
  345. ManualWeld191 = Instance.new("ManualWeld")
  346. WedgePart192 = Instance.new("WedgePart")
  347. ManualWeld193 = Instance.new("ManualWeld")
  348. Part194 = Instance.new("Part")
  349. ManualWeld195 = Instance.new("ManualWeld")
  350. ManualWeld196 = Instance.new("ManualWeld")
  351. Model0.Name = "PIZZABOX"
  352. Model0.Parent = mas
  353. Part1.Name = "pizzaboxbase"
  354. Part1.Parent = Model0
  355. Part1.Material = Enum.Material.SmoothPlastic
  356. Part1.BrickColor = BrickColor.new("Really black")
  357. Part1.CanCollide = false
  358. Part1.Size = Vector3.new(2.5, 0.200000003, 2.5)
  359. Part1.CFrame = CFrame.new(-206.813606, 117.199997, -50.76017, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  360. Part1.BottomSurface = Enum.SurfaceType.Smooth
  361. Part1.TopSurface = Enum.SurfaceType.Smooth
  362. Part1.Color = Color3.new(0,0,0)
  363. Part1.Position = Vector3.new(-106.813606, 117.199997, -50.76017)
  364. Part1.Color = Color3.new(0,0,0)
  365. Part2.Name = "pizzaboxtop"
  366. Part2.Parent = Model0
  367. Part2.Material = Enum.Material.SmoothPlastic
  368. Part2.BrickColor = BrickColor.new("Really black")
  369. Part2.CanCollide = false
  370. Part2.Size = Vector3.new(2.5, 0.200000003, 2.5)
  371. Part2.CFrame = CFrame.new(-106.813606, 117.399994, -50.76017, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  372. Part2.BottomSurface = Enum.SurfaceType.Smooth
  373. Part2.TopSurface = Enum.SurfaceType.Smooth
  374. Part2.Color = Color3.new(0,0,0)
  375. Part2.Position = Vector3.new(-106.813606, 117.399994, -50.76017)
  376. Part2.Color = Color3.new(0,0,0)
  377. Decal3.Parent = Part2
  378. Decal3.Texture = "rbxassetid://5002898"
  379. Decal3.Face = Enum.NormalId.Top
  380. Model4.Name = "pizza1"
  381. Model4.Parent = Model0
  382. Part5.Name = "crust"
  383. Part5.Parent = Model4
  384. Part5.Material = Enum.Material.Sand
  385. Part5.BrickColor = BrickColor.new("Gold")
  386. Part5.Rotation = Vector3.new(0, -89.9399948, 0)
  387. Part5.CanCollide = false
  388. Part5.Shape = Enum.PartType.Cylinder
  389. Part5.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  390. Part5.CFrame = CFrame.new(-107.713593, 117.399994, -50.76017, 1.19248735e-08, 0, -0.999999404, 1.4220275e-16, 1, -8.8817842e-16, 1, 8.46892511e-24, 1.19248806e-08)
  391. Part5.BottomSurface = Enum.SurfaceType.Smooth
  392. Part5.TopSurface = Enum.SurfaceType.Smooth
  393. Part5.Color = Color3.new(0.937255, 0.721569, 0.219608)
  394. Part5.Position = Vector3.new(-107.713593, 117.399994, -50.76017)
  395. Part5.Orientation = Vector3.new(0, -90, 0)
  396. Part5.Color = Color3.new(0.937255, 0.721569, 0.219608)
  397. ManualWeld6.Name = "Weld"
  398. ManualWeld6.Parent = Part5
  399. ManualWeld6.C0 = CFrame.new(0, 0, 0, 1.19248806e-08, 0, 1, 0, 1, 0, -1, 0, 1.19248806e-08)
  400. ManualWeld6.C1 = CFrame.new(7.62939453e-06, 0.100002289, 0.400009155, 1.19248762e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.999999702, -1.19248806e-08, -5.21253064e-16)
  401. ManualWeld6.Part0 = Part5
  402. ManualWeld6.Part1 = Part14
  403. ManualWeld7.Name = "Weld"
  404. ManualWeld7.Parent = Part5
  405. ManualWeld7.C0 = CFrame.new(0, 0, 0, 1.19248735e-08, 1.4220275e-16, 1, 0, 1, 8.46892511e-24, -0.999999404, -8.8817842e-16, 1.19248806e-08)
  406. ManualWeld7.C1 = CFrame.new(-0.899986267, 0.199996948, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  407. ManualWeld7.Part0 = Part5
  408. ManualWeld7.Part1 = Part1
  409. Part8.Parent = Model4
  410. Part8.Material = Enum.Material.Sand
  411. Part8.BrickColor = BrickColor.new("Maroon")
  412. Part8.Rotation = Vector3.new(90, -89.9199982, 0)
  413. Part8.CanCollide = false
  414. Part8.Shape = Enum.PartType.Cylinder
  415. Part8.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  416. Part8.CFrame = CFrame.new(-107.363586, 117.400002, -50.6601715, 1.19248673e-08, 0, -0.999998987, -1, -4.37113883e-08, -1.19248815e-08, -4.37113883e-08, 1, -8.88178367e-16)
  417. Part8.BottomSurface = Enum.SurfaceType.Smooth
  418. Part8.TopSurface = Enum.SurfaceType.Smooth
  419. Part8.Color = Color3.new(0.458824, 0, 0)
  420. Part8.Position = Vector3.new(-107.363586, 117.400002, -50.6601715)
  421. Part8.Orientation = Vector3.new(0, -90, -90)
  422. Part8.Color = Color3.new(0.458824, 0, 0)
  423. ManualWeld9.Name = "Weld"
  424. ManualWeld9.Parent = Part8
  425. ManualWeld9.C0 = CFrame.new(0, 0, 0, 1.19248798e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.99999994, -1.19248806e-08, -5.21253064e-16)
  426. ManualWeld9.C1 = CFrame.new(0, 0.200000763, 0.0500030518, 1.19248798e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.99999994, -1.19248806e-08, -5.21253064e-16)
  427. ManualWeld9.Part0 = Part8
  428. ManualWeld9.Part1 = Part14
  429. Part10.Parent = Model4
  430. Part10.Material = Enum.Material.Sand
  431. Part10.BrickColor = BrickColor.new("Maroon")
  432. Part10.Rotation = Vector3.new(90, -89.909996, 0)
  433. Part10.CanCollide = false
  434. Part10.Shape = Enum.PartType.Cylinder
  435. Part10.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  436. Part10.CFrame = CFrame.new(-107.163589, 117.400002, -50.76017, 1.19248647e-08, 0, -0.999998748, -1, -4.37113883e-08, -1.19248824e-08, -4.37113883e-08, 1, -8.88178314e-16)
  437. Part10.BottomSurface = Enum.SurfaceType.Smooth
  438. Part10.TopSurface = Enum.SurfaceType.Smooth
  439. Part10.Color = Color3.new(0.458824, 0, 0)
  440. Part10.Position = Vector3.new(-107.163589, 117.400002, -50.76017)
  441. Part10.Orientation = Vector3.new(0, -90, -90)
  442. Part10.Color = Color3.new(0.458824, 0, 0)
  443. ManualWeld11.Name = "Weld"
  444. ManualWeld11.Parent = Part10
  445. ManualWeld11.C0 = CFrame.new(0, 0, 0, 1.19248798e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.99999994, -1.19248806e-08, -5.21253064e-16)
  446. ManualWeld11.C1 = CFrame.new(0, 0.100002289, -0.149993896, 1.19248762e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.999999702, -1.19248806e-08, -5.21253064e-16)
  447. ManualWeld11.Part0 = Part10
  448. ManualWeld11.Part1 = Part14
  449. Part12.Parent = Model4
  450. Part12.Material = Enum.Material.Sand
  451. Part12.BrickColor = BrickColor.new("Maroon")
  452. Part12.Rotation = Vector3.new(90, -89.909996, 0)
  453. Part12.CanCollide = false
  454. Part12.Shape = Enum.PartType.Cylinder
  455. Part12.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  456. Part12.CFrame = CFrame.new(-107.463585, 117.400002, -50.8601723, 1.19248664e-08, 0, -0.999998868, -1, -4.37113883e-08, -1.19248824e-08, -4.37113883e-08, 1, -8.88178367e-16)
  457. Part12.BottomSurface = Enum.SurfaceType.Smooth
  458. Part12.TopSurface = Enum.SurfaceType.Smooth
  459. Part12.Color = Color3.new(0.458824, 0, 0)
  460. Part12.Position = Vector3.new(-107.463585, 117.400002, -50.8601723)
  461. Part12.Orientation = Vector3.new(0, -90, -90)
  462. Part12.Color = Color3.new(0.458824, 0, 0)
  463. ManualWeld13.Name = "Weld"
  464. ManualWeld13.Parent = Part12
  465. ManualWeld13.C0 = CFrame.new(0, 0, 0, 1.19248798e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.99999994, -1.19248806e-08, -5.21253064e-16)
  466. ManualWeld13.C1 = CFrame.new(0, 0, 0.150001526, 1.1924878e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.999999821, -1.19248806e-08, -5.21253064e-16)
  467. ManualWeld13.Part0 = Part12
  468. ManualWeld13.Part1 = Part14
  469. Part14.Parent = Model4
  470. Part14.Material = Enum.Material.Glass
  471. Part14.BrickColor = BrickColor.new("Really black")
  472. Part14.Rotation = Vector3.new(90, -89.9199982, 0)
  473. Part14.CanCollide = false
  474. Part14.Shape = Enum.PartType.Cylinder
  475. Part14.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  476. Part14.CFrame = CFrame.new(-107.313583, 117.400002, -50.8601723, 1.19248691e-08, 0, -0.999999106, -1, -4.37113883e-08, -1.19248815e-08, -4.37113883e-08, 1, -8.8817842e-16)
  477. Part14.BottomSurface = Enum.SurfaceType.Smooth
  478. Part14.TopSurface = Enum.SurfaceType.Smooth
  479. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  480. Part14.Position = Vector3.new(-107.313583, 117.400002, -50.8601723)
  481. Part14.Orientation = Vector3.new(0, -90, -90)
  482. Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  483. Part15.Parent = Model4
  484. Part15.Material = Enum.Material.Glass
  485. Part15.BrickColor = BrickColor.new("Really black")
  486. Part15.Rotation = Vector3.new(90, -89.909996, 0)
  487. Part15.CanCollide = false
  488. Part15.Shape = Enum.PartType.Cylinder
  489. Part15.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  490. Part15.CFrame = CFrame.new(-107.51358, 117.400002, -50.6601753, 1.19248647e-08, 0, -0.999998748, -1, -4.37113883e-08, -1.19248824e-08, -4.37113883e-08, 1, -8.88178314e-16)
  491. Part15.BottomSurface = Enum.SurfaceType.Smooth
  492. Part15.TopSurface = Enum.SurfaceType.Smooth
  493. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  494. Part15.Position = Vector3.new(-107.51358, 117.400002, -50.6601753)
  495. Part15.Orientation = Vector3.new(0, -90, -90)
  496. Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  497. ManualWeld16.Name = "Weld"
  498. ManualWeld16.Parent = Part15
  499. ManualWeld16.C0 = CFrame.new(0, 0, 0, 1.19248798e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.99999994, -1.19248806e-08, -5.21253064e-16)
  500. ManualWeld16.C1 = CFrame.new(0, 0.199996948, 0.199996948, 1.19248762e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.999999702, -1.19248806e-08, -5.21253064e-16)
  501. ManualWeld16.Part0 = Part15
  502. ManualWeld16.Part1 = Part14
  503. Part17.Parent = Model4
  504. Part17.Material = Enum.Material.Glass
  505. Part17.BrickColor = BrickColor.new("Really black")
  506. Part17.Rotation = Vector3.new(90, -89.909996, 0)
  507. Part17.CanCollide = false
  508. Part17.Shape = Enum.PartType.Cylinder
  509. Part17.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  510. Part17.CFrame = CFrame.new(-107.01358, 117.400002, -50.7601738, 1.19248647e-08, 3.66925038e-16, -0.999998748, -1, -4.37113883e-08, -1.19248824e-08, -4.37113883e-08, 1, -8.88178314e-16)
  511. Part17.BottomSurface = Enum.SurfaceType.Smooth
  512. Part17.TopSurface = Enum.SurfaceType.Smooth
  513. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  514. Part17.Position = Vector3.new(-107.01358, 117.400002, -50.7601738)
  515. Part17.Orientation = Vector3.new(0, -90, -90)
  516. Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  517. ManualWeld18.Name = "Weld"
  518. ManualWeld18.Parent = Part17
  519. ManualWeld18.C0 = CFrame.new(0, 0, 0, 1.19248798e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.99999994, -1.19248806e-08, -5.21253064e-16)
  520. ManualWeld18.C1 = CFrame.new(0, 0.0999984741, -0.300003052, 1.19248762e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.999999702, -1.19248806e-08, -8.8817842e-16)
  521. ManualWeld18.Part0 = Part17
  522. ManualWeld18.Part1 = Part14
  523. WedgePart19.Parent = Model4
  524. WedgePart19.Material = Enum.Material.Slate
  525. WedgePart19.BrickColor = BrickColor.new("Deep orange")
  526. WedgePart19.Rotation = Vector3.new(0, 0, -90)
  527. WedgePart19.CanCollide = false
  528. WedgePart19.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  529. WedgePart19.CFrame = CFrame.new(-107.213608, 117.349991, -50.9101715, 1.19248655e-08, 0.999998808, 1.8893631e-16, -1, 1.19248815e-08, 8.4689259e-24, -3.15544362e-30, 1.88936258e-16, 1)
  530. WedgePart19.BottomSurface = Enum.SurfaceType.Smooth
  531. WedgePart19.Color = Color3.new(1, 0.690196, 0)
  532. WedgePart19.Position = Vector3.new(-107.213608, 117.349991, -50.9101715)
  533. WedgePart19.Orientation = Vector3.new(0, 0, -90)
  534. WedgePart19.Color = Color3.new(1, 0.690196, 0)
  535. ManualWeld20.Name = "Weld"
  536. ManualWeld20.Parent = WedgePart19
  537. ManualWeld20.C0 = CFrame.new(0, 0, 0, 1.19248806e-08, -1, 0, 1, 1.19248806e-08, 0, 0, 0, 1)
  538. ManualWeld20.C1 = CFrame.new(0.0500106812, -0.0499992371, -0.0999755859, 1.19248771e-08, -1, -4.37113883e-08, -1.77988992e-16, -4.37113883e-08, 1, -0.999999702, -1.19248806e-08, -7.10189534e-16)
  539. ManualWeld20.Part0 = WedgePart19
  540. ManualWeld20.Part1 = Part14
  541. WedgePart21.Parent = Model4
  542. WedgePart21.Material = Enum.Material.Slate
  543. WedgePart21.BrickColor = BrickColor.new("Deep orange")
  544. WedgePart21.Rotation = Vector3.new(180, 0, -90)
  545. WedgePart21.CanCollide = false
  546. WedgePart21.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  547. WedgePart21.CFrame = CFrame.new(-107.213608, 117.349991, -50.6101723, 1.19248673e-08, 0.999998808, -3.66924985e-16, 1, -1.19248798e-08, -1.98419059e-09, -1.98419059e-09, 2.12597488e-16, -1)
  548. WedgePart21.BottomSurface = Enum.SurfaceType.Smooth
  549. WedgePart21.Color = Color3.new(1, 0.690196, 0)
  550. WedgePart21.Position = Vector3.new(-107.213608, 117.349991, -50.6101723)
  551. WedgePart21.Orientation = Vector3.new(0, -180, 90)
  552. WedgePart21.Color = Color3.new(1, 0.690196, 0)
  553. ManualWeld22.Name = "Weld"
  554. ManualWeld22.Parent = WedgePart21
  555. ManualWeld22.C0 = CFrame.new(0, 0, 0, 1.19248806e-08, 1, -1.98419059e-09, 1, -1.19248806e-08, -1.54327709e-16, 0, -1.98419059e-09, -1)
  556. ManualWeld22.C1 = CFrame.new(0.0500106812, 0.25, -0.0999755859, 1.19248762e-08, -1, -4.37113883e-08, 0, -4.37113883e-08, 1, -0.999999702, -1.19248806e-08, -8.8817842e-16)
  557. ManualWeld22.Part0 = WedgePart21
  558. ManualWeld22.Part1 = Part14
  559. Model23.Name = "pizza5"
  560. Model23.Parent = Model0
  561. Part24.Name = "crust"
  562. Part24.Parent = Model23
  563. Part24.Material = Enum.Material.Sand
  564. Part24.BrickColor = BrickColor.new("Gold")
  565. Part24.Rotation = Vector3.new(0, 56, 0)
  566. Part24.CanCollide = false
  567. Part24.Shape = Enum.PartType.Cylinder
  568. Part24.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  569. Part24.CFrame = CFrame.new(-105.98745, 117.399963, -50.2229347, 0.559193969, 0, 0.82903868, 0, 1, 0, -0.82903868, 0, 0.559193969)
  570. Part24.BottomSurface = Enum.SurfaceType.Smooth
  571. Part24.TopSurface = Enum.SurfaceType.Smooth
  572. Part24.Color = Color3.new(0.937255, 0.721569, 0.219608)
  573. Part24.Position = Vector3.new(-105.98745, 117.399963, -50.2229347)
  574. Part24.Orientation = Vector3.new(0, 56, 0)
  575. Part24.Color = Color3.new(0.937255, 0.721569, 0.219608)
  576. ManualWeld25.Name = "Weld"
  577. ManualWeld25.Parent = Part24
  578. ManualWeld25.C0 = CFrame.new(0, 0, 0, 0.559193254, 0, -0.829037428, 0, 1, 0, 0.829037428, 0, 0.559193254)
  579. ManualWeld25.C1 = CFrame.new(0, -0.100017548, 0.349967957, 0, -1, 0, 0.559193432, 0, -0.829037726, 0.829037726, 0, 0.559193432)
  580. ManualWeld25.Part0 = Part24
  581. ManualWeld25.Part1 = Part27
  582. ManualWeld26.Name = "Weld"
  583. ManualWeld26.Parent = Part24
  584. ManualWeld26.C0 = CFrame.new(0, 0, 0, 0.559193969, 0, -0.82903868, 0, 1, 0, 0.82903868, 0, 0.559193969)
  585. ManualWeld26.C1 = CFrame.new(0.826156616, 0.199966431, 0.53723526, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  586. ManualWeld26.Part0 = Part24
  587. ManualWeld26.Part1 = Part1
  588. Part27.Parent = Model23
  589. Part27.Material = Enum.Material.Sand
  590. Part27.BrickColor = BrickColor.new("Maroon")
  591. Part27.Rotation = Vector3.new(0, 56, -90)
  592. Part27.CanCollide = false
  593. Part27.Shape = Enum.PartType.Cylinder
  594. Part27.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  595. Part27.CFrame = CFrame.new(-106.221657, 117.399963, -50.5015526, 0, 0.559194207, 0.829039097, -1, 0, 0, 0, -0.829039097, 0.559194207)
  596. Part27.BottomSurface = Enum.SurfaceType.Smooth
  597. Part27.TopSurface = Enum.SurfaceType.Smooth
  598. Part27.Color = Color3.new(0.458824, 0, 0)
  599. Part27.Position = Vector3.new(-106.221657, 117.399963, -50.5015526)
  600. Part27.Orientation = Vector3.new(0, 56, -90)
  601. Part27.Color = Color3.new(0.458824, 0, 0)
  602. Part28.Parent = Model23
  603. Part28.Material = Enum.Material.Sand
  604. Part28.BrickColor = BrickColor.new("Maroon")
  605. Part28.Rotation = Vector3.new(0, 56, -90)
  606. Part28.CanCollide = false
  607. Part28.Shape = Enum.PartType.Cylinder
  608. Part28.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  609. Part28.CFrame = CFrame.new(-106.443398, 117.399963, -50.5304909, 0, 0.559194267, 0.829039216, -1, 0, 0, 0, -0.829039216, 0.559194267)
  610. Part28.BottomSurface = Enum.SurfaceType.Smooth
  611. Part28.TopSurface = Enum.SurfaceType.Smooth
  612. Part28.Color = Color3.new(0.458824, 0, 0)
  613. Part28.Position = Vector3.new(-106.443398, 117.399963, -50.5304909)
  614. Part28.Orientation = Vector3.new(0, 56, -90)
  615. Part28.Color = Color3.new(0.458824, 0, 0)
  616. ManualWeld29.Name = "Weld"
  617. ManualWeld29.Parent = Part28
  618. ManualWeld29.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.559193254, 0, -0.829037428, 0.829037428, 0, 0.559193254)
  619. ManualWeld29.C1 = CFrame.new(0, -0.100006104, -0.200012207, 0, -1, 0, 0.559193254, 0, -0.829037428, 0.829037428, 0, 0.559193254)
  620. ManualWeld29.Part0 = Part28
  621. ManualWeld29.Part1 = Part27
  622. Part30.Parent = Model23
  623. Part30.Material = Enum.Material.Sand
  624. Part30.BrickColor = BrickColor.new("Maroon")
  625. Part30.Rotation = Vector3.new(0, 56, -90)
  626. Part30.CanCollide = false
  627. Part30.Shape = Enum.PartType.Cylinder
  628. Part30.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  629. Part30.CFrame = CFrame.new(-106.250664, 117.399963, -50.2798347, 0, 0.559194386, 0.829039395, -1, 0, 0, 0, -0.829039395, 0.559194386)
  630. Part30.BottomSurface = Enum.SurfaceType.Smooth
  631. Part30.TopSurface = Enum.SurfaceType.Smooth
  632. Part30.Color = Color3.new(0.458824, 0, 0)
  633. Part30.Position = Vector3.new(-106.250664, 117.399963, -50.2798347)
  634. Part30.Orientation = Vector3.new(0, 56, -90)
  635. Part30.Color = Color3.new(0.458824, 0, 0)
  636. ManualWeld31.Name = "Weld"
  637. ManualWeld31.Parent = Part30
  638. ManualWeld31.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.559193254, 0, -0.829037428, 0.829037428, 0, 0.559193254)
  639. ManualWeld31.C1 = CFrame.new(0, -0.200031281, 0.099937439, 0, -1, 0, 0.559193313, 0, -0.829037547, 0.829037547, 0, 0.559193313)
  640. ManualWeld31.Part0 = Part30
  641. ManualWeld31.Part1 = Part27
  642. Part32.Parent = Model23
  643. Part32.Material = Enum.Material.Glass
  644. Part32.BrickColor = BrickColor.new("Really black")
  645. Part32.Rotation = Vector3.new(0, 56, -90)
  646. Part32.CanCollide = false
  647. Part32.Shape = Enum.PartType.Cylinder
  648. Part32.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  649. Part32.CFrame = CFrame.new(-106.374992, 117.399963, -50.3637123, 0, 0.559194446, 0.829039514, -1, 0, 0, 0, -0.829039514, 0.559194446)
  650. Part32.BottomSurface = Enum.SurfaceType.Smooth
  651. Part32.TopSurface = Enum.SurfaceType.Smooth
  652. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  653. Part32.Position = Vector3.new(-106.374992, 117.399963, -50.3637123)
  654. Part32.Orientation = Vector3.new(0, 56, -90)
  655. Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  656. ManualWeld33.Name = "Weld"
  657. ManualWeld33.Parent = Part32
  658. ManualWeld33.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.559193254, 0, -0.829037428, 0.829037428, 0, 0.559193254)
  659. ManualWeld33.C1 = CFrame.new(0, -0.200019836, -0.0500411987, 0, -1, 0, 0.559193432, 0, -0.829037726, 0.829037726, 0, 0.559193432)
  660. ManualWeld33.Part0 = Part32
  661. ManualWeld33.Part1 = Part27
  662. Part34.Parent = Model23
  663. Part34.Material = Enum.Material.Glass
  664. Part34.BrickColor = BrickColor.new("Really black")
  665. Part34.Rotation = Vector3.new(0, 56, -90)
  666. Part34.CanCollide = false
  667. Part34.Shape = Enum.PartType.Cylinder
  668. Part34.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  669. Part34.CFrame = CFrame.new(-106.097313, 117.399963, -50.4176826, 0, 0.559194446, 0.829039514, -1, 0, 0, 0, -0.829039514, 0.559194446)
  670. Part34.BottomSurface = Enum.SurfaceType.Smooth
  671. Part34.TopSurface = Enum.SurfaceType.Smooth
  672. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  673. Part34.Position = Vector3.new(-106.097313, 117.399963, -50.4176826)
  674. Part34.Orientation = Vector3.new(0, 56, -90)
  675. Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  676. ManualWeld35.Name = "Weld"
  677. ManualWeld35.Parent = Part34
  678. ManualWeld35.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.559193254, 0, -0.829037428, 0.829037428, 0, 0.559193254)
  679. ManualWeld35.C1 = CFrame.new(0, 0, 0.149986267, 0, -1, 0, 0.559193432, 0, -0.829037726, 0.829037726, 0, 0.559193432)
  680. ManualWeld35.Part0 = Part34
  681. ManualWeld35.Part1 = Part27
  682. Part36.Parent = Model23
  683. Part36.Material = Enum.Material.Glass
  684. Part36.BrickColor = BrickColor.new("Really black")
  685. Part36.Rotation = Vector3.new(0, 56, -90)
  686. Part36.CanCollide = false
  687. Part36.Shape = Enum.PartType.Cylinder
  688. Part36.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  689. Part36.CFrame = CFrame.new(-106.56778, 117.399963, -50.6143684, 0, 0.559194446, 0.829039514, -1, 0, 0, 0, -0.829039514, 0.559194446)
  690. Part36.BottomSurface = Enum.SurfaceType.Smooth
  691. Part36.TopSurface = Enum.SurfaceType.Smooth
  692. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  693. Part36.Position = Vector3.new(-106.56778, 117.399963, -50.6143684)
  694. Part36.Orientation = Vector3.new(0, 56, -90)
  695. Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  696. ManualWeld37.Name = "Weld"
  697. ManualWeld37.Parent = Part36
  698. ManualWeld37.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.559193254, 0, -0.829037428, 0.829037428, 0, 0.559193254)
  699. ManualWeld37.C1 = CFrame.new(0, -0.100021362, -0.350036621, 0, -1, 0, 0.559193432, 0, -0.829037726, 0.829037726, 0, 0.559193432)
  700. ManualWeld37.Part0 = Part36
  701. ManualWeld37.Part1 = Part27
  702. WedgePart38.Parent = Model23
  703. WedgePart38.Material = Enum.Material.Slate
  704. WedgePart38.BrickColor = BrickColor.new("Deep orange")
  705. WedgePart38.Rotation = Vector3.new(-180, 34, 90)
  706. WedgePart38.CanCollide = false
  707. WedgePart38.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  708. WedgePart38.CFrame = CFrame.new(-106.485817, 117.349953, -50.3781624, 0, -0.829039633, 0.559194684, -1, 0, 0, 0, -0.559194684, -0.829039633)
  709. WedgePart38.BottomSurface = Enum.SurfaceType.Smooth
  710. WedgePart38.Color = Color3.new(1, 0.690196, 0)
  711. WedgePart38.Position = Vector3.new(-106.485817, 117.349953, -50.3781624)
  712. WedgePart38.Orientation = Vector3.new(0, 146, -90)
  713. WedgePart38.Color = Color3.new(1, 0.690196, 0)
  714. ManualWeld39.Name = "Weld"
  715. ManualWeld39.Parent = WedgePart38
  716. ManualWeld39.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.829037428, 0, -0.559193254, 0.559193254, 0, -0.829037428)
  717. ManualWeld39.C1 = CFrame.new(0.0500106812, -0.250011444, -0.150001526, 0, -1, 0, 0.559193492, 0, -0.829037845, 0.829037845, 0, 0.559193492)
  718. ManualWeld39.Part0 = WedgePart38
  719. ManualWeld39.Part1 = Part27
  720. WedgePart40.Parent = Model23
  721. WedgePart40.Material = Enum.Material.Slate
  722. WedgePart40.BrickColor = BrickColor.new("Deep orange")
  723. WedgePart40.Rotation = Vector3.new(0, -34, 90)
  724. WedgePart40.CanCollide = false
  725. WedgePart40.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  726. WedgePart40.CFrame = CFrame.new(-106.318077, 117.349953, -50.6268692, 0, -0.829039812, -0.559194803, 1, 0, -0, 0, -0.559194803, 0.829039812)
  727. WedgePart40.BottomSurface = Enum.SurfaceType.Smooth
  728. WedgePart40.Color = Color3.new(1, 0.690196, 0)
  729. WedgePart40.Position = Vector3.new(-106.318077, 117.349953, -50.6268692)
  730. WedgePart40.Orientation = Vector3.new(0, -34, 90)
  731. WedgePart40.Color = Color3.new(1, 0.690196, 0)
  732. ManualWeld41.Name = "Weld"
  733. ManualWeld41.Parent = WedgePart40
  734. ManualWeld41.C0 = CFrame.new(0, 0, 0, 0, 1, 0, -0.829037428, 0, -0.559193254, -0.559193254, 0, 0.829037428)
  735. ManualWeld41.C1 = CFrame.new(0.0500106812, 0.0499763489, -0.150009155, 0, -1, 0, 0.559193611, 0, -0.829038084, 0.829038084, 0, 0.559193611)
  736. ManualWeld41.Part0 = WedgePart40
  737. ManualWeld41.Part1 = Part27
  738. Model42.Name = "pizza6"
  739. Model42.Parent = Model0
  740. Part43.Name = "crust"
  741. Part43.Parent = Model42
  742. Part43.Material = Enum.Material.Sand
  743. Part43.BrickColor = BrickColor.new("Gold")
  744. Part43.Rotation = Vector3.new(-180, 88, -180)
  745. Part43.CanCollide = false
  746. Part43.Shape = Enum.PartType.Cylinder
  747. Part43.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  748. Part43.CFrame = CFrame.new(-105.826599, 117.399223, -50.7877426, -0.0349009819, 0, 0.999390781, 0, 1, 0, -0.999390781, 0, -0.034901008)
  749. Part43.BottomSurface = Enum.SurfaceType.Smooth
  750. Part43.TopSurface = Enum.SurfaceType.Smooth
  751. Part43.Color = Color3.new(0.937255, 0.721569, 0.219608)
  752. Part43.Position = Vector3.new(-105.826599, 117.399223, -50.7877426)
  753. Part43.Orientation = Vector3.new(0, 92, 0)
  754. Part43.Color = Color3.new(0.937255, 0.721569, 0.219608)
  755. ManualWeld44.Name = "Weld"
  756. ManualWeld44.Parent = Part43
  757. ManualWeld44.C0 = CFrame.new(0, 0, 0, -0.0349009931, 0, -0.999390781, 0, 1, 0, 0.999390781, 0, -0.0349009968)
  758. ManualWeld44.C1 = CFrame.new(0, -0.100028992, 0.350021362, 0, -1, 0, -0.0349009894, 0, -0.999390781, 0.999390781, 0, -0.0349010006)
  759. ManualWeld44.Part0 = Part43
  760. ManualWeld44.Part1 = Part46
  761. ManualWeld45.Name = "Weld"
  762. ManualWeld45.Parent = Part43
  763. ManualWeld45.C0 = CFrame.new(0, 0, 0, -0.0349009819, 0, -0.999390781, 0, 1, 0, 0.999390781, 0, -0.034901008)
  764. ManualWeld45.C1 = CFrame.new(0.987007141, 0.199226379, -0.0275726318, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  765. ManualWeld45.Part0 = Part43
  766. ManualWeld45.Part1 = Part1
  767. Part46.Parent = Model42
  768. Part46.Material = Enum.Material.Sand
  769. Part46.BrickColor = BrickColor.new("Maroon")
  770. Part46.Rotation = Vector3.new(-180, 88, 90)
  771. Part46.CanCollide = false
  772. Part46.Shape = Enum.PartType.Cylinder
  773. Part46.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  774. Part46.CFrame = CFrame.new(-106.179901, 117.399223, -50.8754959, 0, -0.0349009745, 0.999390781, -1, 0, 0, 0, -0.999390781, -0.0349010155)
  775. Part46.BottomSurface = Enum.SurfaceType.Smooth
  776. Part46.TopSurface = Enum.SurfaceType.Smooth
  777. Part46.Color = Color3.new(0.458824, 0, 0)
  778. Part46.Position = Vector3.new(-106.179901, 117.399223, -50.8754959)
  779. Part46.Orientation = Vector3.new(0, 92, -90)
  780. Part46.Color = Color3.new(0.458824, 0, 0)
  781. Part47.Parent = Model42
  782. Part47.Material = Enum.Material.Sand
  783. Part47.BrickColor = BrickColor.new("Maroon")
  784. Part47.Rotation = Vector3.new(-180, 88, 90)
  785. Part47.CanCollide = false
  786. Part47.Shape = Enum.PartType.Cylinder
  787. Part47.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  788. Part47.CFrame = CFrame.new(-106.376282, 117.399223, -50.7685394, 0, -0.034900967, 0.999390781, -1, 0, 0, 0, -0.999390781, -0.0349010229)
  789. Part47.BottomSurface = Enum.SurfaceType.Smooth
  790. Part47.TopSurface = Enum.SurfaceType.Smooth
  791. Part47.Color = Color3.new(0.458824, 0, 0)
  792. Part47.Position = Vector3.new(-106.376282, 117.399223, -50.7685394)
  793. Part47.Orientation = Vector3.new(0, 92, -90)
  794. Part47.Color = Color3.new(0.458824, 0, 0)
  795. ManualWeld48.Name = "Weld"
  796. ManualWeld48.Parent = Part47
  797. ManualWeld48.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.0349009931, 0, -0.999390781, 0.999390781, 0, -0.0349009968)
  798. ManualWeld48.C1 = CFrame.new(0, -0.100036621, -0.199996948, 0, -1, 0, -0.0349009894, 0, -0.999390781, 0.999390781, 0, -0.0349010006)
  799. ManualWeld48.Part0 = Part47
  800. ManualWeld48.Part1 = Part46
  801. Part49.Parent = Model42
  802. Part49.Material = Enum.Material.Sand
  803. Part49.BrickColor = BrickColor.new("Maroon")
  804. Part49.Rotation = Vector3.new(-180, 88, 90)
  805. Part49.CanCollide = false
  806. Part49.Shape = Enum.PartType.Cylinder
  807. Part49.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  808. Part49.CFrame = CFrame.new(-106.072975, 117.399223, -50.6790924, 0, -0.0349009708, 0.999390781, -1, 0, 0, 0, -0.999390781, -0.0349010192)
  809. Part49.BottomSurface = Enum.SurfaceType.Smooth
  810. Part49.TopSurface = Enum.SurfaceType.Smooth
  811. Part49.Color = Color3.new(0.458824, 0, 0)
  812. Part49.Position = Vector3.new(-106.072975, 117.399223, -50.6790924)
  813. Part49.Orientation = Vector3.new(0, 92, -90)
  814. Part49.Color = Color3.new(0.458824, 0, 0)
  815. ManualWeld50.Name = "Weld"
  816. ManualWeld50.Parent = Part49
  817. ManualWeld50.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.0349009931, 0, -0.999390781, 0.999390781, 0, -0.0349009968)
  818. ManualWeld50.C1 = CFrame.new(0, -0.200016022, 0.100006104, 0, -1, 0, -0.0349009931, 0, -0.999390781, 0.999390781, 0, -0.0349009968)
  819. ManualWeld50.Part0 = Part49
  820. ManualWeld50.Part1 = Part46
  821. Part51.Parent = Model42
  822. Part51.Material = Enum.Material.Glass
  823. Part51.BrickColor = BrickColor.new("Really black")
  824. Part51.Rotation = Vector3.new(-180, 88, 90)
  825. Part51.CanCollide = false
  826. Part51.Shape = Enum.PartType.Cylinder
  827. Part51.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  828. Part51.CFrame = CFrame.new(-106.222885, 117.399223, -50.6738472, 0, -0.034900967, 0.999390781, -1, 0, 0, 0, -0.999390781, -0.0349010229)
  829. Part51.BottomSurface = Enum.SurfaceType.Smooth
  830. Part51.TopSurface = Enum.SurfaceType.Smooth
  831. Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  832. Part51.Position = Vector3.new(-106.222885, 117.399223, -50.6738472)
  833. Part51.Orientation = Vector3.new(0, 92, -90)
  834. Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  835. ManualWeld52.Name = "Weld"
  836. ManualWeld52.Parent = Part51
  837. ManualWeld52.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.0349009931, 0, -0.999390781, 0.999390781, 0, -0.0349009968)
  838. ManualWeld52.C1 = CFrame.new(0, -0.200027466, -0.0499954224, 0, -1, 0, -0.0349009894, 0, -0.999390781, 0.999390781, 0, -0.0349010006)
  839. ManualWeld52.Part0 = Part51
  840. ManualWeld52.Part1 = Part46
  841. Part53.Parent = Model42
  842. Part53.Material = Enum.Material.Glass
  843. Part53.BrickColor = BrickColor.new("Really black")
  844. Part53.Rotation = Vector3.new(-180, 88, 90)
  845. Part53.CanCollide = false
  846. Part53.Shape = Enum.PartType.Cylinder
  847. Part53.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  848. Part53.CFrame = CFrame.new(-106.029938, 117.399223, -50.8806839, 0, -0.034900967, 0.999390781, -1, 0, 0, 0, -0.999390781, -0.0349010229)
  849. Part53.BottomSurface = Enum.SurfaceType.Smooth
  850. Part53.TopSurface = Enum.SurfaceType.Smooth
  851. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  852. Part53.Position = Vector3.new(-106.029938, 117.399223, -50.8806839)
  853. Part53.Orientation = Vector3.new(0, 92, -90)
  854. Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  855. ManualWeld54.Name = "Weld"
  856. ManualWeld54.Parent = Part53
  857. ManualWeld54.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.0349009931, 0, -0.999390781, 0.999390781, 0, -0.0349009968)
  858. ManualWeld54.C1 = CFrame.new(0, -4.95910645e-05, 0.150054932, 0, -1, 0, -0.0349009894, 0, -0.999390781, 0.999390781, 0, -0.0349010006)
  859. ManualWeld54.Part0 = Part53
  860. ManualWeld54.Part1 = Part46
  861. Part55.Parent = Model42
  862. Part55.Material = Enum.Material.Glass
  863. Part55.BrickColor = BrickColor.new("Really black")
  864. Part55.Rotation = Vector3.new(-180, 88, 90)
  865. Part55.CanCollide = false
  866. Part55.Shape = Enum.PartType.Cylinder
  867. Part55.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  868. Part55.CFrame = CFrame.new(-106.526176, 117.399223, -50.7633133, 0, -0.034900967, 0.999390781, -1, 0, 0, 0, -0.999390781, -0.0349010229)
  869. Part55.BottomSurface = Enum.SurfaceType.Smooth
  870. Part55.TopSurface = Enum.SurfaceType.Smooth
  871. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  872. Part55.Position = Vector3.new(-106.526176, 117.399223, -50.7633133)
  873. Part55.Orientation = Vector3.new(0, 92, -90)
  874. Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  875. ManualWeld56.Name = "Weld"
  876. ManualWeld56.Parent = Part55
  877. ManualWeld56.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.0349009931, 0, -0.999390781, 0.999390781, 0, -0.0349009968)
  878. ManualWeld56.C1 = CFrame.new(0, -0.100028992, -0.349983215, 0, -1, 0, -0.0349009894, 0, -0.999390781, 0.999390781, 0, -0.0349010006)
  879. ManualWeld56.Part0 = Part55
  880. ManualWeld56.Part1 = Part46
  881. WedgePart57.Parent = Model42
  882. WedgePart57.Material = Enum.Material.Slate
  883. WedgePart57.BrickColor = BrickColor.new("Deep orange")
  884. WedgePart57.Rotation = Vector3.new(-180, -2, 90)
  885. WedgePart57.CanCollide = false
  886. WedgePart57.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  887. WedgePart57.CFrame = CFrame.new(-106.321022, 117.349258, -50.6203804, 0, -0.999390781, -0.0349009708, -1, -0, 0, 0, 0.0349010192, -0.999390781)
  888. WedgePart57.BottomSurface = Enum.SurfaceType.Smooth
  889. WedgePart57.Color = Color3.new(1, 0.690196, 0)
  890. WedgePart57.Position = Vector3.new(-106.321022, 117.349258, -50.6203804)
  891. WedgePart57.Orientation = Vector3.new(0, -178, -90)
  892. WedgePart57.Color = Color3.new(1, 0.690196, 0)
  893. ManualWeld58.Name = "Weld"
  894. ManualWeld58.Parent = WedgePart57
  895. ManualWeld58.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.999390781, 0, 0.0349009931, -0.0349009968, 0, -0.999390781)
  896. ManualWeld58.C1 = CFrame.new(0.0499649048, -0.250034332, -0.149940491, 0, -1, 0, -0.0349009894, 0, -0.999390781, 0.999390781, 0, -0.0349010006)
  897. ManualWeld58.Part0 = WedgePart57
  898. ManualWeld58.Part1 = Part46
  899. WedgePart59.Parent = Model42
  900. WedgePart59.Material = Enum.Material.Slate
  901. WedgePart59.BrickColor = BrickColor.new("Deep orange")
  902. WedgePart59.Rotation = Vector3.new(0, 2, 90)
  903. WedgePart59.CanCollide = false
  904. WedgePart59.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  905. WedgePart59.CFrame = CFrame.new(-106.331512, 117.349258, -50.9202232, 0, -0.999390781, 0.034900967, 1, -0, -0, -0, 0.0349010229, 0.999390781)
  906. WedgePart59.BottomSurface = Enum.SurfaceType.Smooth
  907. WedgePart59.Color = Color3.new(1, 0.690196, 0)
  908. WedgePart59.Position = Vector3.new(-106.331512, 117.349258, -50.9202232)
  909. WedgePart59.Orientation = Vector3.new(0, 2, 90)
  910. WedgePart59.Color = Color3.new(1, 0.690196, 0)
  911. ManualWeld60.Name = "Weld"
  912. ManualWeld60.Parent = WedgePart59
  913. ManualWeld60.C0 = CFrame.new(0, 0, 0, 0, 1, 0, -0.999390781, 0, 0.0349009931, 0.0349009968, 0, 0.999390781)
  914. ManualWeld60.C1 = CFrame.new(0.0499649048, 0.0499916077, -0.14995575, 0, -1, 0, -0.0349009857, 0, -0.999390781, 0.999390781, 0, -0.0349010043)
  915. ManualWeld60.Part0 = WedgePart59
  916. ManualWeld60.Part1 = Part46
  917. Model61.Name = "pizza3"
  918. Model61.Parent = Model0
  919. Part62.Name = "crust"
  920. Part62.Parent = Model61
  921. Part62.Material = Enum.Material.Sand
  922. Part62.BrickColor = BrickColor.new("Gold")
  923. Part62.Rotation = Vector3.new(0, -17, 0)
  924. Part62.CanCollide = false
  925. Part62.Shape = Enum.PartType.Cylinder
  926. Part62.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  927. Part62.CFrame = CFrame.new(-107.039063, 117.400047, -49.8592834, 0.956304371, 0, -0.292371809, 0, 1, 0, 0.292371809, 0, 0.956304371)
  928. Part62.BottomSurface = Enum.SurfaceType.Smooth
  929. Part62.TopSurface = Enum.SurfaceType.Smooth
  930. Part62.Color = Color3.new(0.937255, 0.721569, 0.219608)
  931. Part62.Position = Vector3.new(-107.039063, 117.400047, -49.8592834)
  932. Part62.Orientation = Vector3.new(0, -17, 0)
  933. Part62.Color = Color3.new(0.937255, 0.721569, 0.219608)
  934. ManualWeld63.Name = "Weld"
  935. ManualWeld63.Parent = Part62
  936. ManualWeld63.C0 = CFrame.new(0, 0, 0, 0.956304669, 0, 0.292371869, 0, 1, 0, -0.292371869, 0, 0.956304669)
  937. ManualWeld63.C1 = CFrame.new(0, 0.0999755859, 0.250007629, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  938. ManualWeld63.Part0 = Part62
  939. ManualWeld63.Part1 = Part69
  940. ManualWeld64.Name = "Weld"
  941. ManualWeld64.Parent = Part62
  942. ManualWeld64.C0 = CFrame.new(0, 0, 0, 0.956304371, 0, 0.292371809, 0, 1, 0, -0.292371809, 0, 0.956304371)
  943. ManualWeld64.C1 = CFrame.new(-0.225456238, 0.200050354, 0.900886536, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  944. ManualWeld64.Part0 = Part62
  945. ManualWeld64.Part1 = Part1
  946. Part65.Parent = Model61
  947. Part65.Material = Enum.Material.Sand
  948. Part65.BrickColor = BrickColor.new("Maroon")
  949. Part65.Rotation = Vector3.new(0, -17, -90)
  950. Part65.CanCollide = false
  951. Part65.Shape = Enum.PartType.Cylinder
  952. Part65.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  953. Part65.CFrame = CFrame.new(-106.841072, 117.400047, -50.1647644, 0, 0.956304133, -0.29237175, -1, 0, 0, 0, 0.29237175, 0.956304133)
  954. Part65.BottomSurface = Enum.SurfaceType.Smooth
  955. Part65.TopSurface = Enum.SurfaceType.Smooth
  956. Part65.Color = Color3.new(0.458824, 0, 0)
  957. Part65.Position = Vector3.new(-106.841072, 117.400047, -50.1647644)
  958. Part65.Orientation = Vector3.new(0, -17, -90)
  959. Part65.Color = Color3.new(0.458824, 0, 0)
  960. ManualWeld66.Name = "Weld"
  961. ManualWeld66.Parent = Part65
  962. ManualWeld66.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  963. ManualWeld66.C1 = CFrame.new(0, 0.200004578, -0.100013733, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  964. ManualWeld66.Part0 = Part65
  965. ManualWeld66.Part1 = Part69
  966. Part67.Parent = Model61
  967. Part67.Material = Enum.Material.Sand
  968. Part67.BrickColor = BrickColor.new("Maroon")
  969. Part67.Rotation = Vector3.new(0, -17, -90)
  970. Part67.CanCollide = false
  971. Part67.Shape = Enum.PartType.Cylinder
  972. Part67.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  973. Part67.CFrame = CFrame.new(-106.87825, 117.400047, -50.3852501, 0, 0.956304133, -0.29237175, -1, 0, 0, 0, 0.29237175, 0.956304133)
  974. Part67.BottomSurface = Enum.SurfaceType.Smooth
  975. Part67.TopSurface = Enum.SurfaceType.Smooth
  976. Part67.Color = Color3.new(0.458824, 0, 0)
  977. Part67.Position = Vector3.new(-106.87825, 117.400047, -50.3852501)
  978. Part67.Orientation = Vector3.new(0, -17, -90)
  979. Part67.Color = Color3.new(0.458824, 0, 0)
  980. ManualWeld68.Name = "Weld"
  981. ManualWeld68.Parent = Part67
  982. ManualWeld68.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  983. ManualWeld68.C1 = CFrame.new(0, 0.0999832153, -0.299991608, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  984. ManualWeld68.Part0 = Part67
  985. ManualWeld68.Part1 = Part69
  986. Part69.Parent = Model61
  987. Part69.Material = Enum.Material.Sand
  988. Part69.BrickColor = BrickColor.new("Maroon")
  989. Part69.Rotation = Vector3.new(0, -17, -90)
  990. Part69.CanCollide = false
  991. Part69.Shape = Enum.PartType.Cylinder
  992. Part69.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  993. Part69.CFrame = CFrame.new(-107.061577, 117.400047, -50.1275978, 0, 0.956304252, -0.29237178, -1, 0, 0, 0, 0.29237178, 0.956304252)
  994. Part69.BottomSurface = Enum.SurfaceType.Smooth
  995. Part69.TopSurface = Enum.SurfaceType.Smooth
  996. Part69.Color = Color3.new(0.458824, 0, 0)
  997. Part69.Position = Vector3.new(-107.061577, 117.400047, -50.1275978)
  998. Part69.Orientation = Vector3.new(0, -17, -90)
  999. Part69.Color = Color3.new(0.458824, 0, 0)
  1000. Part70.Parent = Model61
  1001. Part70.Material = Enum.Material.Glass
  1002. Part70.BrickColor = BrickColor.new("Really black")
  1003. Part70.Rotation = Vector3.new(0, -17, -90)
  1004. Part70.CanCollide = false
  1005. Part70.Shape = Enum.PartType.Cylinder
  1006. Part70.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1007. Part70.CFrame = CFrame.new(-107.017754, 117.400047, -50.2710533, 0, 0.956304133, -0.29237175, -1, 0, 0, 0, 0.29237175, 0.956304133)
  1008. Part70.BottomSurface = Enum.SurfaceType.Smooth
  1009. Part70.TopSurface = Enum.SurfaceType.Smooth
  1010. Part70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1011. Part70.Position = Vector3.new(-107.017754, 117.400047, -50.2710533)
  1012. Part70.Orientation = Vector3.new(0, -17, -90)
  1013. Part70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1014. ManualWeld71.Name = "Weld"
  1015. ManualWeld71.Parent = Part70
  1016. ManualWeld71.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  1017. ManualWeld71.C1 = CFrame.new(0, -3.05175781e-05, -0.149999619, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  1018. ManualWeld71.Part0 = Part70
  1019. ManualWeld71.Part1 = Part69
  1020. Part72.Parent = Model61
  1021. Part72.Material = Enum.Material.Glass
  1022. Part72.BrickColor = BrickColor.new("Really black")
  1023. Part72.Rotation = Vector3.new(0, -17, -90)
  1024. Part72.CanCollide = false
  1025. Part72.Shape = Enum.PartType.Cylinder
  1026. Part72.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1027. Part72.CFrame = CFrame.new(-106.884956, 117.400047, -50.0212936, 0, 0.956304133, -0.29237175, -1, 0, 0, 0, 0.29237175, 0.956304133)
  1028. Part72.BottomSurface = Enum.SurfaceType.Smooth
  1029. Part72.TopSurface = Enum.SurfaceType.Smooth
  1030. Part72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1031. Part72.Position = Vector3.new(-106.884956, 117.400047, -50.0212936)
  1032. Part72.Orientation = Vector3.new(0, -17, -90)
  1033. Part72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1034. ManualWeld73.Name = "Weld"
  1035. ManualWeld73.Parent = Part72
  1036. ManualWeld73.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  1037. ManualWeld73.C1 = CFrame.new(0, 0.199981689, 0.0500202179, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  1038. ManualWeld73.Part0 = Part72
  1039. ManualWeld73.Part1 = Part69
  1040. Part74.Parent = Model61
  1041. Part74.Material = Enum.Material.Glass
  1042. Part74.BrickColor = BrickColor.new("Really black")
  1043. Part74.Rotation = Vector3.new(0, -17, -90)
  1044. Part74.CanCollide = false
  1045. Part74.Shape = Enum.PartType.Cylinder
  1046. Part74.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1047. Part74.CFrame = CFrame.new(-106.834373, 117.400047, -50.5286903, 0, 0.956304133, -0.29237175, -1, 0, 0, 0, 0.29237175, 0.956304133)
  1048. Part74.BottomSurface = Enum.SurfaceType.Smooth
  1049. Part74.TopSurface = Enum.SurfaceType.Smooth
  1050. Part74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1051. Part74.Position = Vector3.new(-106.834373, 117.400047, -50.5286903)
  1052. Part74.Orientation = Vector3.new(0, -17, -90)
  1053. Part74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1054. ManualWeld75.Name = "Weld"
  1055. ManualWeld75.Parent = Part74
  1056. ManualWeld75.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  1057. ManualWeld75.C1 = CFrame.new(0, 0.100006104, -0.449995041, 0, -1, 0, 0.956304669, 0, 0.292371869, -0.292371869, 0, 0.956304669)
  1058. ManualWeld75.Part0 = Part74
  1059. ManualWeld75.Part1 = Part69
  1060. WedgePart76.Parent = Model61
  1061. WedgePart76.Material = Enum.Material.Slate
  1062. WedgePart76.BrickColor = BrickColor.new("Deep orange")
  1063. WedgePart76.Rotation = Vector3.new(0, 73, -90)
  1064. WedgePart76.CanCollide = false
  1065. WedgePart76.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1066. WedgePart76.CFrame = CFrame.new(-107.036301, 117.350082, -50.3812752, 0, 0.29237169, 0.956304014, -1, -0, 0, 0, -0.956304014, 0.29237169)
  1067. WedgePart76.BottomSurface = Enum.SurfaceType.Smooth
  1068. WedgePart76.Color = Color3.new(1, 0.690196, 0)
  1069. WedgePart76.Position = Vector3.new(-107.036301, 117.350082, -50.3812752)
  1070. WedgePart76.Orientation = Vector3.new(0, 73, -90)
  1071. WedgePart76.Color = Color3.new(1, 0.690196, 0)
  1072. ManualWeld77.Name = "Weld"
  1073. ManualWeld77.Parent = WedgePart76
  1074. ManualWeld77.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.292371869, 0, -0.956304669, 0.956304669, 0, 0.292371869)
  1075. ManualWeld77.C1 = CFrame.new(0.0499649048, -0.0499954224, -0.249982834, 0, -1, 0, 0.956304491, 0, 0.292371839, -0.292371839, 0, 0.956304491)
  1076. ManualWeld77.Part0 = WedgePart76
  1077. ManualWeld77.Part1 = Part69
  1078. WedgePart78.Parent = Model61
  1079. WedgePart78.Material = Enum.Material.Slate
  1080. WedgePart78.BrickColor = BrickColor.new("Deep orange")
  1081. WedgePart78.Rotation = Vector3.new(-180, -73, -90)
  1082. WedgePart78.CanCollide = false
  1083. WedgePart78.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1084. WedgePart78.CFrame = CFrame.new(-106.749428, 117.350082, -50.2935753, 0, 0.29237169, -0.956304073, 1, -0, 0, 0, -0.956304073, -0.29237169)
  1085. WedgePart78.BottomSurface = Enum.SurfaceType.Smooth
  1086. WedgePart78.Color = Color3.new(1, 0.690196, 0)
  1087. WedgePart78.Position = Vector3.new(-106.749428, 117.350082, -50.2935753)
  1088. WedgePart78.Orientation = Vector3.new(0, -107, 90)
  1089. WedgePart78.Color = Color3.new(1, 0.690196, 0)
  1090. ManualWeld79.Name = "Weld"
  1091. ManualWeld79.Parent = WedgePart78
  1092. ManualWeld79.C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.292371869, 0, -0.956304669, -0.956304669, 0, -0.292371869)
  1093. ManualWeld79.C1 = CFrame.new(0.0499649048, 0.249984741, -0.249990463, 0, -1, 0, 0.95630455, 0, 0.292371839, -0.292371839, 0, 0.95630455)
  1094. ManualWeld79.Part0 = WedgePart78
  1095. ManualWeld79.Part1 = Part69
  1096. Model80.Name = "pizza2"
  1097. Model80.Parent = Model0
  1098. Part81.Name = "crust"
  1099. Part81.Parent = Model80
  1100. Part81.Material = Enum.Material.Sand
  1101. Part81.BrickColor = BrickColor.new("Gold")
  1102. Part81.Rotation = Vector3.new(0, -54, 0)
  1103. Part81.CanCollide = false
  1104. Part81.Shape = Enum.PartType.Cylinder
  1105. Part81.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  1106. Part81.CFrame = CFrame.new(-107.531097, 117.399269, -50.201973, 0.5877859, 0, -0.809016764, 0, 1, 0, 0.809016526, 0, 0.587785482)
  1107. Part81.BottomSurface = Enum.SurfaceType.Smooth
  1108. Part81.TopSurface = Enum.SurfaceType.Smooth
  1109. Part81.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1110. Part81.Position = Vector3.new(-107.531097, 117.399269, -50.201973)
  1111. Part81.Orientation = Vector3.new(0, -54, 0)
  1112. Part81.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1113. ManualWeld82.Name = "Weld"
  1114. ManualWeld82.Parent = Part81
  1115. ManualWeld82.C0 = CFrame.new(0, 0, 0, 0.587785721, 0, 0.809016645, 0, 1, 0, -0.809016705, 0, 0.587785661)
  1116. ManualWeld82.C1 = CFrame.new(0, 1.52587891e-05, 0.550006866, 0, -1, 0, 0.58778578, 0, 0.809016585, -0.809016764, 0, 0.587785602)
  1117. ManualWeld82.Part0 = Part81
  1118. ManualWeld82.Part1 = Part86
  1119. ManualWeld83.Name = "Weld"
  1120. ManualWeld83.Parent = Part81
  1121. ManualWeld83.C0 = CFrame.new(0, 0, 0, 0.5877859, 0, 0.809016526, 0, 1, 0, -0.809016764, 0, 0.587785482)
  1122. ManualWeld83.C1 = CFrame.new(-0.71749115, 0.199272156, 0.558197021, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1123. ManualWeld83.Part0 = Part81
  1124. ManualWeld83.Part1 = Part1
  1125. Part84.Parent = Model80
  1126. Part84.Material = Enum.Material.Sand
  1127. Part84.BrickColor = BrickColor.new("Maroon")
  1128. Part84.Rotation = Vector3.new(0, -54, -90)
  1129. Part84.CanCollide = false
  1130. Part84.Shape = Enum.PartType.Cylinder
  1131. Part84.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1132. Part84.CFrame = CFrame.new(-107.189117, 117.399269, -50.3267975, 0, 0.587786138, -0.809016943, -1, 0, 0, 0, 0.809016347, 0.587785244)
  1133. Part84.BottomSurface = Enum.SurfaceType.Smooth
  1134. Part84.TopSurface = Enum.SurfaceType.Smooth
  1135. Part84.Color = Color3.new(0.458824, 0, 0)
  1136. Part84.Position = Vector3.new(-107.189117, 117.399269, -50.3267975)
  1137. Part84.Orientation = Vector3.new(0, -54, -90)
  1138. Part84.Color = Color3.new(0.458824, 0, 0)
  1139. ManualWeld85.Name = "Weld"
  1140. ManualWeld85.Parent = Part84
  1141. ManualWeld85.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.587785721, 0, 0.809016645, -0.809016705, 0, 0.587785661)
  1142. ManualWeld85.C1 = CFrame.new(0, 0.10004425, 0.199966431, 0, -1, 0, 0.58778578, 0, 0.809016585, -0.809016764, 0, 0.587785602)
  1143. ManualWeld85.Part0 = Part84
  1144. ManualWeld85.Part1 = Part86
  1145. Part86.Parent = Model80
  1146. Part86.Material = Enum.Material.Sand
  1147. Part86.BrickColor = BrickColor.new("Maroon")
  1148. Part86.Rotation = Vector3.new(0, -54, -90)
  1149. Part86.CanCollide = false
  1150. Part86.Shape = Enum.PartType.Cylinder
  1151. Part86.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1152. Part86.CFrame = CFrame.new(-107.086143, 117.399269, -50.5252724, 0, 0.587786019, -0.809016883, -1, 0, 0, 0, 0.809016466, 0.587785363)
  1153. Part86.BottomSurface = Enum.SurfaceType.Smooth
  1154. Part86.TopSurface = Enum.SurfaceType.Smooth
  1155. Part86.Color = Color3.new(0.458824, 0, 0)
  1156. Part86.Position = Vector3.new(-107.086143, 117.399269, -50.5252724)
  1157. Part86.Orientation = Vector3.new(0, -54, -90)
  1158. Part86.Color = Color3.new(0.458824, 0, 0)
  1159. Part87.Parent = Model80
  1160. Part87.Material = Enum.Material.Sand
  1161. Part87.BrickColor = BrickColor.new("Maroon")
  1162. Part87.Rotation = Vector3.new(0, -54, -90)
  1163. Part87.CanCollide = false
  1164. Part87.Shape = Enum.PartType.Cylinder
  1165. Part87.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1166. Part87.CFrame = CFrame.new(-107.387604, 117.399269, -50.4298248, 0, 0.587786078, -0.809016943, -1, 0, 0, 0, 0.809016407, 0.587785304)
  1167. Part87.BottomSurface = Enum.SurfaceType.Smooth
  1168. Part87.TopSurface = Enum.SurfaceType.Smooth
  1169. Part87.Color = Color3.new(0.458824, 0, 0)
  1170. Part87.Position = Vector3.new(-107.387604, 117.399269, -50.4298248)
  1171. Part87.Orientation = Vector3.new(0, -54, -90)
  1172. Part87.Color = Color3.new(0.458824, 0, 0)
  1173. ManualWeld88.Name = "Weld"
  1174. ManualWeld88.Parent = Part87
  1175. ManualWeld88.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.587785721, 0, 0.809016645, -0.809016705, 0, 0.587785661)
  1176. ManualWeld88.C1 = CFrame.new(0, -0.0999755859, 0.299991608, 0, -1, 0, 0.587785721, 0, 0.809016645, -0.809016705, 0, 0.587785661)
  1177. ManualWeld88.Part0 = Part87
  1178. ManualWeld88.Part1 = Part86
  1179. Part89.Parent = Model80
  1180. Part89.Material = Enum.Material.Glass
  1181. Part89.BrickColor = BrickColor.new("Really black")
  1182. Part89.Rotation = Vector3.new(0, -54, -90)
  1183. Part89.CanCollide = false
  1184. Part89.Shape = Enum.PartType.Cylinder
  1185. Part89.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1186. Part89.CFrame = CFrame.new(-107.266258, 117.399269, -50.5179863, 0, 0.587786138, -0.809016943, -1, 0, 0, 0, 0.809016347, 0.587785244)
  1187. Part89.BottomSurface = Enum.SurfaceType.Smooth
  1188. Part89.TopSurface = Enum.SurfaceType.Smooth
  1189. Part89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1190. Part89.Position = Vector3.new(-107.266258, 117.399269, -50.5179863)
  1191. Part89.Orientation = Vector3.new(0, -54, -90)
  1192. Part89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1193. ManualWeld90.Name = "Weld"
  1194. ManualWeld90.Parent = Part89
  1195. ManualWeld90.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.587785721, 0, 0.809016645, -0.809016705, 0, 0.587785661)
  1196. ManualWeld90.C1 = CFrame.new(0, -0.0999755859, 0.150001526, 0, -1, 0, 0.58778578, 0, 0.809016585, -0.809016764, 0, 0.587785602)
  1197. ManualWeld90.Part0 = Part89
  1198. ManualWeld90.Part1 = Part86
  1199. Part91.Parent = Model80
  1200. Part91.Material = Enum.Material.Glass
  1201. Part91.BrickColor = BrickColor.new("Really black")
  1202. Part91.Rotation = Vector3.new(0, -54, -90)
  1203. Part91.CanCollide = false
  1204. Part91.Shape = Enum.PartType.Cylinder
  1205. Part91.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1206. Part91.CFrame = CFrame.new(-107.310539, 117.399269, -50.2386322, 0, 0.587786138, -0.809016943, -1, 0, 0, 0, 0.809016347, 0.587785244)
  1207. Part91.BottomSurface = Enum.SurfaceType.Smooth
  1208. Part91.TopSurface = Enum.SurfaceType.Smooth
  1209. Part91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1210. Part91.Position = Vector3.new(-107.310539, 117.399269, -50.2386322)
  1211. Part91.Orientation = Vector3.new(0, -54, -90)
  1212. Part91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1213. ManualWeld92.Name = "Weld"
  1214. ManualWeld92.Parent = Part91
  1215. ManualWeld92.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.587785721, 0, 0.809016645, -0.809016705, 0, 0.587785661)
  1216. ManualWeld92.C1 = CFrame.new(0, 0.0999984741, 0.350025177, 0, -1, 0, 0.58778578, 0, 0.809016585, -0.809016764, 0, 0.587785602)
  1217. ManualWeld92.Part0 = Part91
  1218. ManualWeld92.Part1 = Part86
  1219. Part93.Parent = Model80
  1220. Part93.Material = Enum.Material.Glass
  1221. Part93.BrickColor = BrickColor.new("Really black")
  1222. Part93.Rotation = Vector3.new(0, -54, -90)
  1223. Part93.CanCollide = false
  1224. Part93.Shape = Enum.PartType.Cylinder
  1225. Part93.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1226. Part93.CFrame = CFrame.new(-106.96476, 117.399269, -50.6134415, 0, 0.587786138, -0.809016943, -1, 0, 0, 0, 0.809016347, 0.587785244)
  1227. Part93.BottomSurface = Enum.SurfaceType.Smooth
  1228. Part93.TopSurface = Enum.SurfaceType.Smooth
  1229. Part93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1230. Part93.Position = Vector3.new(-106.96476, 117.399269, -50.6134415)
  1231. Part93.Orientation = Vector3.new(0, -54, -90)
  1232. Part93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1233. ManualWeld94.Name = "Weld"
  1234. ManualWeld94.Parent = Part93
  1235. ManualWeld94.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.587785721, 0, 0.809016645, -0.809016705, 0, 0.587785661)
  1236. ManualWeld94.C1 = CFrame.new(0, 1.52587891e-05, -0.150024414, 0, -1, 0, 0.58778578, 0, 0.809016585, -0.809016764, 0, 0.587785602)
  1237. ManualWeld94.Part0 = Part93
  1238. ManualWeld94.Part1 = Part86
  1239. WedgePart95.Parent = Model80
  1240. WedgePart95.Material = Enum.Material.Slate
  1241. WedgePart95.BrickColor = BrickColor.new("Deep orange")
  1242. WedgePart95.Rotation = Vector3.new(0, 36, -90)
  1243. WedgePart95.CanCollide = false
  1244. WedgePart95.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1245. WedgePart95.CFrame = CFrame.new(-107.21476, 117.349297, -50.6172104, 0, 0.809016943, 0.587786078, -1, 0, 0, 0, -0.587785304, 0.809016407)
  1246. WedgePart95.BottomSurface = Enum.SurfaceType.Smooth
  1247. WedgePart95.Color = Color3.new(1, 0.690196, 0)
  1248. WedgePart95.Position = Vector3.new(-107.21476, 117.349297, -50.6172104)
  1249. WedgePart95.Orientation = Vector3.new(0, 36, -90)
  1250. WedgePart95.Color = Color3.new(1, 0.690196, 0)
  1251. ManualWeld96.Name = "Weld"
  1252. ManualWeld96.Parent = WedgePart95
  1253. ManualWeld96.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.809016645, 0, -0.587785721, 0.587785661, 0, 0.809016705)
  1254. ManualWeld96.C1 = CFrame.new(0.0499725342, -0.149978638, 0.0500106812, 0, -1, 0, 0.58778578, 0, 0.809016645, -0.809016705, 0, 0.587785602)
  1255. ManualWeld96.Part0 = WedgePart95
  1256. ManualWeld96.Part1 = Part86
  1257. WedgePart97.Parent = Model80
  1258. WedgePart97.Material = Enum.Material.Slate
  1259. WedgePart97.BrickColor = BrickColor.new("Deep orange")
  1260. WedgePart97.Rotation = Vector3.new(-180, -36, -90)
  1261. WedgePart97.CanCollide = false
  1262. WedgePart97.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1263. WedgePart97.CFrame = CFrame.new(-107.038414, 117.349297, -50.3745003, 0, 0.809016943, -0.587786138, 1, 0, 0, 0, -0.587785244, -0.809016407)
  1264. WedgePart97.BottomSurface = Enum.SurfaceType.Smooth
  1265. WedgePart97.Color = Color3.new(1, 0.690196, 0)
  1266. WedgePart97.Position = Vector3.new(-107.038414, 117.349297, -50.3745003)
  1267. WedgePart97.Orientation = Vector3.new(0, -144, 90)
  1268. WedgePart97.Color = Color3.new(1, 0.690196, 0)
  1269. ManualWeld98.Name = "Weld"
  1270. ManualWeld98.Parent = WedgePart97
  1271. ManualWeld98.C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.809016645, 0, -0.587785721, -0.587785661, 0, -0.809016705)
  1272. ManualWeld98.C1 = CFrame.new(0.0499725342, 0.150032043, 0.0500106812, 0, -1, 0, 0.58778584, 0, 0.809016585, -0.809016824, 0, 0.587785542)
  1273. ManualWeld98.Part0 = WedgePart97
  1274. ManualWeld98.Part1 = Part86
  1275. Model99.Name = "pizza7"
  1276. Model99.Parent = Model0
  1277. Part100.Name = "crust"
  1278. Part100.Parent = Model99
  1279. Part100.Material = Enum.Material.Sand
  1280. Part100.BrickColor = BrickColor.new("Gold")
  1281. Part100.Rotation = Vector3.new(-180, 51, -180)
  1282. Part100.CanCollide = false
  1283. Part100.Shape = Enum.PartType.Cylinder
  1284. Part100.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  1285. Part100.CFrame = CFrame.new(-106.042892, 117.400009, -51.3470192, -0.629320681, 0, 0.777146697, 0, 1, 0, -0.777146697, 0, -0.629320681)
  1286. Part100.BottomSurface = Enum.SurfaceType.Smooth
  1287. Part100.TopSurface = Enum.SurfaceType.Smooth
  1288. Part100.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1289. Part100.Position = Vector3.new(-106.042892, 117.400009, -51.3470192)
  1290. Part100.Orientation = Vector3.new(0, 129, 0)
  1291. Part100.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1292. ManualWeld101.Name = "Weld"
  1293. ManualWeld101.Parent = Part100
  1294. ManualWeld101.C0 = CFrame.new(0, 0, 0, -0.629320204, 0, -0.777146161, 0, 1, 0, 0.777146161, 0, -0.629320204)
  1295. ManualWeld101.C1 = CFrame.new(0, -0.100021362, 0.350009918, 0, -1, 0, -0.629320264, 0, -0.77714628, 0.77714628, 0, -0.629320264)
  1296. ManualWeld101.Part0 = Part100
  1297. ManualWeld101.Part1 = Part103
  1298. ManualWeld102.Name = "Weld"
  1299. ManualWeld102.Parent = Part100
  1300. ManualWeld102.C0 = CFrame.new(0, 0, 0, -0.629320681, 0, -0.777146697, 0, 1, 0, 0.777146697, 0, -0.629320681)
  1301. ManualWeld102.C1 = CFrame.new(0.770713806, 0.200012207, -0.586849213, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1302. ManualWeld102.Part0 = Part100
  1303. ManualWeld102.Part1 = Part1
  1304. Part103.Parent = Model99
  1305. Part103.Material = Enum.Material.Sand
  1306. Part103.BrickColor = BrickColor.new("Maroon")
  1307. Part103.Rotation = Vector3.new(-180, 51, 90)
  1308. Part103.CanCollide = false
  1309. Part103.Shape = Enum.PartType.Cylinder
  1310. Part103.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1311. Part103.CFrame = CFrame.new(-106.377846, 117.400009, -51.204483, 0, -0.62932086, 0.777146876, -1, 0, 0, 0, -0.777146876, -0.62932086)
  1312. Part103.BottomSurface = Enum.SurfaceType.Smooth
  1313. Part103.TopSurface = Enum.SurfaceType.Smooth
  1314. Part103.Color = Color3.new(0.458824, 0, 0)
  1315. Part103.Position = Vector3.new(-106.377846, 117.400009, -51.204483)
  1316. Part103.Orientation = Vector3.new(0, 129, -90)
  1317. Part103.Color = Color3.new(0.458824, 0, 0)
  1318. Part104.Parent = Model99
  1319. Part104.Material = Enum.Material.Sand
  1320. Part104.BrickColor = BrickColor.new("Maroon")
  1321. Part104.Rotation = Vector3.new(-180, 51, 90)
  1322. Part104.CanCollide = false
  1323. Part104.Shape = Enum.PartType.Cylinder
  1324. Part104.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1325. Part104.CFrame = CFrame.new(-106.470306, 117.400009, -51.000885, 0, -0.629321039, 0.777147055, -1, 0, 0, 0, -0.777147055, -0.629321039)
  1326. Part104.BottomSurface = Enum.SurfaceType.Smooth
  1327. Part104.TopSurface = Enum.SurfaceType.Smooth
  1328. Part104.Color = Color3.new(0.458824, 0, 0)
  1329. Part104.Position = Vector3.new(-106.470306, 117.400009, -51.000885)
  1330. Part104.Orientation = Vector3.new(0, 129, -90)
  1331. Part104.Color = Color3.new(0.458824, 0, 0)
  1332. ManualWeld105.Name = "Weld"
  1333. ManualWeld105.Parent = Part104
  1334. ManualWeld105.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.629320204, 0, -0.777146161, 0.777146161, 0, -0.629320204)
  1335. ManualWeld105.C1 = CFrame.new(0, -0.100036621, -0.199985504, 0, -1, 0, -0.629320264, 0, -0.77714628, 0.77714628, 0, -0.629320264)
  1336. ManualWeld105.Part0 = Part104
  1337. ManualWeld105.Part1 = Part103
  1338. Part106.Parent = Model99
  1339. Part106.Material = Enum.Material.Sand
  1340. Part106.BrickColor = BrickColor.new("Maroon")
  1341. Part106.Rotation = Vector3.new(-180, 51, 90)
  1342. Part106.CanCollide = false
  1343. Part106.Shape = Enum.PartType.Cylinder
  1344. Part106.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1345. Part106.CFrame = CFrame.new(-106.17424, 117.400009, -51.1119957, 0, -0.62932092, 0.777146995, -1, 0, 0, 0, -0.777146995, -0.62932092)
  1346. Part106.BottomSurface = Enum.SurfaceType.Smooth
  1347. Part106.TopSurface = Enum.SurfaceType.Smooth
  1348. Part106.Color = Color3.new(0.458824, 0, 0)
  1349. Part106.Position = Vector3.new(-106.17424, 117.400009, -51.1119957)
  1350. Part106.Orientation = Vector3.new(0, 129, -90)
  1351. Part106.Color = Color3.new(0.458824, 0, 0)
  1352. ManualWeld107.Name = "Weld"
  1353. ManualWeld107.Parent = Part106
  1354. ManualWeld107.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.629320204, 0, -0.777146161, 0.777146161, 0, -0.629320204)
  1355. ManualWeld107.C1 = CFrame.new(0, -0.200012207, 0.100028992, 0, -1, 0, -0.629320204, 0, -0.777146161, 0.777146161, 0, -0.629320204)
  1356. ManualWeld107.Part0 = Part106
  1357. ManualWeld107.Part1 = Part103
  1358. Part108.Parent = Model99
  1359. Part108.Material = Enum.Material.Glass
  1360. Part108.BrickColor = BrickColor.new("Really black")
  1361. Part108.Rotation = Vector3.new(-180, 51, 90)
  1362. Part108.CanCollide = false
  1363. Part108.Shape = Enum.PartType.Cylinder
  1364. Part108.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1365. Part108.CFrame = CFrame.new(-106.290802, 117.400009, -51.0175629, 0, -0.629321039, 0.777147055, -1, 0, 0, 0, -0.777147055, -0.629321039)
  1366. Part108.BottomSurface = Enum.SurfaceType.Smooth
  1367. Part108.TopSurface = Enum.SurfaceType.Smooth
  1368. Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1369. Part108.Position = Vector3.new(-106.290802, 117.400009, -51.0175629)
  1370. Part108.Orientation = Vector3.new(0, 129, -90)
  1371. Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1372. ManualWeld109.Name = "Weld"
  1373. ManualWeld109.Parent = Part108
  1374. ManualWeld109.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.629320204, 0, -0.777146161, 0.777146161, 0, -0.629320204)
  1375. ManualWeld109.C1 = CFrame.new(0, -0.200042725, -0.049987793, 0, -1, 0, -0.629320264, 0, -0.77714628, 0.77714628, 0, -0.629320264)
  1376. ManualWeld109.Part0 = Part108
  1377. ManualWeld109.Part1 = Part103
  1378. Part110.Parent = Model99
  1379. Part110.Material = Enum.Material.Glass
  1380. Part110.BrickColor = BrickColor.new("Really black")
  1381. Part110.Rotation = Vector3.new(-180, 51, 90)
  1382. Part110.CanCollide = false
  1383. Part110.Shape = Enum.PartType.Cylinder
  1384. Part110.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1385. Part110.CFrame = CFrame.new(-106.261238, 117.400009, -51.2988853, 0, -0.629321039, 0.777147055, -1, 0, 0, 0, -0.777147055, -0.629321039)
  1386. Part110.BottomSurface = Enum.SurfaceType.Smooth
  1387. Part110.TopSurface = Enum.SurfaceType.Smooth
  1388. Part110.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1389. Part110.Position = Vector3.new(-106.261238, 117.400009, -51.2988853)
  1390. Part110.Orientation = Vector3.new(0, 129, -90)
  1391. Part110.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1392. ManualWeld111.Name = "Weld"
  1393. ManualWeld111.Parent = Part110
  1394. ManualWeld111.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.629320204, 0, -0.777146161, 0.777146161, 0, -0.629320204)
  1395. ManualWeld111.C1 = CFrame.new(0, -2.28881836e-05, 0.150032043, 0, -1, 0, -0.629320264, 0, -0.77714628, 0.77714628, 0, -0.629320264)
  1396. ManualWeld111.Part0 = Part110
  1397. ManualWeld111.Part1 = Part103
  1398. Part112.Parent = Model99
  1399. Part112.Material = Enum.Material.Glass
  1400. Part112.BrickColor = BrickColor.new("Really black")
  1401. Part112.Rotation = Vector3.new(-180, 51, 90)
  1402. Part112.CanCollide = false
  1403. Part112.Shape = Enum.PartType.Cylinder
  1404. Part112.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1405. Part112.CFrame = CFrame.new(-106.586922, 117.400009, -50.9065132, 0, -0.629321039, 0.777147055, -1, 0, 0, 0, -0.777147055, -0.629321039)
  1406. Part112.BottomSurface = Enum.SurfaceType.Smooth
  1407. Part112.TopSurface = Enum.SurfaceType.Smooth
  1408. Part112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1409. Part112.Position = Vector3.new(-106.586922, 117.400009, -50.9065132)
  1410. Part112.Orientation = Vector3.new(0, 129, -90)
  1411. Part112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1412. ManualWeld113.Name = "Weld"
  1413. ManualWeld113.Parent = Part112
  1414. ManualWeld113.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.629320204, 0, -0.777146161, 0.777146161, 0, -0.629320204)
  1415. ManualWeld113.C1 = CFrame.new(0, -0.0999908447, -0.349998474, 0, -1, 0, -0.629320264, 0, -0.77714628, 0.77714628, 0, -0.629320264)
  1416. ManualWeld113.Part0 = Part112
  1417. ManualWeld113.Part1 = Part103
  1418. WedgePart114.Parent = Model99
  1419. WedgePart114.Material = Enum.Material.Slate
  1420. WedgePart114.BrickColor = BrickColor.new("Deep orange")
  1421. WedgePart114.Rotation = Vector3.new(-180, -39, 90)
  1422. WedgePart114.CanCollide = false
  1423. WedgePart114.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1424. WedgePart114.CFrame = CFrame.new(-106.337082, 117.350029, -50.915802, 0, -0.777147174, -0.629321098, -1, 0, 0, 0, 0.629321098, -0.777147174)
  1425. WedgePart114.BottomSurface = Enum.SurfaceType.Smooth
  1426. WedgePart114.Color = Color3.new(1, 0.690196, 0)
  1427. WedgePart114.Position = Vector3.new(-106.337082, 117.350029, -50.915802)
  1428. WedgePart114.Orientation = Vector3.new(0, -141, -90)
  1429. WedgePart114.Color = Color3.new(1, 0.690196, 0)
  1430. ManualWeld115.Name = "Weld"
  1431. ManualWeld115.Parent = WedgePart114
  1432. ManualWeld115.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.777146161, 0, 0.629320204, -0.629320204, 0, -0.777146161)
  1433. ManualWeld115.C1 = CFrame.new(0.0499801636, -0.25, -0.149993896, 0, -1, 0, -0.629320383, 0, -0.777146339, 0.777146339, 0, -0.629320383)
  1434. ManualWeld115.Part0 = WedgePart114
  1435. ManualWeld115.Part1 = Part103
  1436. WedgePart116.Parent = Model99
  1437. WedgePart116.Material = Enum.Material.Slate
  1438. WedgePart116.BrickColor = BrickColor.new("Deep orange")
  1439. WedgePart116.Rotation = Vector3.new(0, 39, 90)
  1440. WedgePart116.CanCollide = false
  1441. WedgePart116.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1442. WedgePart116.CFrame = CFrame.new(-106.525848, 117.350029, -51.1489143, 0, -0.777147233, 0.629321158, 1, 0, 0, -0, 0.629321158, 0.777147233)
  1443. WedgePart116.BottomSurface = Enum.SurfaceType.Smooth
  1444. WedgePart116.Color = Color3.new(1, 0.690196, 0)
  1445. WedgePart116.Position = Vector3.new(-106.525848, 117.350029, -51.1489143)
  1446. WedgePart116.Orientation = Vector3.new(0, 39, 90)
  1447. WedgePart116.Color = Color3.new(1, 0.690196, 0)
  1448. ManualWeld117.Name = "Weld"
  1449. ManualWeld117.Parent = WedgePart116
  1450. ManualWeld117.C0 = CFrame.new(0, 0, 0, 0, 1, 0, -0.777146161, 0, 0.629320204, 0.629320204, 0, 0.777146161)
  1451. ManualWeld117.C1 = CFrame.new(0.0499801636, 0.0499572754, -0.149990082, 0, -1, 0, -0.629320443, 0, -0.777146459, 0.777146459, 0, -0.629320443)
  1452. ManualWeld117.Part0 = WedgePart116
  1453. ManualWeld117.Part1 = Part103
  1454. Model118.Name = "pizza4"
  1455. Model118.Parent = Model0
  1456. Part119.Name = "crust"
  1457. Part119.Parent = Model118
  1458. Part119.Material = Enum.Material.Sand
  1459. Part119.BrickColor = BrickColor.new("Gold")
  1460. Part119.Rotation = Vector3.new(0, 19, 0)
  1461. Part119.CanCollide = false
  1462. Part119.Shape = Enum.PartType.Cylinder
  1463. Part119.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  1464. Part119.CFrame = CFrame.new(-106.451851, 117.399315, -49.8706093, 0.945519447, 0, 0.32556814, 0, 1, 0, -0.32556814, 0, 0.945519447)
  1465. Part119.BottomSurface = Enum.SurfaceType.Smooth
  1466. Part119.TopSurface = Enum.SurfaceType.Smooth
  1467. Part119.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1468. Part119.Position = Vector3.new(-106.451851, 117.399315, -49.8706093)
  1469. Part119.Orientation = Vector3.new(0, 19, 0)
  1470. Part119.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1471. ManualWeld120.Name = "Weld"
  1472. ManualWeld120.Parent = Part119
  1473. ManualWeld120.C0 = CFrame.new(0, 0, 0, 0.945518732, 0, -0.325567901, 0, 1, 0, 0.325567901, 0, 0.945518732)
  1474. ManualWeld120.C1 = CFrame.new(0, 6.86645508e-05, 0.550018311, 0, -1, 0, 0.945518851, 0, -0.325567931, 0.325567931, 0, 0.945518851)
  1475. ManualWeld120.Part0 = Part119
  1476. ManualWeld120.Part1 = Part124
  1477. ManualWeld121.Name = "Weld"
  1478. ManualWeld121.Parent = Part119
  1479. ManualWeld121.C0 = CFrame.new(0, 0, 0, 0.945519447, 0, -0.32556814, 0, 1, 0, 0.32556814, 0, 0.945519447)
  1480. ManualWeld121.C1 = CFrame.new(0.361755371, 0.199317932, 0.889560699, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1481. ManualWeld121.Part0 = Part119
  1482. ManualWeld121.Part1 = Part1
  1483. Part122.Parent = Model118
  1484. Part122.Material = Enum.Material.Sand
  1485. Part122.BrickColor = BrickColor.new("Maroon")
  1486. Part122.Rotation = Vector3.new(0, 19, -90)
  1487. Part122.CanCollide = false
  1488. Part122.Shape = Enum.PartType.Cylinder
  1489. Part122.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1490. Part122.CFrame = CFrame.new(-106.471298, 117.399315, -50.2341347, 0, 0.945519924, 0.325568318, -1, 0, 0, 0, -0.325568318, 0.945519924)
  1491. Part122.BottomSurface = Enum.SurfaceType.Smooth
  1492. Part122.TopSurface = Enum.SurfaceType.Smooth
  1493. Part122.Color = Color3.new(0.458824, 0, 0)
  1494. Part122.Position = Vector3.new(-106.471298, 117.399315, -50.2341347)
  1495. Part122.Orientation = Vector3.new(0, 19, -90)
  1496. Part122.Color = Color3.new(0.458824, 0, 0)
  1497. ManualWeld123.Name = "Weld"
  1498. ManualWeld123.Parent = Part122
  1499. ManualWeld123.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.945518732, 0, -0.325567901, 0.325567901, 0, 0.945518732)
  1500. ManualWeld123.C1 = CFrame.new(0, 0.100028992, 0.199966431, 0, -1, 0, 0.945518851, 0, -0.325567931, 0.325567931, 0, 0.945518851)
  1501. ManualWeld123.Part0 = Part122
  1502. ManualWeld123.Part1 = Part124
  1503. Part124.Parent = Model118
  1504. Part124.Material = Enum.Material.Sand
  1505. Part124.BrickColor = BrickColor.new("Maroon")
  1506. Part124.Rotation = Vector3.new(0, 19, -90)
  1507. Part124.CanCollide = false
  1508. Part124.Shape = Enum.PartType.Cylinder
  1509. Part124.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1510. Part124.CFrame = CFrame.new(-106.630981, 117.399315, -50.3906403, 0, 0.945519686, 0.325568199, -1, 0, 0, 0, -0.325568199, 0.945519686)
  1511. Part124.BottomSurface = Enum.SurfaceType.Smooth
  1512. Part124.TopSurface = Enum.SurfaceType.Smooth
  1513. Part124.Color = Color3.new(0.458824, 0, 0)
  1514. Part124.Position = Vector3.new(-106.630981, 117.399315, -50.3906403)
  1515. Part124.Orientation = Vector3.new(0, 19, -90)
  1516. Part124.Color = Color3.new(0.458824, 0, 0)
  1517. Part125.Parent = Model118
  1518. Part125.Material = Enum.Material.Sand
  1519. Part125.BrickColor = BrickColor.new("Maroon")
  1520. Part125.Rotation = Vector3.new(0, 19, -90)
  1521. Part125.CanCollide = false
  1522. Part125.Shape = Enum.PartType.Cylinder
  1523. Part125.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1524. Part125.CFrame = CFrame.new(-106.627838, 117.399315, -50.0744171, 0, 0.945519805, 0.325568229, -1, 0, 0, 0, -0.325568229, 0.945519805)
  1525. Part125.BottomSurface = Enum.SurfaceType.Smooth
  1526. Part125.TopSurface = Enum.SurfaceType.Smooth
  1527. Part125.Color = Color3.new(0.458824, 0, 0)
  1528. Part125.Position = Vector3.new(-106.627838, 117.399315, -50.0744171)
  1529. Part125.Orientation = Vector3.new(0, 19, -90)
  1530. Part125.Color = Color3.new(0.458824, 0, 0)
  1531. ManualWeld126.Name = "Weld"
  1532. ManualWeld126.Parent = Part125
  1533. ManualWeld126.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.945518732, 0, -0.325567901, 0.325567901, 0, 0.945518732)
  1534. ManualWeld126.C1 = CFrame.new(0, -0.0999832153, 0.300018311, 0, -1, 0, 0.945518732, 0, -0.325567901, 0.325567901, 0, 0.945518732)
  1535. ManualWeld126.Part0 = Part125
  1536. ManualWeld126.Part1 = Part124
  1537. Part127.Parent = Model118
  1538. Part127.Material = Enum.Material.Glass
  1539. Part127.BrickColor = BrickColor.new("Really black")
  1540. Part127.Rotation = Vector3.new(0, 19, -90)
  1541. Part127.CanCollide = false
  1542. Part127.Shape = Enum.PartType.Cylinder
  1543. Part127.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1544. Part127.CFrame = CFrame.new(-106.676643, 117.399315, -50.216217, 0, 0.945519924, 0.325568318, -1, 0, 0, 0, -0.325568318, 0.945519924)
  1545. Part127.BottomSurface = Enum.SurfaceType.Smooth
  1546. Part127.TopSurface = Enum.SurfaceType.Smooth
  1547. Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1548. Part127.Position = Vector3.new(-106.676643, 117.399315, -50.216217)
  1549. Part127.Orientation = Vector3.new(0, 19, -90)
  1550. Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1551. ManualWeld128.Name = "Weld"
  1552. ManualWeld128.Parent = Part127
  1553. ManualWeld128.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.945518732, 0, -0.325567901, 0.325567901, 0, 0.945518732)
  1554. ManualWeld128.C1 = CFrame.new(0, -0.0999603271, 0.150054932, 0, -1, 0, 0.945518851, 0, -0.325567931, 0.325567931, 0, 0.945518851)
  1555. ManualWeld128.Part0 = Part127
  1556. ManualWeld128.Part1 = Part124
  1557. Part129.Parent = Model118
  1558. Part129.Material = Enum.Material.Glass
  1559. Part129.BrickColor = BrickColor.new("Really black")
  1560. Part129.Rotation = Vector3.new(0, 19, -90)
  1561. Part129.CanCollide = false
  1562. Part129.Shape = Enum.PartType.Cylinder
  1563. Part129.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1564. Part129.CFrame = CFrame.new(-106.42247, 117.399315, -50.0922318, 0, 0.945519924, 0.325568318, -1, 0, 0, 0, -0.325568318, 0.945519924)
  1565. Part129.BottomSurface = Enum.SurfaceType.Smooth
  1566. Part129.TopSurface = Enum.SurfaceType.Smooth
  1567. Part129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1568. Part129.Position = Vector3.new(-106.42247, 117.399315, -50.0922318)
  1569. Part129.Orientation = Vector3.new(0, 19, -90)
  1570. Part129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1571. ManualWeld130.Name = "Weld"
  1572. ManualWeld130.Parent = Part129
  1573. ManualWeld130.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.945518732, 0, -0.325567901, 0.325567901, 0, 0.945518732)
  1574. ManualWeld130.C1 = CFrame.new(0, 0.0999984741, 0.350036621, 0, -1, 0, 0.945518851, 0, -0.325567931, 0.325567931, 0, 0.945518851)
  1575. ManualWeld130.Part0 = Part129
  1576. ManualWeld130.Part1 = Part124
  1577. Part131.Parent = Model118
  1578. Part131.Material = Enum.Material.Glass
  1579. Part131.BrickColor = BrickColor.new("Really black")
  1580. Part131.Rotation = Vector3.new(0, 19, -90)
  1581. Part131.CanCollide = false
  1582. Part131.Shape = Enum.PartType.Cylinder
  1583. Part131.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1584. Part131.CFrame = CFrame.new(-106.679802, 117.399315, -50.5324669, 0, 0.945519924, 0.325568318, -1, 0, 0, 0, -0.325568318, 0.945519924)
  1585. Part131.BottomSurface = Enum.SurfaceType.Smooth
  1586. Part131.TopSurface = Enum.SurfaceType.Smooth
  1587. Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1588. Part131.Position = Vector3.new(-106.679802, 117.399315, -50.5324669)
  1589. Part131.Orientation = Vector3.new(0, 19, -90)
  1590. Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1591. ManualWeld132.Name = "Weld"
  1592. ManualWeld132.Parent = Part131
  1593. ManualWeld132.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.945518732, 0, -0.325567901, 0.325567901, 0, 0.945518732)
  1594. ManualWeld132.C1 = CFrame.new(0, 1.52587891e-05, -0.149993896, 0, -1, 0, 0.945518851, 0, -0.325567931, 0.325567931, 0, 0.945518851)
  1595. ManualWeld132.Part0 = Part131
  1596. ManualWeld132.Part1 = Part124
  1597. WedgePart133.Parent = Model118
  1598. WedgePart133.Material = Enum.Material.Slate
  1599. WedgePart133.BrickColor = BrickColor.new("Deep orange")
  1600. WedgePart133.Rotation = Vector3.new(-180, 71, 90)
  1601. WedgePart133.CanCollide = false
  1602. WedgePart133.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1603. WedgePart133.CFrame = CFrame.new(-106.756477, 117.34938, -50.294487, 0, -0.325568348, 0.945520043, -1, 0, 0, 0, -0.945520043, -0.325568348)
  1604. WedgePart133.BottomSurface = Enum.SurfaceType.Smooth
  1605. WedgePart133.Color = Color3.new(1, 0.690196, 0)
  1606. WedgePart133.Position = Vector3.new(-106.756477, 117.34938, -50.294487)
  1607. WedgePart133.Orientation = Vector3.new(0, 109, -90)
  1608. WedgePart133.Color = Color3.new(1, 0.690196, 0)
  1609. ManualWeld134.Name = "Weld"
  1610. ManualWeld134.Parent = WedgePart133
  1611. ManualWeld134.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.325567901, 0, -0.945518732, 0.945518732, 0, -0.325567901)
  1612. ManualWeld134.C1 = CFrame.new(0.0499343872, -0.149963379, 0.0500564575, 0, -1, 0, 0.94551897, 0, -0.325567961, 0.325567961, 0, 0.94551897)
  1613. ManualWeld134.Part0 = WedgePart133
  1614. ManualWeld134.Part1 = Part124
  1615. WedgePart135.Parent = Model118
  1616. WedgePart135.Material = Enum.Material.Slate
  1617. WedgePart135.BrickColor = BrickColor.new("Deep orange")
  1618. WedgePart135.Rotation = Vector3.new(0, -71, 90)
  1619. WedgePart135.CanCollide = false
  1620. WedgePart135.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1621. WedgePart135.CFrame = CFrame.new(-106.472771, 117.34938, -50.3921661, 0, -0.325568378, -0.945520163, 1, 0, 0, 0, -0.945520163, 0.325568378)
  1622. WedgePart135.BottomSurface = Enum.SurfaceType.Smooth
  1623. WedgePart135.Color = Color3.new(1, 0.690196, 0)
  1624. WedgePart135.Position = Vector3.new(-106.472771, 117.34938, -50.3921661)
  1625. WedgePart135.Orientation = Vector3.new(0, -71, 90)
  1626. WedgePart135.Color = Color3.new(1, 0.690196, 0)
  1627. ManualWeld136.Name = "Weld"
  1628. ManualWeld136.Parent = WedgePart135
  1629. ManualWeld136.C0 = CFrame.new(0, 0, 0, 0, 1, 0, -0.325567901, 0, -0.945518732, -0.945518732, 0, 0.325567901)
  1630. ManualWeld136.C1 = CFrame.new(0.0499343872, 0.150085449, 0.0500640869, 0, -1, 0, 0.94551909, 0, -0.325567991, 0.325567991, 0, 0.94551909)
  1631. ManualWeld136.Part0 = WedgePart135
  1632. ManualWeld136.Part1 = Part124
  1633. Model137.Name = "pizza9"
  1634. Model137.Parent = Model0
  1635. Part138.Name = "crust"
  1636. Part138.Parent = Model137
  1637. Part138.Material = Enum.Material.Sand
  1638. Part138.BrickColor = BrickColor.new("Gold")
  1639. Part138.Rotation = Vector3.new(-180, -19, -180)
  1640. Part138.CanCollide = false
  1641. Part138.Shape = Enum.PartType.Cylinder
  1642. Part138.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  1643. Part138.CFrame = CFrame.new(-107.088394, 117.400063, -51.6453171, -0.94551897, 0, -0.325567007, 0, 1, 0, 0.325567007, 0, -0.94551897)
  1644. Part138.BottomSurface = Enum.SurfaceType.Smooth
  1645. Part138.TopSurface = Enum.SurfaceType.Smooth
  1646. Part138.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1647. Part138.Position = Vector3.new(-107.088394, 117.400063, -51.6453171)
  1648. Part138.Orientation = Vector3.new(0, -161, 0)
  1649. Part138.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1650. ManualWeld139.Name = "Weld"
  1651. ManualWeld139.Parent = Part138
  1652. ManualWeld139.C0 = CFrame.new(0, 0, 0, -0.94551897, 0, 0.325567007, 0, 1, 0, -0.325567007, 0, -0.94551897)
  1653. ManualWeld139.C1 = CFrame.new(0, -0.0999221802, 0.199890137, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1654. ManualWeld139.Part0 = Part138
  1655. ManualWeld139.Part1 = Part149
  1656. ManualWeld140.Name = "NOUNOOB"
  1657. ManualWeld140.Parent = Part138
  1658. ManualWeld140.C0 = CFrame.new(0, 0, 0, -0.94551897, 0, 0.325567007, 0, 1, 0, -0.325567007, 0, -0.94551897)
  1659. ManualWeld140.C1 = CFrame.new(-0.274787903, 0.200065613, -0.885147095, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1660. ManualWeld140.Part0 = Part138
  1661. ManualWeld140.Part1 = Part1
  1662. Part141.Parent = Model137
  1663. Part141.Material = Enum.Material.Sand
  1664. Part141.BrickColor = BrickColor.new("Maroon")
  1665. Part141.Rotation = Vector3.new(-180, -19, 90)
  1666. Part141.CanCollide = false
  1667. Part141.Shape = Enum.PartType.Cylinder
  1668. Part141.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1669. Part141.CFrame = CFrame.new(-107.069008, 117.400063, -51.2818527, 0, -0.94551897, -0.325567007, -1, 0, 0, 0, 0.325567007, -0.94551897)
  1670. Part141.BottomSurface = Enum.SurfaceType.Smooth
  1671. Part141.TopSurface = Enum.SurfaceType.Smooth
  1672. Part141.Color = Color3.new(0.458824, 0, 0)
  1673. Part141.Position = Vector3.new(-107.069008, 117.400063, -51.2818527)
  1674. Part141.Orientation = Vector3.new(0, -161, -90)
  1675. Part141.Color = Color3.new(0.458824, 0, 0)
  1676. ManualWeld142.Name = "Weld"
  1677. ManualWeld142.Parent = Part141
  1678. ManualWeld142.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1679. ManualWeld142.C1 = CFrame.new(0, 7.62939453e-05, -0.150085449, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1680. ManualWeld142.Part0 = Part141
  1681. ManualWeld142.Part1 = Part149
  1682. Part143.Parent = Model137
  1683. Part143.Material = Enum.Material.Sand
  1684. Part143.BrickColor = BrickColor.new("Maroon")
  1685. Part143.Rotation = Vector3.new(-180, -19, 90)
  1686. Part143.CanCollide = false
  1687. Part143.Shape = Enum.PartType.Cylinder
  1688. Part143.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1689. Part143.CFrame = CFrame.new(-106.909256, 117.400063, -51.1252899, 0, -0.94551897, -0.325567007, -1, 0, 0, 0, 0.325567007, -0.94551897)
  1690. Part143.BottomSurface = Enum.SurfaceType.Smooth
  1691. Part143.TopSurface = Enum.SurfaceType.Smooth
  1692. Part143.Color = Color3.new(0.458824, 0, 0)
  1693. Part143.Position = Vector3.new(-106.909256, 117.400063, -51.1252899)
  1694. Part143.Orientation = Vector3.new(0, -161, -90)
  1695. Part143.Color = Color3.new(0.458824, 0, 0)
  1696. ManualWeld144.Name = "Weld"
  1697. ManualWeld144.Parent = Part143
  1698. ManualWeld144.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1699. ManualWeld144.C1 = CFrame.new(0, -0.0999984741, -0.350128174, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1700. ManualWeld144.Part0 = Part143
  1701. ManualWeld144.Part1 = Part149
  1702. Part145.Parent = Model137
  1703. Part145.Material = Enum.Material.Sand
  1704. Part145.BrickColor = BrickColor.new("Maroon")
  1705. Part145.Rotation = Vector3.new(-180, -19, 90)
  1706. Part145.CanCollide = false
  1707. Part145.Shape = Enum.PartType.Cylinder
  1708. Part145.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1709. Part145.CFrame = CFrame.new(-106.912437, 117.400063, -51.4414902, 0, -0.94551897, -0.325567007, -1, 0, 0, 0, 0.325567007, -0.94551897)
  1710. Part145.BottomSurface = Enum.SurfaceType.Smooth
  1711. Part145.TopSurface = Enum.SurfaceType.Smooth
  1712. Part145.Color = Color3.new(0.458824, 0, 0)
  1713. Part145.Position = Vector3.new(-106.912437, 117.400063, -51.4414902)
  1714. Part145.Orientation = Vector3.new(0, -161, -90)
  1715. Part145.Color = Color3.new(0.458824, 0, 0)
  1716. ManualWeld146.Name = "Weld"
  1717. ManualWeld146.Parent = Part145
  1718. ManualWeld146.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1719. ManualWeld146.C1 = CFrame.new(0, -0.199935913, -0.0501174927, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1720. ManualWeld146.Part0 = Part145
  1721. ManualWeld146.Part1 = Part149
  1722. Part147.Parent = Model137
  1723. Part147.Material = Enum.Material.Glass
  1724. Part147.BrickColor = BrickColor.new("Really black")
  1725. Part147.Rotation = Vector3.new(-180, -19, 90)
  1726. Part147.CanCollide = false
  1727. Part147.Shape = Enum.PartType.Cylinder
  1728. Part147.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1729. Part147.CFrame = CFrame.new(-106.863625, 117.400063, -51.2997284, 0, -0.94551897, -0.325567007, -1, 0, 0, 0, 0.325567007, -0.94551897)
  1730. Part147.BottomSurface = Enum.SurfaceType.Smooth
  1731. Part147.TopSurface = Enum.SurfaceType.Smooth
  1732. Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1733. Part147.Position = Vector3.new(-106.863625, 117.400063, -51.2997284)
  1734. Part147.Orientation = Vector3.new(0, -161, -90)
  1735. Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1736. ManualWeld148.Name = "Weld"
  1737. ManualWeld148.Parent = Part147
  1738. ManualWeld148.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1739. ManualWeld148.C1 = CFrame.new(0, -0.199935913, -0.200050354, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1740. ManualWeld148.Part0 = Part147
  1741. ManualWeld148.Part1 = Part149
  1742. Part149.Parent = Model137
  1743. Part149.Material = Enum.Material.Glass
  1744. Part149.BrickColor = BrickColor.new("Really black")
  1745. Part149.Rotation = Vector3.new(-180, -19, 90)
  1746. Part149.CanCollide = false
  1747. Part149.Shape = Enum.PartType.Cylinder
  1748. Part149.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1749. Part149.CFrame = CFrame.new(-107.117798, 117.400063, -51.4237862, 0, -0.94551897, -0.325567007, -1, 0, 0, 0, 0.325567007, -0.94551897)
  1750. Part149.BottomSurface = Enum.SurfaceType.Smooth
  1751. Part149.TopSurface = Enum.SurfaceType.Smooth
  1752. Part149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1753. Part149.Position = Vector3.new(-107.117798, 117.400063, -51.4237862)
  1754. Part149.Orientation = Vector3.new(0, -161, -90)
  1755. Part149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1756. Part150.Parent = Model137
  1757. Part150.Material = Enum.Material.Glass
  1758. Part150.BrickColor = BrickColor.new("Really black")
  1759. Part150.Rotation = Vector3.new(-180, -19, 90)
  1760. Part150.CanCollide = false
  1761. Part150.Shape = Enum.PartType.Cylinder
  1762. Part150.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1763. Part150.CFrame = CFrame.new(-106.860435, 117.400063, -50.9835129, 0, -0.94551897, -0.325567007, -1, 0, 0, 0, 0.325567007, -0.94551897)
  1764. Part150.BottomSurface = Enum.SurfaceType.Smooth
  1765. Part150.TopSurface = Enum.SurfaceType.Smooth
  1766. Part150.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1767. Part150.Position = Vector3.new(-106.860435, 117.400063, -50.9835129)
  1768. Part150.Orientation = Vector3.new(0, -161, -90)
  1769. Part150.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1770. ManualWeld151.Name = "Weld"
  1771. ManualWeld151.Parent = Part150
  1772. ManualWeld151.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1773. ManualWeld151.C1 = CFrame.new(0, -0.100006104, -0.500076294, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1774. ManualWeld151.Part0 = Part150
  1775. ManualWeld151.Part1 = Part149
  1776. WedgePart152.Parent = Model137
  1777. WedgePart152.Material = Enum.Material.Slate
  1778. WedgePart152.Name = "SlicePart"
  1779. WedgePart152.BrickColor = BrickColor.new("Deep orange")
  1780. WedgePart152.Rotation = Vector3.new(0, -71, -90)
  1781. WedgePart152.CanCollide = false
  1782. WedgePart152.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1783. WedgePart152.CFrame = CFrame.new(-106.783669, 117.35006, -51.2214813, 0, 0.325567007, -0.94551897, -1, 0, 0, 0, 0.94551897, 0.325567007)
  1784. WedgePart152.BottomSurface = Enum.SurfaceType.Smooth
  1785. WedgePart152.Color = Color3.new(1, 0.690196, 0)
  1786. WedgePart152.Position = Vector3.new(-106.783669, 117.35006, -51.2214813)
  1787. WedgePart152.Orientation = Vector3.new(0, -71, -90)
  1788. WedgePart152.Color = Color3.new(1, 0.690196, 0)
  1789. ManualWeld153.Name = "Weld"
  1790. ManualWeld153.Parent = WedgePart152
  1791. ManualWeld153.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.325567007, 0, 0.94551897, -0.94551897, 0, 0.325567007)
  1792. ManualWeld153.C1 = CFrame.new(0.0500030518, -0.250061035, -0.300064087, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1793. ManualWeld153.Part0 = WedgePart152
  1794. ManualWeld153.Part1 = Part149
  1795. WedgePart154.Parent = Model137
  1796. WedgePart154.Material = Enum.Material.Slate
  1797. WedgePart154.BrickColor = BrickColor.new("Deep orange")
  1798. WedgePart154.Rotation = Vector3.new(-180, 71, -90)
  1799. WedgePart154.CanCollide = false
  1800. WedgePart154.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1801. WedgePart154.CFrame = CFrame.new(-107.067345, 117.35006, -51.1237335, -0, 0.325567007, 0.94551897, 1, 0, 0, 0, 0.94551897, -0.325567007)
  1802. WedgePart154.BottomSurface = Enum.SurfaceType.Smooth
  1803. WedgePart154.Color = Color3.new(1, 0.690196, 0)
  1804. WedgePart154.Position = Vector3.new(-107.067345, 117.35006, -51.1237335)
  1805. WedgePart154.Orientation = Vector3.new(0, 109, 90)
  1806. WedgePart154.Color = Color3.new(1, 0.690196, 0)
  1807. ManualWeld155.Name = "Weld"
  1808. ManualWeld155.Parent = WedgePart154
  1809. ManualWeld155.C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.325567007, 0, 0.94551897, 0.94551897, 0, -0.325567007)
  1810. ManualWeld155.C1 = CFrame.new(0.0500030518, 0.0499801636, -0.300132751, 0, -1, 0, -0.94551897, 0, 0.325567007, -0.325567007, 0, -0.94551897)
  1811. ManualWeld155.Part0 = WedgePart154
  1812. ManualWeld155.Part1 = Part149
  1813. Model156.Name = "pizza8"
  1814. Model156.Parent = Model0
  1815. Part157.Name = "crust"
  1816. Part157.Parent = Model156
  1817. Part157.Material = Enum.Material.Sand
  1818. Part157.BrickColor = BrickColor.new("Gold")
  1819. Part157.Rotation = Vector3.new(-180, 15, -180)
  1820. Part157.CanCollide = false
  1821. Part157.Shape = Enum.PartType.Cylinder
  1822. Part157.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  1823. Part157.CFrame = CFrame.new(-106.536034, 117.399269, -51.6659584, -0.965925634, 0, 0.258819908, 0, 1, 0, -0.258819908, 0, -0.965925634)
  1824. Part157.BottomSurface = Enum.SurfaceType.Smooth
  1825. Part157.TopSurface = Enum.SurfaceType.Smooth
  1826. Part157.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1827. Part157.Position = Vector3.new(-106.536034, 117.399269, -51.6659584)
  1828. Part157.Orientation = Vector3.new(0, 165, 0)
  1829. Part157.Color = Color3.new(0.937255, 0.721569, 0.219608)
  1830. ManualWeld158.Name = "Weld"
  1831. ManualWeld158.Parent = Part157
  1832. ManualWeld158.C0 = CFrame.new(0, 0, 0, -0.965925634, 0, -0.258819908, 0, 1, 0, 0.258819908, 0, -0.965925634)
  1833. ManualWeld158.C1 = CFrame.new(0, -0.100006104, 0.35005188, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1834. ManualWeld158.Part0 = Part157
  1835. ManualWeld158.Part1 = Part160
  1836. ManualWeld159.Name = "Weld"
  1837. ManualWeld159.Parent = Part157
  1838. ManualWeld159.C0 = CFrame.new(0, 0, 0, -0.965925634, 0, -0.258819908, 0, 1, 0, 0.258819908, 0, -0.965925634)
  1839. ManualWeld159.C1 = CFrame.new(0.277572632, 0.199272156, -0.905788422, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1840. ManualWeld159.Part0 = Part157
  1841. ManualWeld159.Part1 = Part1
  1842. Part160.Parent = Model156
  1843. Part160.Material = Enum.Material.Sand
  1844. Part160.BrickColor = BrickColor.new("Maroon")
  1845. Part160.Rotation = Vector3.new(-180, 15, 90)
  1846. Part160.CanCollide = false
  1847. Part160.Shape = Enum.PartType.Cylinder
  1848. Part160.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1849. Part160.CFrame = CFrame.new(-106.723236, 117.399269, -51.3537178, 0, -0.965925634, 0.258819908, -1, 0, 0, 0, -0.258819908, -0.965925634)
  1850. Part160.BottomSurface = Enum.SurfaceType.Smooth
  1851. Part160.TopSurface = Enum.SurfaceType.Smooth
  1852. Part160.Color = Color3.new(0.458824, 0, 0)
  1853. Part160.Position = Vector3.new(-106.723236, 117.399269, -51.3537178)
  1854. Part160.Orientation = Vector3.new(0, 165, -90)
  1855. Part160.Color = Color3.new(0.458824, 0, 0)
  1856. Part161.Parent = Model156
  1857. Part161.Material = Enum.Material.Sand
  1858. Part161.BrickColor = BrickColor.new("Maroon")
  1859. Part161.Rotation = Vector3.new(-180, 15, 90)
  1860. Part161.CanCollide = false
  1861. Part161.Shape = Enum.PartType.Cylinder
  1862. Part161.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1863. Part161.CFrame = CFrame.new(-106.678337, 117.399269, -51.1346588, 0, -0.965925634, 0.258819908, -1, 0, 0, 0, -0.258819908, -0.965925634)
  1864. Part161.BottomSurface = Enum.SurfaceType.Smooth
  1865. Part161.TopSurface = Enum.SurfaceType.Smooth
  1866. Part161.Color = Color3.new(0.458824, 0, 0)
  1867. Part161.Position = Vector3.new(-106.678337, 117.399269, -51.1346588)
  1868. Part161.Orientation = Vector3.new(0, 165, -90)
  1869. Part161.Color = Color3.new(0.458824, 0, 0)
  1870. ManualWeld162.Name = "Weld"
  1871. ManualWeld162.Parent = Part161
  1872. ManualWeld162.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1873. ManualWeld162.C1 = CFrame.new(0, -0.100067139, -0.199972153, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1874. ManualWeld162.Part0 = Part161
  1875. ManualWeld162.Part1 = Part160
  1876. Part163.Parent = Model156
  1877. Part163.Material = Enum.Material.Sand
  1878. Part163.BrickColor = BrickColor.new("Maroon")
  1879. Part163.Rotation = Vector3.new(-180, 15, 90)
  1880. Part163.CanCollide = false
  1881. Part163.Shape = Enum.PartType.Cylinder
  1882. Part163.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  1883. Part163.CFrame = CFrame.new(-106.504143, 117.399269, -51.3985863, 0, -0.965925634, 0.258819908, -1, 0, 0, 0, -0.258819908, -0.965925634)
  1884. Part163.BottomSurface = Enum.SurfaceType.Smooth
  1885. Part163.TopSurface = Enum.SurfaceType.Smooth
  1886. Part163.Color = Color3.new(0.458824, 0, 0)
  1887. Part163.Position = Vector3.new(-106.504143, 117.399269, -51.3985863)
  1888. Part163.Orientation = Vector3.new(0, 165, -90)
  1889. Part163.Color = Color3.new(0.458824, 0, 0)
  1890. ManualWeld164.Name = "Weld"
  1891. ManualWeld164.Parent = Part163
  1892. ManualWeld164.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1893. ManualWeld164.C1 = CFrame.new(0, -0.200012207, 0.100046158, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1894. ManualWeld164.Part0 = Part163
  1895. ManualWeld164.Part1 = Part160
  1896. Part165.Parent = Model156
  1897. Part165.Material = Enum.Material.Glass
  1898. Part165.BrickColor = BrickColor.new("Really black")
  1899. Part165.Rotation = Vector3.new(-180, 15, 90)
  1900. Part165.CanCollide = false
  1901. Part165.Shape = Enum.PartType.Cylinder
  1902. Part165.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1903. Part165.CFrame = CFrame.new(-106.542931, 117.399269, -51.2537346, 0, -0.965925634, 0.258819908, -1, 0, 0, 0, -0.258819908, -0.965925634)
  1904. Part165.BottomSurface = Enum.SurfaceType.Smooth
  1905. Part165.TopSurface = Enum.SurfaceType.Smooth
  1906. Part165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1907. Part165.Position = Vector3.new(-106.542931, 117.399269, -51.2537346)
  1908. Part165.Orientation = Vector3.new(0, 165, -90)
  1909. Part165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1910. ManualWeld166.Name = "Weld"
  1911. ManualWeld166.Parent = Part165
  1912. ManualWeld166.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1913. ManualWeld166.C1 = CFrame.new(0, -0.200042725, -0.0499095917, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1914. ManualWeld166.Part0 = Part165
  1915. ManualWeld166.Part1 = Part160
  1916. Part167.Parent = Model156
  1917. Part167.Material = Enum.Material.Glass
  1918. Part167.BrickColor = BrickColor.new("Really black")
  1919. Part167.Rotation = Vector3.new(-180, 15, 90)
  1920. Part167.CanCollide = false
  1921. Part167.Shape = Enum.PartType.Cylinder
  1922. Part167.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1923. Part167.CFrame = CFrame.new(-106.684288, 117.399269, -51.498661, 0, -0.965925634, 0.258819908, -1, 0, 0, 0, -0.258819908, -0.965925634)
  1924. Part167.BottomSurface = Enum.SurfaceType.Smooth
  1925. Part167.TopSurface = Enum.SurfaceType.Smooth
  1926. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1927. Part167.Position = Vector3.new(-106.684288, 117.399269, -51.498661)
  1928. Part167.Orientation = Vector3.new(0, 165, -90)
  1929. Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1930. ManualWeld168.Name = "Weld"
  1931. ManualWeld168.Parent = Part167
  1932. ManualWeld168.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1933. ManualWeld168.C1 = CFrame.new(0, -0.000106811523, 0.150085449, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1934. ManualWeld168.Part0 = Part167
  1935. ManualWeld168.Part1 = Part160
  1936. Part169.Parent = Model156
  1937. Part169.Material = Enum.Material.Glass
  1938. Part169.BrickColor = BrickColor.new("Really black")
  1939. Part169.Rotation = Vector3.new(-180, 15, 90)
  1940. Part169.CanCollide = false
  1941. Part169.Shape = Enum.PartType.Cylinder
  1942. Part169.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  1943. Part169.CFrame = CFrame.new(-106.717194, 117.399269, -50.9897957, 0, -0.965925634, 0.258819908, -1, 0, 0, 0, -0.258819908, -0.965925634)
  1944. Part169.BottomSurface = Enum.SurfaceType.Smooth
  1945. Part169.TopSurface = Enum.SurfaceType.Smooth
  1946. Part169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1947. Part169.Position = Vector3.new(-106.717194, 117.399269, -50.9897957)
  1948. Part169.Orientation = Vector3.new(0, 165, -90)
  1949. Part169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1950. ManualWeld170.Name = "Weld"
  1951. ManualWeld170.Parent = Part169
  1952. ManualWeld170.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1953. ManualWeld170.C1 = CFrame.new(0, -0.100028992, -0.349956512, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1954. ManualWeld170.Part0 = Part169
  1955. ManualWeld170.Part1 = Part160
  1956. WedgePart171.Parent = Model156
  1957. WedgePart171.Material = Enum.Material.Slate
  1958. WedgePart171.BrickColor = BrickColor.new("Deep orange")
  1959. WedgePart171.Rotation = Vector3.new(-180, -75, 90)
  1960. WedgePart171.CanCollide = false
  1961. WedgePart171.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1962. WedgePart171.CFrame = CFrame.new(-106.520523, 117.349358, -51.1442108, 0, -0.258819908, -0.965925634, -1, 0, 0, 0, 0.965925634, -0.258819908)
  1963. WedgePart171.BottomSurface = Enum.SurfaceType.Smooth
  1964. WedgePart171.Color = Color3.new(1, 0.690196, 0)
  1965. WedgePart171.Position = Vector3.new(-106.520523, 117.349358, -51.1442108)
  1966. WedgePart171.Orientation = Vector3.new(0, -105, -90)
  1967. WedgePart171.Color = Color3.new(1, 0.690196, 0)
  1968. ManualWeld172.Name = "Weld"
  1969. ManualWeld172.Parent = WedgePart171
  1970. ManualWeld172.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.258819908, 0, 0.965925634, -0.965925634, 0, -0.258819908)
  1971. ManualWeld172.C1 = CFrame.new(0.049911499, -0.250030518, -0.149902344, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1972. ManualWeld172.Part0 = WedgePart171
  1973. ManualWeld172.Part1 = Part160
  1974. WedgePart173.Parent = Model156
  1975. WedgePart173.Material = Enum.Material.Slate
  1976. WedgePart173.BrickColor = BrickColor.new("Deep orange")
  1977. WedgePart173.Rotation = Vector3.new(0, 75, 90)
  1978. WedgePart173.CanCollide = false
  1979. WedgePart173.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  1980. WedgePart173.CFrame = CFrame.new(-106.810349, 117.349358, -51.2218857, 0, -0.258819908, 0.965925634, 1, 0, 0, -0, 0.965925634, 0.258819908)
  1981. WedgePart173.BottomSurface = Enum.SurfaceType.Smooth
  1982. WedgePart173.Color = Color3.new(1, 0.690196, 0)
  1983. WedgePart173.Position = Vector3.new(-106.810349, 117.349358, -51.2218857)
  1984. WedgePart173.Orientation = Vector3.new(0, 75, 90)
  1985. WedgePart173.Color = Color3.new(1, 0.690196, 0)
  1986. ManualWeld174.Name = "Weld"
  1987. ManualWeld174.Parent = WedgePart173
  1988. ManualWeld174.C0 = CFrame.new(0, 0, 0, 0, 1, 0, -0.258819908, 0, 0.965925634, 0.965925634, 0, 0.258819908)
  1989. ManualWeld174.C1 = CFrame.new(0.049911499, 0.0500259399, -0.149887085, 0, -1, 0, -0.965925634, 0, -0.258819908, 0.258819908, 0, -0.965925634)
  1990. ManualWeld174.Part0 = WedgePart173
  1991. ManualWeld174.Part1 = Part160
  1992. Model175.Name = "pizza10"
  1993. Model175.Parent = Model0
  1994. Part176.Name = "crust"
  1995. Part176.Parent = Model175
  1996. Part176.Material = Enum.Material.Sand
  1997. Part176.BrickColor = BrickColor.new("Gold")
  1998. Part176.Rotation = Vector3.new(-180, -55, -180)
  1999. Part176.CanCollide = false
  2000. Part176.Shape = Enum.PartType.Cylinder
  2001. Part176.Size = Vector3.new(0.599999964, 0.200000003, 0.200000003)
  2002. Part176.CFrame = CFrame.new(-107.556732, 117.399246, -51.29105, -0.573577583, 0, -0.819151819, 0, 1, 0, 0.819151819, 0, -0.573577583)
  2003. Part176.BottomSurface = Enum.SurfaceType.Smooth
  2004. Part176.TopSurface = Enum.SurfaceType.Smooth
  2005. Part176.Color = Color3.new(0.937255, 0.721569, 0.219608)
  2006. Part176.Position = Vector3.new(-107.556732, 117.399246, -51.29105)
  2007. Part176.Orientation = Vector3.new(0, -125, 0)
  2008. Part176.Color = Color3.new(0.937255, 0.721569, 0.219608)
  2009. ManualWeld177.Name = "Weld"
  2010. ManualWeld177.Parent = Part176
  2011. ManualWeld177.C0 = CFrame.new(0, 0, 0, -0.573577344, 0, 0.819151461, 0, 1, 0, -0.819151461, 0, -0.573577344)
  2012. ManualWeld177.C1 = CFrame.new(0, -0.0999908447, 0.350021362, 0, -1, 0, -0.573577464, 0, 0.81915164, -0.81915164, 0, -0.573577464)
  2013. ManualWeld177.Part0 = Part176
  2014. ManualWeld177.Part1 = Part179
  2015. ManualWeld178.Name = "Weld"
  2016. ManualWeld178.Parent = Part176
  2017. ManualWeld178.C0 = CFrame.new(0, 0, 0, -0.573577583, 0, 0.819151819, 0, 1, 0, -0.819151819, 0, -0.573577583)
  2018. ManualWeld178.C1 = CFrame.new(-0.743125916, 0.199249268, -0.530879974, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2019. ManualWeld178.Part0 = Part176
  2020. ManualWeld178.Part1 = Part1
  2021. Part179.Parent = Model175
  2022. Part179.Material = Enum.Material.Sand
  2023. Part179.BrickColor = BrickColor.new("Maroon")
  2024. Part179.Rotation = Vector3.new(-180, -55, 90)
  2025. Part179.CanCollide = false
  2026. Part179.Shape = Enum.PartType.Cylinder
  2027. Part179.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  2028. Part179.CFrame = CFrame.new(-107.327362, 117.399246, -51.0083771, 0, -0.573577702, -0.819151998, -1, 0, 0, 0, 0.819151998, -0.573577702)
  2029. Part179.BottomSurface = Enum.SurfaceType.Smooth
  2030. Part179.TopSurface = Enum.SurfaceType.Smooth
  2031. Part179.Color = Color3.new(0.458824, 0, 0)
  2032. Part179.Position = Vector3.new(-107.327362, 117.399246, -51.0083771)
  2033. Part179.Orientation = Vector3.new(0, -125, -90)
  2034. Part179.Color = Color3.new(0.458824, 0, 0)
  2035. Part180.Parent = Model175
  2036. Part180.Material = Enum.Material.Sand
  2037. Part180.BrickColor = BrickColor.new("Maroon")
  2038. Part180.Rotation = Vector3.new(-180, -55, 90)
  2039. Part180.CanCollide = false
  2040. Part180.Shape = Enum.PartType.Cylinder
  2041. Part180.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  2042. Part180.CFrame = CFrame.new(-107.106102, 117.399246, -50.9755821, 0, -0.573577762, -0.819152117, -1, 0, 0, 0, 0.819152117, -0.573577762)
  2043. Part180.BottomSurface = Enum.SurfaceType.Smooth
  2044. Part180.TopSurface = Enum.SurfaceType.Smooth
  2045. Part180.Color = Color3.new(0.458824, 0, 0)
  2046. Part180.Position = Vector3.new(-107.106102, 117.399246, -50.9755821)
  2047. Part180.Orientation = Vector3.new(0, -125, -90)
  2048. Part180.Color = Color3.new(0.458824, 0, 0)
  2049. ManualWeld181.Name = "Weld"
  2050. ManualWeld181.Parent = Part180
  2051. ManualWeld181.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.573577344, 0, 0.819151461, -0.819151461, 0, -0.573577344)
  2052. ManualWeld181.C1 = CFrame.new(0, -0.100048065, -0.200057983, 0, -1, 0, -0.573577344, 0, 0.819151461, -0.819151461, 0, -0.573577344)
  2053. ManualWeld181.Part0 = Part180
  2054. ManualWeld181.Part1 = Part179
  2055. Part182.Parent = Model175
  2056. Part182.Material = Enum.Material.Sand
  2057. Part182.BrickColor = BrickColor.new("Maroon")
  2058. Part182.Rotation = Vector3.new(-180, -55, 90)
  2059. Part182.CanCollide = false
  2060. Part182.Shape = Enum.PartType.Cylinder
  2061. Part182.Size = Vector3.new(0.0500000007, 0.150000006, 0.150000006)
  2062. Part182.CFrame = CFrame.new(-107.294495, 117.399246, -51.229538, 0, -0.573577821, -0.819152176, -1, 0, 0, 0, 0.819152176, -0.573577821)
  2063. Part182.BottomSurface = Enum.SurfaceType.Smooth
  2064. Part182.TopSurface = Enum.SurfaceType.Smooth
  2065. Part182.Color = Color3.new(0.458824, 0, 0)
  2066. Part182.Position = Vector3.new(-107.294495, 117.399246, -51.229538)
  2067. Part182.Orientation = Vector3.new(0, -125, -90)
  2068. Part182.Color = Color3.new(0.458824, 0, 0)
  2069. ManualWeld183.Name = "Weld"
  2070. ManualWeld183.Parent = Part182
  2071. ManualWeld183.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.573577344, 0, 0.819151461, -0.819151461, 0, -0.573577344)
  2072. ManualWeld183.C1 = CFrame.new(0, -0.200016022, 0.0999298096, 0, -1, 0, -0.573577404, 0, 0.81915158, -0.81915158, 0, -0.573577404)
  2073. ManualWeld183.Part0 = Part182
  2074. ManualWeld183.Part1 = Part179
  2075. Part184.Parent = Model175
  2076. Part184.Material = Enum.Material.Glass
  2077. Part184.BrickColor = BrickColor.new("Really black")
  2078. Part184.Rotation = Vector3.new(-180, -55, 90)
  2079. Part184.CanCollide = false
  2080. Part184.Shape = Enum.PartType.Cylinder
  2081. Part184.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  2082. Part184.CFrame = CFrame.new(-107.171722, 117.399246, -51.1435738, 0, -0.573577821, -0.819152176, -1, 0, 0, 0, 0.819152176, -0.573577821)
  2083. Part184.BottomSurface = Enum.SurfaceType.Smooth
  2084. Part184.TopSurface = Enum.SurfaceType.Smooth
  2085. Part184.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2086. Part184.Position = Vector3.new(-107.171722, 117.399246, -51.1435738)
  2087. Part184.Orientation = Vector3.new(0, -125, -90)
  2088. Part184.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2089. ManualWeld185.Name = "Weld"
  2090. ManualWeld185.Parent = Part184
  2091. ManualWeld185.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.573577344, 0, 0.819151461, -0.819151461, 0, -0.573577344)
  2092. ManualWeld185.C1 = CFrame.new(0, -0.200019836, -0.049949646, 0, -1, 0, -0.573577464, 0, 0.81915164, -0.81915164, 0, -0.573577464)
  2093. ManualWeld185.Part0 = Part184
  2094. ManualWeld185.Part1 = Part179
  2095. Part186.Parent = Model175
  2096. Part186.Material = Enum.Material.Glass
  2097. Part186.BrickColor = BrickColor.new("Really black")
  2098. Part186.Rotation = Vector3.new(-180, -55, 90)
  2099. Part186.CanCollide = false
  2100. Part186.Shape = Enum.PartType.Cylinder
  2101. Part186.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  2102. Part186.CFrame = CFrame.new(-107.450165, 117.399246, -51.0945206, 0, -0.573577821, -0.819152176, -1, 0, 0, 0, 0.819152176, -0.573577821)
  2103. Part186.BottomSurface = Enum.SurfaceType.Smooth
  2104. Part186.TopSurface = Enum.SurfaceType.Smooth
  2105. Part186.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2106. Part186.Position = Vector3.new(-107.450165, 117.399246, -51.0945206)
  2107. Part186.Orientation = Vector3.new(0, -125, -90)
  2108. Part186.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2109. ManualWeld187.Name = "Weld"
  2110. ManualWeld187.Parent = Part186
  2111. ManualWeld187.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.573577344, 0, 0.819151461, -0.819151461, 0, -0.573577344)
  2112. ManualWeld187.C1 = CFrame.new(0, -0.000129699707, 0.150001526, 0, -1, 0, -0.573577464, 0, 0.81915164, -0.81915164, 0, -0.573577464)
  2113. ManualWeld187.Part0 = Part186
  2114. ManualWeld187.Part1 = Part179
  2115. Part188.Parent = Model175
  2116. Part188.Material = Enum.Material.Glass
  2117. Part188.BrickColor = BrickColor.new("Really black")
  2118. Part188.Rotation = Vector3.new(-180, -55, 90)
  2119. Part188.CanCollide = false
  2120. Part188.Shape = Enum.PartType.Cylinder
  2121. Part188.Size = Vector3.new(0.0500000007, 0.100000001, 0.100000001)
  2122. Part188.CFrame = CFrame.new(-106.983238, 117.399246, -50.8895531, 0, -0.573577821, -0.819152176, -1, 0, 0, 0, 0.819152176, -0.573577821)
  2123. Part188.BottomSurface = Enum.SurfaceType.Smooth
  2124. Part188.TopSurface = Enum.SurfaceType.Smooth
  2125. Part188.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2126. Part188.Position = Vector3.new(-106.983238, 117.399246, -50.8895531)
  2127. Part188.Orientation = Vector3.new(0, -125, -90)
  2128. Part188.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2129. ManualWeld189.Name = "Weld"
  2130. ManualWeld189.Parent = Part188
  2131. ManualWeld189.C0 = CFrame.new(0, 0, 0, 0, -1, 0, -0.573577344, 0, 0.819151461, -0.819151461, 0, -0.573577344)
  2132. ManualWeld189.C1 = CFrame.new(0, -0.100048065, -0.35004425, 0, -1, 0, -0.573577464, 0, 0.81915164, -0.81915164, 0, -0.573577464)
  2133. ManualWeld189.Part0 = Part188
  2134. ManualWeld189.Part1 = Part179
  2135. WedgePart190.Parent = Model175
  2136. WedgePart190.Material = Enum.Material.Slate
  2137. WedgePart190.BrickColor = BrickColor.new("Deep orange")
  2138. WedgePart190.Rotation = Vector3.new(0, -35, -90)
  2139. WedgePart190.CanCollide = false
  2140. WedgePart190.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  2141. WedgePart190.CFrame = CFrame.new(-107.061127, 117.349403, -51.1271858, 0, 0.819152176, -0.573577821, -1, 0, 0, 0, 0.573577821, 0.819152176)
  2142. WedgePart190.BottomSurface = Enum.SurfaceType.Smooth
  2143. WedgePart190.Color = Color3.new(1, 0.690196, 0)
  2144. WedgePart190.Position = Vector3.new(-107.061127, 117.349403, -51.1271858)
  2145. WedgePart190.Orientation = Vector3.new(0, -35, -90)
  2146. WedgePart190.Color = Color3.new(1, 0.690196, 0)
  2147. ManualWeld191.Name = "Weld"
  2148. ManualWeld191.Parent = WedgePart190
  2149. ManualWeld191.C0 = CFrame.new(0, 0, 0, 0, -1, 0, 0.819151461, 0, 0.573577344, -0.573577344, 0, 0.819151461)
  2150. ManualWeld191.C1 = CFrame.new(0.0498428345, -0.250026703, -0.149940491, 0, -1, 0, -0.573577464, 0, 0.81915164, -0.81915164, 0, -0.573577464)
  2151. ManualWeld191.Part0 = WedgePart190
  2152. ManualWeld191.Part1 = Part179
  2153. WedgePart192.Parent = Model175
  2154. WedgePart192.Material = Enum.Material.Slate
  2155. WedgePart192.BrickColor = BrickColor.new("Deep orange")
  2156. WedgePart192.Rotation = Vector3.new(-180, 35, -90)
  2157. WedgePart192.CanCollide = false
  2158. WedgePart192.Size = Vector3.new(0.0999999046, 0.900000036, 0.299999982)
  2159. WedgePart192.CFrame = CFrame.new(-107.233231, 117.349403, -50.881382, -0, 0.819152176, 0.573577821, 1, 0, 0, 0, 0.573577821, -0.819152176)
  2160. WedgePart192.BottomSurface = Enum.SurfaceType.Smooth
  2161. WedgePart192.Color = Color3.new(1, 0.690196, 0)
  2162. WedgePart192.Position = Vector3.new(-107.233231, 117.349403, -50.881382)
  2163. WedgePart192.Orientation = Vector3.new(0, 145, 90)
  2164. WedgePart192.Color = Color3.new(1, 0.690196, 0)
  2165. ManualWeld193.Name = "Weld"
  2166. ManualWeld193.Parent = WedgePart192
  2167. ManualWeld193.C0 = CFrame.new(0, 0, 0, 0, 1, 0, 0.819151461, 0, 0.573577344, 0.573577344, 0, -0.819151461)
  2168. ManualWeld193.C1 = CFrame.new(0.0498428345, 0.050037384, -0.14994812, 0, -1, 0, -0.573577464, 0, 0.81915164, -0.81915164, 0, -0.573577464)
  2169. ManualWeld193.Part0 = WedgePart192
  2170. ManualWeld193.Part1 = Part179
  2171. Part194.Name = "pizzaboxconstraint"
  2172. Part194.Parent = Model0
  2173. Part194.Transparency = 1
  2174. Part194.CanCollide = false
  2175. Part194.Shape = Enum.PartType.Cylinder
  2176. Part194.Size = Vector3.new(2.5, 0.400000006, 0.400000006)
  2177. Part194.CFrame = CFrame.new(-106.814522, 117.299988, -49.5357475, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2178. Part194.BottomSurface = Enum.SurfaceType.Smooth
  2179. Part194.TopSurface = Enum.SurfaceType.Smooth
  2180. Part194.Position = Vector3.new(-106.814522, 117.299988, -49.5357475)
  2181. ManualWeld195.Name = "Weld"
  2182. ManualWeld195.Parent = Part194
  2183. ManualWeld195.C1 = CFrame.new(-0.000915527344, 0.0999908447, 1.22442245, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2184. ManualWeld195.Part0 = Part194
  2185. ManualWeld195.Part1 = Part1
  2186. ManualWeld196.Name = "Weld"
  2187. ManualWeld196.Parent = Part194
  2188. ManualWeld196.C1 = CFrame.new(-0.000915527344, -0.100006104, 1.22442245, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2189. ManualWeld196.Part0 = Part194
  2190. ManualWeld196.Part1 = Part2
  2191. for i,v in pairs(mas:GetChildren()) do
  2192. v.Parent = char
  2193. pizzabox = v
  2194. boxconstraint = ManualWeld195
  2195. top = Part2
  2196. bottom = Part1
  2197. piz9 = Model137
  2198. breakitup = WedgePart152
  2199. pcall(function() v:MakeJoints() end)
  2200. end
  2201. mas:Destroy()
  2202. for i,v in pairs(cors) do
  2203. spawn(function()
  2204. pcall(v)
  2205. end)
  2206. end
  2207.  
  2208.  
  2209. local rootj0 = rootj.C0
  2210. local neck0 = neck.C0
  2211. local LS0 = LS.C0
  2212. local RS0 = RS.C0
  2213. local LH0 = LH.C0
  2214. local RH0 = RH.C0
  2215. local rootj1 = rootj.C1
  2216. local neck1 = neck.C1
  2217. local LS1 = LS.C1
  2218. local RS1 = RS.C1
  2219. local LH1 = LH.C1
  2220. local RH1 = RH.C1
  2221.  
  2222. -----------------------------------------------------------------------------------
  2223.  
  2224. local CFn = CFrame.new
  2225. local CFa = CFrame.Angles
  2226. local Rad = math.rad
  2227. local Sin = math.sin
  2228. local Cos = math.cos
  2229. local sine = 1
  2230.  
  2231. local boxweld = Instance.new("Weld", bottom)
  2232. boxweld.Part0 = rarm
  2233. boxweld.Part1 = bottom
  2234. boxweld.C1 = CFn(0.5, -0.5, 1.5) * CFa(Rad(90), 0, 0)
  2235.  
  2236. local boxweld0 = boxweld.C0
  2237. local boxweld1 = boxweld.C1
  2238.  
  2239. local closedframe = boxconstraint.C0
  2240. local bc0 = boxconstraint.C0
  2241. local bc1 = boxconstraint.C1
  2242.  
  2243. local OMFG_PIZZA = Instance.new("Sound", tor)
  2244. OMFG_PIZZA.SoundId = "rbxassetid://916855205"
  2245. OMFG_PIZZA.Name = "OMFG_PIZZADUDE"
  2246. OMFG_PIZZA.Volume = 1.5
  2247. OMFG_PIZZA.Looped = true
  2248. OMFG_PIZZA:Play()
  2249. local thepos = OMFG_PIZZA.TimePosition
  2250.  
  2251. local SCOOTER = Instance.new("Sound", tor)
  2252. SCOOTER.SoundId = "rbxassetid://1837805876"
  2253. SCOOTER.Name = "SCOOTERDUDE"
  2254. SCOOTER.Volume = 1.5
  2255. SCOOTER.Looped = true
  2256. local thepos2 = SCOOTER.TimePosition
  2257.  
  2258. local PIZZA_TIME = Instance.new("Sound", head)
  2259. PIZZA_TIME.Name = "PIZZA_TIME_BRUTHA"
  2260. PIZZA_TIME.SoundId = "rbxassetid://749833201"
  2261. PIZZA_TIME.Volume = 2
  2262.  
  2263. local MAMAMIA_47 = Instance.new("Sound", head)
  2264. MAMAMIA_47.Name = "MAMAMIA_47"
  2265. MAMAMIA_47.SoundId = "rbxassetid://1205895814"
  2266. MAMAMIA_47.Volume = 2
  2267.  
  2268. local SMACKA = Instance.new("Sound", bottom)
  2269. SMACKA.Name = "SMACKA"
  2270. SMACKA.SoundId = "rbxassetid://145486953"
  2271. SMACKA.Volume = 2
  2272.  
  2273. local RINGRINGRING = Instance.new("Sound", larm)
  2274. RINGRINGRING.Name = "RINGRINGRINGPICKUPTHEPHONE"
  2275. RINGRINGRING.SoundId = "rbxassetid://1414945022"
  2276. RINGRINGRING.Volume = 2
  2277.  
  2278. local SOOOSH = Instance.new("Sound", breakitup)
  2279. SOOOSH.Name = "SOOOSH"
  2280. SOOOSH.SoundId = "rbxassetid://158037267"
  2281. SOOOSH.Volume = 2
  2282.  
  2283. honk = Instance.new("Sound", tor)
  2284. honk.SoundId = "rbxassetid://972340421"
  2285. honk.Name = "HONKHONKGWETOUTOFTHEWAY"
  2286. honk.Looped = true
  2287. honk.Volume = 3
  2288.  
  2289. -----------------------------------------------------------------------------------
  2290.  
  2291. local ws = hum.WalkSpeed
  2292. local jp = hum.JumpPower
  2293. local nws = ws
  2294. local njp = jp
  2295. local opened = false
  2296. local attacking = false
  2297. local Taunting = false
  2298. local Smacking = false
  2299. local boom = false
  2300. local bam = false
  2301. local Scooting = false
  2302. local Boosting = false
  2303. local Giving = false
  2304.  
  2305. -----------------------------------------------------------------------------------
  2306.  
  2307. ArtificialHB = Instance.new("BindableEvent", script)
  2308. ArtificialHB.Name = "Heartbeat"
  2309. script:WaitForChild("Heartbeat")
  2310.  
  2311. frame = 1 / 60
  2312. tf = 0
  2313. allowframeloss = false
  2314. tossremainder = false
  2315.  
  2316.  
  2317. lastframe = tick()
  2318. script.Heartbeat:Fire()
  2319.  
  2320.  
  2321. game:GetService("RunService").Heartbeat:connect(function(s, p)
  2322. tf = tf + s
  2323. if tf >= frame then
  2324. if allowframeloss then
  2325. script.Heartbeat:Fire()
  2326. lastframe = tick()
  2327. else
  2328. for i = 1, math.floor(tf / frame) do
  2329. script.Heartbeat:Fire()
  2330. end
  2331. lastframe = tick()
  2332. end
  2333. if tossremainder then
  2334. tf = 0
  2335. else
  2336. tf = tf - frame * math.floor(tf / frame)
  2337. end
  2338. end
  2339. end)
  2340.  
  2341. function swait(num)
  2342. if num == 0 or num == nil then
  2343. game:service("RunService").Stepped:wait(0)
  2344. else
  2345. for i = 0, num do
  2346. game:service("RunService").Stepped:wait(0)
  2347. end
  2348. end
  2349. end
  2350.  
  2351. function clerp(a, b, t)
  2352. return a:lerp(b, t)
  2353. end
  2354.  
  2355. function Open_Close()
  2356. if opened == true and attacking == false then
  2357. opened = false
  2358. bc0 = closedframe
  2359. elseif opened == false and attacking == false then
  2360. opened = true
  2361. bc0 = closedframe * CFa(Rad(-110), 0, 0)
  2362. end
  2363. end
  2364.  
  2365. function ClassicExplo(pos, range, start_size, end_size, color, rate, length, parent)
  2366. for i = 1,rate do
  2367. local ranAng = math.random(-360, 360)
  2368. local ranPos = math.random(-range, range)
  2369. local ranPos2 = math.random(-range, range)
  2370. local ranPos3 = math.random(-range, range)
  2371. local B_Effect = Instance.new("Part", parent)
  2372. B_Effect.Material = "Neon"
  2373. B_Effect.BrickColor = BrickColor.new(color)
  2374. B_Effect.CanCollide = false
  2375. B_Effect.Size = Vector3.new(start_size, start_size, start_size)
  2376. B_Effect.Anchored = true
  2377. B_Effect.CFrame = pos
  2378. local tweeninfo = TweenInfo.new(length, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  2379. local partprop = {CFrame = pos * CFn(ranPos, ranPos2, ranPos3) * CFa(ranAng, ranAng, ranAng); Size = Vector3.new(end_size, end_size, end_size)}
  2380. local tween = tweenserv:Create(B_Effect, tweeninfo, partprop)
  2381. tween:Play()
  2382. game:GetService("Debris"):AddItem(B_Effect, length)
  2383. end
  2384. end
  2385.  
  2386. function ZapExplo(pos, start_size, bend_size, zend_size, color, duration, parent)
  2387. local beam1explo = Instance.new("Part", parent)
  2388. beam1explo.Material = "Neon"
  2389. beam1explo.Shape = "Ball"
  2390. beam1explo.Name = "beamexploHI"
  2391. beam1explo.BrickColor = BrickColor.new(color)
  2392. beam1explo.Size = Vector3.new(start_size, start_size, start_size)
  2393. beam1explo.Anchored = true
  2394. beam1explo.CanCollide = false
  2395. beam1explo.CFrame = pos
  2396. beam2explo = Instance.new("Part", parent)
  2397. beam2explo.Material = "Neon"
  2398. beam2explo.Name = "beamexploHI"
  2399. beam2explo.BrickColor = BrickColor.new(color)
  2400. beam2explo.Size = Vector3.new(start_size, start_size, start_size)
  2401. beam2explo.Anchored = true
  2402. beam2explo.CanCollide = false
  2403. beam2explo.CFrame = pos
  2404. beam3explo = Instance.new("Part", parent)
  2405. beam3explo.Material = "Neon"
  2406. beam3explo.Name = "beamexploHI"
  2407. beam3explo.BrickColor = BrickColor.new(color)
  2408. beam3explo.Size = Vector3.new(start_size, start_size, start_size)
  2409. beam3explo.Anchored = true
  2410. beam3explo.CanCollide = false
  2411. beam3explo.CFrame = pos
  2412. local tweeninfo = TweenInfo.new(duration, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  2413. local partprop = {Transparency = 1; Size = Vector3.new(bend_size, bend_size, bend_size)}
  2414. local tween = game:GetService("TweenService"):Create(beam1explo, tweeninfo, partprop)
  2415. local tweeninfo2 = TweenInfo.new(duration, Enum.EasingStyle.Quad, Enum.EasingDirection.Out, 0, false, 0)
  2416. local partprop2 = {Transparency = 1; Size = Vector3.new(zend_size, zend_size, zend_size)}
  2417. local tween2 = game:GetService("TweenService"):Create(beam2explo, tweeninfo2, partprop2)
  2418. local tween3 = game:GetService("TweenService"):Create(beam3explo, tweeninfo2, partprop2)
  2419. tween:Play()
  2420. tween2:Play()
  2421. tween3:Play()
  2422. game:GetService("Debris"):AddItem(beam1explo, duration)
  2423. game:GetService("Debris"):AddItem(beam2explo, duration)
  2424. game:GetService("Debris"):AddItem(beam3explo, duration)
  2425. coroutine.resume(coroutine.create(function()
  2426. for i = 1,math.huge do
  2427. if beam2explo then
  2428. local ranAng2 = math.random(-360, 360)
  2429. beam2explo.CFrame = beam2explo.CFrame * CFrame.Angles(math.rad(ranAng2), math.rad(ranAng2), math.rad(ranAng2))
  2430. end
  2431. if beam3explo then
  2432. local ranAng3 = math.random(-360, 360)
  2433. beam3explo.CFrame = beam3explo.CFrame * CFrame.Angles(math.rad(ranAng3), math.rad(ranAng3), math.rad(ranAng3))
  2434. end
  2435. if not beam2explo or not beam3explo then
  2436. break
  2437. end
  2438. wait()
  2439. end
  2440. end))
  2441. end
  2442.  
  2443. function Taunt()
  2444. if attacking == false and Taunting == false and opened == false then
  2445. attacking = true
  2446. Taunting = true
  2447. hum.WalkSpeed = 2
  2448. hum.JumpPower = 5
  2449. for i = 0,1,.1 do
  2450. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2451. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2452. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(0.2, 0, -0.3) * CFa(Rad(-40), 0, 0), i)
  2453. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(10), 0, Rad(-20)), i)
  2454. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2455. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2), i)
  2456. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2457. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2458. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2459. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-170)), i)
  2460. RS.C0 = clerp(RS.C0, RS0 * CFa(Rad(-10), 0, Rad(10)), i)
  2461. LH.C0 = clerp(LH.C0, LH0, i)
  2462. RH.C0 = clerp(RH.C0, RH0, i)
  2463. swait()
  2464. end
  2465. for i = 0,1,.1 do
  2466. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2467. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2468. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(0.2, 0, -0.3) * CFa(Rad(-40), 0, 0), i)
  2469. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(10), 0, Rad(-20)), i)
  2470. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-20), 0, 0), i)
  2471. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2), i)
  2472. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2473. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), Rad(20)), i)
  2474. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), Rad(-20)), i)
  2475. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-130)), i)
  2476. RS.C0 = clerp(RS.C0, RS0 * CFa(Rad(-20), 0, Rad(30)), i)
  2477. LH.C0 = clerp(LH.C0, LH0, i)
  2478. RH.C0 = clerp(RH.C0, RH0, i)
  2479. swait()
  2480. end
  2481. if not larm:FindFirstChild("RINGRINGRINGPICKUPTHEPHONE") then
  2482. RINGRINGRING = Instance.new("Sound", larm)
  2483. RINGRINGRING.Name = "RINGRINGRINGPICKUPTHEPHONE"
  2484. RINGRINGRING.SoundId = "rbxassetid://1414945022"
  2485. RINGRINGRING.Volume = 2
  2486. RINGRINGRING:Play()
  2487. else
  2488. RINGRINGRING = larm:FindFirstChild("RINGRINGRINGPICKUPTHEPHONE")
  2489. RINGRINGRING:Play()
  2490. end
  2491. for i = 0,1,.05 do
  2492. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2493. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2494. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(0.2, 0, -0.3) * CFa(Rad(-40), 0, 0), i)
  2495. neck.C1 = clerp(neck.C1, neck1, i)
  2496. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2497. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2), i)
  2498. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2499. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2500. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2501. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-170)), i)
  2502. RS.C0 = clerp(RS.C0, RS0 * CFa(Rad(-10), 0, Rad(10)), i)
  2503. LH.C0 = clerp(LH.C0, LH0, i)
  2504. RH.C0 = clerp(RH.C0, RH0, i)
  2505. swait()
  2506. end
  2507. for i = 0,1,.15 do
  2508. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2509. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2510. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(0.2, 0, -0.3) * CFa(Rad(-40), 0, 0), i)
  2511. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2512. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2513. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(-20), 0, 0), i)
  2514. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2515. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2516. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2517. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-80)), i)
  2518. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(30)), i)
  2519. LH.C0 = clerp(LH.C0, LH0, i)
  2520. RH.C0 = clerp(RH.C0, RH0, i)
  2521. swait()
  2522. end
  2523. if not head:FindFirstChild("PIZZA_TIME_BRUTHA") then
  2524. PIZZA_TIME = Instance.new("Sound", head)
  2525. PIZZA_TIME.Name = "PIZZA_TIME_BRUTHA"
  2526. PIZZA_TIME.SoundId = "rbxassetid://749833201"
  2527. PIZZA_TIME.Volume = 2
  2528. PIZZA_TIME:Play()
  2529. else
  2530. PIZZA_TIME = head:FindFirstChild("PIZZA_TIME_BRUTHA")
  2531. PIZZA_TIME:Play()
  2532. end
  2533. for i = 0,1,.05 do
  2534. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2535. boxconstraint.C0 = clerp(boxconstraint.C0, bc0 * CFa(Rad(-40), 0, 0), i)
  2536. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(0.2, 0, -0.3) * CFa(Rad(-40), 0, 0), i)
  2537. neck.C1 = clerp(neck.C1, neck1, i)
  2538. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2539. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(-20), 0, 0), i)
  2540. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2541. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2542. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2543. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-120)), i)
  2544. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(50)), i)
  2545. LH.C0 = clerp(LH.C0, LH0, i)
  2546. RH.C0 = clerp(RH.C0, RH0, i)
  2547. swait()
  2548. end
  2549. for i = 0,1,.15 do
  2550. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2551. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2552. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(0.2, 0, -0.3) * CFa(Rad(-40), 0, 0), i)
  2553. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2554. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2555. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(-20), 0, 0), i)
  2556. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2557. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2558. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2559. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-80)), i)
  2560. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(50)), i)
  2561. LH.C0 = clerp(LH.C0, LH0, i)
  2562. RH.C0 = clerp(RH.C0, RH0, i)
  2563. swait()
  2564. end
  2565. hum.WalkSpeed = nws
  2566. hum.JumpPower = njp
  2567. attacking = false
  2568. Taunting = false
  2569. elseif attacking == false and Taunting == false and opened == true then
  2570. attacking = true
  2571. Taunting = true
  2572. hum.WalkSpeed = 2
  2573. hum.JumpPower = 5
  2574. for i = 0,1,.1 do
  2575. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2576. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2577. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  2578. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2579. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2580. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-5), 0, 0), i)
  2581. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2582. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2583. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2584. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-130)), i)
  2585. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), i)
  2586. LH.C0 = clerp(LH.C0, LH0, i)
  2587. RH.C0 = clerp(RH.C0, RH0, i)
  2588. swait()
  2589. end
  2590. for i = 0,1,.1 do
  2591. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2592. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2593. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  2594. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, 0), i)
  2595. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2596. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(-50), 0, 0), i)
  2597. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2598. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2599. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2600. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-100)), i)
  2601. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(65)), i)
  2602. LH.C0 = clerp(LH.C0, LH0, i)
  2603. RH.C0 = clerp(RH.C0, RH0, i)
  2604. swait()
  2605. end
  2606. local piz = piz9:Clone()
  2607. for i,v in pairs(piz9:GetChildren()) do
  2608. if v:IsA("BasePart") then
  2609. v.Transparency = 1
  2610. end
  2611. end
  2612. local CRUSTYY = piz:FindFirstChild("crust")
  2613. local GETOFFNOOB = CRUSTYY:FindFirstChild("NOUNOOB")
  2614. GETOFFNOOB:Destroy()
  2615. piz.Parent = pizzabox
  2616. local neww = Instance.new("Weld", CRUSTYY)
  2617. neww.Part0 = larm
  2618. neww.Part1 = CRUSTYY
  2619. neww.C1 = CFn(1, 0.3, -0.2) * CFa(Rad(90), Rad(30), Rad(-110))
  2620. if not head:FindFirstChild("MAMAMIA_47") then
  2621. MAMAMIA_47 = Instance.new("Sound", head)
  2622. MAMAMIA_47.Name = "MAMAMIA_47"
  2623. MAMAMIA_47.SoundId = "rbxassetid://1205895814"
  2624. MAMAMIA_47.Volume = 2
  2625. MAMAMIA_47:Play()
  2626. else
  2627. MAMAMIA_47 = head:FindFirstChild("MAMAMIA_47")
  2628. MAMAMIA_47:Play()
  2629. end
  2630. for i = 0,1,.1 do
  2631. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2632. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2633. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  2634. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  2635. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2636. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-70), 0, 0), i)
  2637. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2638. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2639. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2640. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-120)), i)
  2641. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), i)
  2642. LH.C0 = clerp(LH.C0, LH0, i)
  2643. RH.C0 = clerp(RH.C0, RH0, i)
  2644. swait()
  2645. end
  2646. hum.Health = hum.Health + 15
  2647. for i = 0,1,.1 do
  2648. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2649. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2650. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  2651. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(15), 0, 0), i)
  2652. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2653. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(65), 0, 0), i)
  2654. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2655. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2656. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2657. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-120)), i)
  2658. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), i)
  2659. LH.C0 = clerp(LH.C0, LH0, i)
  2660. RH.C0 = clerp(RH.C0, RH0, i)
  2661. swait()
  2662. end
  2663. piz:Destroy()
  2664. for i,v in pairs(piz9:GetChildren()) do
  2665. if v:IsA("BasePart") then
  2666. v.Transparency = 0
  2667. end
  2668. end
  2669. hum.WalkSpeed = nws
  2670. hum.JumpPower = njp
  2671. Taunting = false
  2672. attacking = false
  2673. elseif attacking == true and Scooting == true then
  2674. if not tor:FindFirstChild("HONKHONKGWETOUTOFTHEWAY") then
  2675. honk = Instance.new("Sound", tor)
  2676. honk.Name = "HONKHONKGWETOUTOFTHEWAY"
  2677. honk.SoundId = "rbxassetid://972340421"
  2678. honk.Volume = 3
  2679. honk.Looped = true
  2680. honk:Play()
  2681. else
  2682. honk = tor:FindFirstChild("HONKHONKGWETOUTOFTHEWAY")
  2683. honk:Play()
  2684. end
  2685. end
  2686. end
  2687.  
  2688. function Smack()
  2689. if attacking == false and Smacking == false and opened == false then
  2690. attacking = true
  2691. Smacking = true
  2692. boom = false
  2693. hum.WalkSpeed = 2
  2694. hum.JumpPower = 5
  2695. local bye = bottom.Touched:connect(function(hit)
  2696. if not hit:IsDescendantOf(char) and hit.Parent:FindFirstChildOfClass("Humanoid") and boom == false then
  2697. local theman = hit.Parent
  2698. local thehum = theman:FindFirstChildOfClass("Humanoid")
  2699. thehum:Destroy()
  2700. local p1 = Instance.new("Part",theman)
  2701. p1.Transparency = 1
  2702. p1.CanCollide = true
  2703. local p2 = Instance.new("Part",theman)
  2704. p2.Transparency = 1
  2705. p2.CanCollide = true
  2706. local p3 = Instance.new("Part",theman)
  2707. p3.Transparency = 1
  2708. p3.CanCollide = true
  2709. local p4 = Instance.new("Part",theman)
  2710. p4.Transparency = 1
  2711. p4.CanCollide = true
  2712.  
  2713. local j1 = Instance.new("Glue",theman)
  2714. local j2 = Instance.new("Glue",theman)
  2715. local j3 = Instance.new("Glue",theman)
  2716. local j4 = Instance.new("Glue",theman)
  2717.  
  2718. local w1 = Instance.new("Weld",theman)
  2719. w1.Part0 = p1
  2720. local w2 = Instance.new("Weld",theman)
  2721. w2.Part0 = p2
  2722. local w3 = Instance.new("Weld",theman)
  2723. w3.Part0 = p3
  2724. local w4 = Instance.new("Weld",theman)
  2725. w4.Part0 = p4
  2726.  
  2727. local t = theman:FindFirstChild("Torso")
  2728. local ra = theman:FindFirstChild("Right Arm")
  2729. local la = theman:FindFirstChild("Left Arm")
  2730. local rl = theman:FindFirstChild("Right Leg")
  2731. local ll = theman:FindFirstChild("Left Leg")
  2732.  
  2733. if t then
  2734. for i,v in pairs(t:GetChildren()) do
  2735. if v.ClassName == "Motor6D" then
  2736. if ra then
  2737. print("ra")
  2738. w1.Part1 = ra
  2739. if v.Part1 == ra then
  2740. print("yes")
  2741. j1.Part0 = t
  2742. j1.Part1 = ra
  2743. j1.C0 = v.C0
  2744. j1.C1 = v.C1
  2745. v.Part1 = nil
  2746. end
  2747. end
  2748. if la then
  2749. print("la")
  2750. w2.Part1 = la
  2751. if v.Part1 == la then
  2752. print("yes")
  2753. j2.Part0 = t
  2754. j2.Part1 = la
  2755. j2.C0 = v.C0
  2756. j2.C1 = v.C1
  2757. v.Part1 = nil
  2758. end
  2759. end
  2760. if rl then
  2761. print("rl")
  2762. w3.Part1 = rl
  2763. if v.Part1 == rl then
  2764. print("yes")
  2765. j3.Part0 = t
  2766. j3.Part1 = rl
  2767. j3.C0 = v.C0
  2768. j3.C1 = v.C1
  2769. v.Part1 = nil
  2770. end
  2771. end
  2772. if ll then
  2773. print("ll")
  2774. w4.Part1 = ll
  2775. if v.Part1 == ll then
  2776. print("yes")
  2777. j4.Part0 = t
  2778. j4.Part1 = ll
  2779. j4.C0 = v.C0
  2780. j4.C1 = v.C1
  2781. v.Part1 = nil
  2782. end
  2783. end
  2784. end
  2785. end
  2786. end
  2787. if not bottom:FindFirstChild("SMACKA") then
  2788. SMACKA = Instance.new("Sound", bottom)
  2789. SMACKA.Name = "SMACKA"
  2790. SMACKA.SoundId = "rbxassetid://145486953"
  2791. SMACKA.Volume = 2
  2792. SMACKA:Play()
  2793. else
  2794. SMACKA = bottom:FindFirstChild("SMACKA")
  2795. SMACKA:Play()
  2796. end
  2797. boom = true
  2798. elseif not hit:IsDescendantOf(char) and hit.Parent.Parent:FindFirstChildOfClass("Humanoid") and boom == false then
  2799. local theman = hit.Parent.Parent
  2800. local thehum = theman:FindFirstChildOfClass("Humanoid")
  2801. thehum.Health = thehum.Health - 20
  2802. boom = true
  2803. end
  2804. end)
  2805. for i = 0,1,.15 do
  2806. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2807. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2808. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(1, 0, 0), i)
  2809. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(30), 0, 0), i)
  2810. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(20), 0, 0), i)
  2811. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2), i)
  2812. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2813. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), Rad(30)), i)
  2814. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), Rad(15)), i)
  2815. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-150)), i)
  2816. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(150)), i)
  2817. LH.C0 = clerp(LH.C0, LH0, i)
  2818. RH.C0 = clerp(RH.C0, RH0, i)
  2819. swait()
  2820. end
  2821. for i = 0,1,.2 do
  2822. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2823. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2824. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(1, 0, 0), i)
  2825. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, 0), i)
  2826. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-10), 0, 0), i)
  2827. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2), i)
  2828. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2829. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), Rad(-35)), i)
  2830. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), Rad(-12)), i)
  2831. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-10)), i)
  2832. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(10)), i)
  2833. LH.C0 = clerp(LH.C0, LH0, i)
  2834. RH.C0 = clerp(RH.C0, RH0, i)
  2835. swait()
  2836. end
  2837. bye:disconnect()
  2838. boom = false
  2839. hum.WalkSpeed = nws
  2840. hum.JumpPower = njp
  2841. Smacking = false
  2842. attacking = false
  2843. elseif attacking == false and Smacking == false and opened == true then
  2844. attacking = true
  2845. Smacking = true
  2846. boom = false
  2847. for i = 0,1,.15 do
  2848. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2849. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2850. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  2851. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(10)), i)
  2852. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2853. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(-50), 0, 0), i)
  2854. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  2855. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2856. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2857. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-100)), i)
  2858. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(65)), i)
  2859. LH.C0 = clerp(LH.C0, LH0, i)
  2860. RH.C0 = clerp(RH.C0, RH0, i)
  2861. swait()
  2862. end
  2863. local piz = piz9:Clone()
  2864. for i,v in pairs(piz9:GetChildren()) do
  2865. if v:IsA("BasePart") then
  2866. v.Transparency = 1
  2867. end
  2868. end
  2869. local CRUSTYY = piz:FindFirstChild("crust")
  2870. local GETOFFNOOB = CRUSTYY:FindFirstChild("NOUNOOB")
  2871. local HEYHEYBREAKITUP = piz:FindFirstChild("SlicePart")
  2872. GETOFFNOOB:Destroy()
  2873. piz.Parent = pizzabox
  2874. local neww = Instance.new("Weld", CRUSTYY)
  2875. neww.Part0 = larm
  2876. neww.Part1 = CRUSTYY
  2877. neww.C1 = CFn(0, 0, 1) * CFa(Rad(90), 0, 0)
  2878. local hey = HEYHEYBREAKITUP.Touched:connect(function(hit)
  2879. if not hit:IsDescendantOf(char) and hit.Parent:FindFirstChildOfClass("Humanoid") and boom == false then
  2880. local theman = hit.Parent
  2881. local thehum = theman:FindFirstChildOfClass("Humanoid")
  2882. thehum.Health = thehum.Health - 10
  2883. boom = true
  2884. elseif not hit:IsDescendantOf(char) and hit.Parent.Parent:FindFirstChildOfClass("Humanoid") and boom == false then
  2885. local theman = hit.Parent.Parent
  2886. local thehum = theman:FindFirstChildOfClass("Humanoid")
  2887. thehum.Health = thehum.Health - 10
  2888. boom = true
  2889. end
  2890. end)
  2891. if not HEYHEYBREAKITUP:FindFirstChild("SOOOSH") then
  2892. SOOOSH = Instance.new("Sound", HEYHEYBREAKITUP)
  2893. SOOOSH.Name = "SOOOSH"
  2894. SOOOSH.SoundId = "rbxassetid://158037267"
  2895. SOOOSH.Volume = 2
  2896. SOOOSH:Play()
  2897. else
  2898. SOOOSH = HEYHEYBREAKITUP:FindFirstChild("SOOOSH")
  2899. SOOOSH:Play()
  2900. end
  2901. for i = 0,1,.2 do
  2902. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  2903. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  2904. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  2905. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, Rad(-20)), i)
  2906. rootj.C1 = clerp(rootj.C1, rootj1, i)
  2907. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(110), 0, 0), i)
  2908. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(30), 0, 0), i)
  2909. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  2910. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  2911. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-100)), i)
  2912. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(65)), i)
  2913. LH.C0 = clerp(LH.C0, LH0, i)
  2914. RH.C0 = clerp(RH.C0, RH0, i)
  2915. swait()
  2916. end
  2917. hey:disconnect()
  2918. boom = false
  2919. piz:Destroy()
  2920. for i,v in pairs(piz9:GetChildren()) do
  2921. if v:IsA("BasePart") then
  2922. v.Transparency = 0
  2923. end
  2924. end
  2925. hum.WalkSpeed = nws
  2926. hum.JumpPower = njp
  2927. Smacking = false
  2928. attacking = false
  2929. end
  2930. end
  2931.  
  2932. function Scooter()
  2933. if attacking == false and Scooting == false then
  2934. attacking = true
  2935. Scooting = true
  2936. hum.JumpPower = 25
  2937. hum.WalkSpeed = nws + 20
  2938. OMFG_PIZZA:Stop()
  2939. SCOOTER:Play()
  2940. scoota = Instance.new("Part", char)
  2941. scoota.Size = Vector3.new(0.5, 4, 6)
  2942. scoota.CanCollide = false
  2943. local scootam = Instance.new("SpecialMesh", scoota)
  2944. scootam.Scale = Vector3.new(1.25, 1.25, 1.25)
  2945. scootam.TextureId = "rbxassetid://168119260"
  2946. scootam.MeshType = "FileMesh"
  2947. scootam.MeshId = "rbxassetid://168119231"
  2948. local scootaw = Instance.new("Weld", scoota)
  2949. scootaw.Part0 = tor
  2950. scootaw.Part1 = scoota
  2951. scootaw.C1 = CFn(0, 1, 0.5)
  2952. local fire = Instance.new("Part", char)
  2953. fire.Size = Vector3.new(1, 1, 1)
  2954. fire.CanCollide = false
  2955. fire.Transparency = 1
  2956. local firew = Instance.new("Weld", fire)
  2957. firew.Part0 = scoota
  2958. firew.Part1 = fire
  2959. firew.C1 = CFn(0, 2, 2)
  2960. fireem = Instance.new("ParticleEmitter", fire)
  2961. fireem.EmissionDirection = "Back"
  2962. fireem.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(162, 162, 162)), ColorSequenceKeypoint.new(1, Color3.fromRGB(139, 139, 139))})
  2963. fireem.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.1, 0), NumberSequenceKeypoint.new(1, 0.813, 0)})
  2964. fireem.Texture = "rbxassetid://290833005"
  2965. fireem.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0, 0), NumberSequenceKeypoint.new(1, 0.8, 0)})
  2966. fireem.Lifetime = NumberRange.new(0.7)
  2967. fireem.Rate = 200
  2968. fireem.LockedToPart = true
  2969. fireem.Rotation = NumberRange.new(1, 360)
  2970. fireem.RotSpeed = NumberRange.new(360)
  2971. fireem.Speed = NumberRange.new(4)
  2972. fireem.SpreadAngle = Vector2.new(30, 5)
  2973. fireem.Enabled = false
  2974. elseif attacking == true and Scooting == true then
  2975. SCOOTER:Stop()
  2976. OMFG_PIZZA:Play()
  2977. scoota:Destroy()
  2978. hum.JumpPower = njp
  2979. hum.WalkSpeed = nws
  2980. Scooting = false
  2981. attacking = false
  2982. end
  2983. end
  2984.  
  2985. function scootahit()
  2986. if scoota and Boosting == true and Scooting == true and attacking == true then
  2987. asd = scoota.Touched:connect(function(hit)
  2988. if not hit:IsDescendantOf(char) and hit.Parent:FindFirstChildOfClass("Humanoid") and bam == false then
  2989. local hithum = hit.Parent:FindFirstChildOfClass("Humanoid")
  2990. hithum.Health = hithum.Health - 15
  2991. bam = true
  2992. wait(0.5)
  2993. bam = false
  2994. end
  2995. end)
  2996. end
  2997. end
  2998.  
  2999. function PizzaGive()
  3000. if attacking == false and Giving == false then
  3001. attacking = true
  3002. Giving = true
  3003. hum.WalkSpeed = 2
  3004. hum.JumpPower = 5
  3005. if opened == true then
  3006. for i = 0,1,.1 do
  3007. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  3008. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  3009. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  3010. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  3011. rootj.C1 = clerp(rootj.C1, rootj1, i)
  3012. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-5), 0, 0), i)
  3013. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  3014. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  3015. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  3016. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-130)), i)
  3017. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), i)
  3018. LH.C0 = clerp(LH.C0, LH0, i)
  3019. RH.C0 = clerp(RH.C0, RH0, i)
  3020. swait()
  3021. end
  3022. for i = 0,1,.1 do
  3023. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  3024. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  3025. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  3026. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-20), 0, 0), i)
  3027. rootj.C1 = clerp(rootj.C1, rootj1, i)
  3028. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.3, 0.2) * CFa(Rad(-50), 0, 0), i)
  3029. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  3030. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  3031. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  3032. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-100)), i)
  3033. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(65)), i)
  3034. LH.C0 = clerp(LH.C0, LH0, i)
  3035. RH.C0 = clerp(RH.C0, RH0, i)
  3036. swait()
  3037. end
  3038. local piz = piz9:Clone()
  3039. for i,v in pairs(piz9:GetChildren()) do
  3040. if v:IsA("BasePart") then
  3041. v.Transparency = 1
  3042. end
  3043. end
  3044. local CRUSTYY = piz:FindFirstChild("crust")
  3045. local GETOFFNOOB = CRUSTYY:FindFirstChild("NOUNOOB")
  3046. GETOFFNOOB:Destroy()
  3047. piz.Parent = pizzabox
  3048. local neww = Instance.new("Weld", CRUSTYY)
  3049. neww.Part0 = larm
  3050. neww.Part1 = CRUSTYY
  3051. neww.C1 = CFn(0, 0, 1) * CFa(Rad(90), 0, 0)
  3052. for i = 0,1,.1 do
  3053. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  3054. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  3055. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  3056. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), i)
  3057. rootj.C1 = clerp(rootj.C1, rootj1, i)
  3058. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(5), 0, 0), i)
  3059. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  3060. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  3061. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  3062. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(30)), i)
  3063. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), i)
  3064. LH.C0 = clerp(LH.C0, LH0, i)
  3065. RH.C0 = clerp(RH.C0, RH0, i)
  3066. swait()
  3067. end
  3068. for i = 0,1,.1 do
  3069. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, i)
  3070. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, i)
  3071. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(-2, -2, 0) * CFa(Rad(30), 0, Rad(130)), i)
  3072. neck.C1 = clerp(neck.C1, neck1, i)
  3073. rootj.C1 = clerp(rootj.C1, rootj1, i)
  3074. LS.C1 = clerp(LS.C1, LS1, i)
  3075. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, 0), i)
  3076. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), 0), i)
  3077. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), 0), i)
  3078. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-30)), i)
  3079. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), i)
  3080. LH.C0 = clerp(LH.C0, LH0, i)
  3081. RH.C0 = clerp(RH.C0, RH0, i)
  3082. swait()
  3083. end
  3084. neww:Destroy()
  3085. local dis2 = (CRUSTYY.Position - Mouse.Hit.p).unit * -1
  3086. CRUSTYY.Velocity = dis2 * 70 + Vector3.new(0, 2, 0)
  3087. local CRUSTYYbf = Instance.new("BodyForce", CRUSTYY)
  3088. CRUSTYYbf.force = Vector3.new(0, CRUSTYY:GetMass() * 70, 0)
  3089. for i,v in pairs(piz:GetChildren()) do
  3090. if v:IsA("BasePart") then
  3091. v.CanCollide = true
  3092. end
  3093. end
  3094. for i,v in pairs(piz9:GetChildren()) do
  3095. if v:IsA("BasePart") then
  3096. v.Transparency = 0
  3097. end
  3098. end
  3099. coroutine.resume(coroutine.create(function()
  3100. wait(1.5)
  3101. ClassicExplo(CRUSTYY.CFrame, 30, 5, 0.05, "Deep orange", 20, 1, workspace)
  3102. ZapExplo(CRUSTYY.CFrame, 0.1, 40, 20, "Deep orange", 1, workspace)
  3103. local explo = Instance.new("Explosion", workspace)
  3104. explo.Position = CRUSTYY.Position
  3105. explo.Visible = false
  3106. piz:Destroy()
  3107. end))
  3108. end
  3109. hum.WalkSpeed = nws
  3110. hum.JumpPower = njp
  3111. Giving = false
  3112. attacking = false
  3113. end
  3114. end
  3115.  
  3116. -----------------------------------------------------------------------------------
  3117.  
  3118. function kdown(k)
  3119. if k == "q" then
  3120. Open_Close()
  3121. elseif k == "t" then
  3122. Taunt()
  3123. elseif string.byte(k) == 50 then
  3124. Scooter()
  3125. elseif string.byte(k) == 48 then
  3126. if attacking == true and Scooting == true and Boosting == false then
  3127. hum.WalkSpeed = nws + 45
  3128. Boosting = true
  3129. fireem.Enabled = true
  3130. if scoota then
  3131. scootahit()
  3132. end
  3133. end
  3134. elseif k == "r" then
  3135. PizzaGive()
  3136. end
  3137. end
  3138.  
  3139. function kup(k)
  3140. if k == "t" then
  3141. honk:Stop()
  3142. elseif string.byte(k) == 48 then
  3143. if Scooting == true and attacking == true and Boosting == true then
  3144. hum.WalkSpeed = nws + 20
  3145. asd:disconnect()
  3146. fireem.Enabled = false
  3147. bam = false
  3148. Boosting = false
  3149. end
  3150. end
  3151. end
  3152.  
  3153. function lmdown()
  3154. Smack()
  3155. end
  3156.  
  3157. Mouse.KeyDown:connect(kdown)
  3158. Mouse.KeyUp:connect(kup)
  3159. Mouse.Button1Down:connect(lmdown)
  3160.  
  3161. -----------------------------------------------------------------------------------
  3162.  
  3163. warn([[
  3164.  
  3165.  
  3166. Pizza Guy.
  3167.  
  3168. A boy who lost both of their parents when he was 5.
  3169. The parents said: "Son, always eat pizzas and be hap--GAH".
  3170. The boy cried, for weeks.
  3171. One day, the boy got over the fact that his parents were murdered and thought of what they said before they died.
  3172. "I will beat the murderer's butt with my pizza!", he said.
  3173. He decided to work at DOMINO'S PIZZA, and now he lives a happy life with two children.
  3174.  
  3175. His name is Ben.
  3176.  
  3177. last updated: 2018/7/2, 18:31 JST.
  3178. ]])
  3179.  
  3180. while true do
  3181. swait()
  3182. sine = sine + 1
  3183. local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
  3184. if Taunting == true then
  3185. state = "Taunting"
  3186. elseif Smacking == true then
  3187. state = "Smacking"
  3188. elseif Giving == true then
  3189. state = "Giving"
  3190. elseif 1 < root.Velocity.y and Scooting == false then
  3191. state = "Jump"
  3192. elseif -1 > root.Velocity.y and Scooting == false then
  3193. state = "Fall"
  3194. elseif torvel < 1 and Scooting == false then
  3195. state = "Idle"
  3196. elseif tor.Velocity.magnitude < 60 and Scooting == false then
  3197. state = "Walk"
  3198. elseif torvel < 1 and Scooting == true then
  3199. state = "SIdle"
  3200. elseif tor.Velocity.magnitude < 60 and Scooting == true then
  3201. state = "SWalk"
  3202. end
  3203. if state == "Jump" then
  3204. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, 0.15)
  3205. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, 0.15)
  3206. boxweld.C1 = clerp(boxweld.C1, boxweld1, 0.15)
  3207. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-2), 0, 0), 0.15)
  3208. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(-15), 0, 0), 0.15)
  3209. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-60), 0, Rad(3)), 0.15)
  3210. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, Rad(-3)), 0.15)
  3211. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.2, 0) * CFa(Rad(2), 0, Rad(-15)), 0.15)
  3212. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.5, 0) * CFa(Rad(2), 0, Rad(25)), 0.15)
  3213. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-90)), 0.15)
  3214. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(80)), 0.15)
  3215. LH.C0 = clerp(LH.C0, LH0 * CFn(-0.2, 0, 0), 0.15)
  3216. RH.C0 = clerp(RH.C0, RH0 * CFn(0.5, 0, 0), 0.15)
  3217. elseif state == "Fall" then
  3218. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, 0.15)
  3219. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, 0.15)
  3220. boxweld.C1 = clerp(boxweld.C1, boxweld1, 0.15)
  3221. neck.C1 = clerp(neck.C1, neck1 * CFa(0, 0, 0), 0.15)
  3222. rootj.C1 = clerp(rootj.C1, rootj1 * CFa(Rad(15), 0, 0), 0.15)
  3223. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-60), 0, Rad(3)), 0.15)
  3224. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, Rad(-3)), 0.15)
  3225. LH.C1 = clerp(LH.C1, LH1 * CFn(0.2, -0.2, -0.1) * CFa(Rad(15), 0, Rad(80)), 0.15)
  3226. RH.C1 = clerp(RH.C1, RH1 * CFn(-0.2, -0.2, -0.1) * CFa(Rad(15), 0, Rad(-80)), 0.15)
  3227. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-140)), 0.15)
  3228. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(130)), 0.15)
  3229. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(-20)), 0.15)
  3230. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(20)), 0.15)
  3231. elseif state == "Idle" then
  3232. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, 0.15)
  3233. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, 0.15)
  3234. boxweld.C1 = clerp(boxweld.C1, boxweld1, 0.15)
  3235. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-15 * Cos(sine / 15)), 0, 0), 0.15)
  3236. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, 0.025 * Cos(sine / 15)), 0.15)
  3237. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-60), 0, Rad(3 * Cos(sine / 15))), 0.15)
  3238. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, Rad(-3 * Cos(sine / 15))), 0.15)
  3239. LH.C1 = clerp(LH.C1, LH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(-5), 0), 0.15)
  3240. RH.C1 = clerp(RH.C1, RH1 * CFn(0, -0.025 * Cos(sine / 15), 0) * CFa(Rad(5), Rad(5), 0), 0.15)
  3241. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-80)), 0.15)
  3242. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(60)), 0.15)
  3243. LH.C0 = clerp(LH.C0, LH0, 0.15)
  3244. RH.C0 = clerp(RH.C0, RH0, 0.15)
  3245. elseif state == "Walk" then
  3246. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, 0.15)
  3247. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, 0.15)
  3248. boxweld.C1 = clerp(boxweld.C1, boxweld1, 0.15)
  3249. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), 0.15)
  3250. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0.1 * Cos(sine /3), 0.1 * Cos(sine /3)) * CFa(Rad(-5), 0, Rad(5 * Cos(sine / 6))), 0.15)
  3251. LS.C1 = clerp(LS.C1, LS1 * CFa(Rad(-60), 0, Rad(3 * Cos(sine / 6))), 0.15)
  3252. RS.C1 = clerp(RS.C1, RS1 * CFa(Rad(2), 0, Rad(-3 * Cos(sine / 6))), 0.15)
  3253. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), Rad(-5), Rad(50 * Cos(sine / 6))), 0.15)
  3254. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), Rad(5), Rad(50 * Cos(sine / 6))), 0.15)
  3255. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-100)), 0.15)
  3256. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(80)), 0.15)
  3257. LH.C0 = clerp(LH.C0, LH0, 0.15)
  3258. RH.C0 = clerp(RH.C0, RH0, 0.15)
  3259. elseif state == "SIdle" then
  3260. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, 0.15)
  3261. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, 0.15)
  3262. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(1, -4.5, -0.5), 0.15)
  3263. neck.C1 = clerp(neck.C1, neck1 * CFa(0, Rad(-10 * Cos(sine / 10)), 0), 0.15)
  3264. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, -0.25), 0.15)
  3265. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.4, 0) * CFa(Rad(2), 0, 0), 0.15)
  3266. RS.C1 = clerp(RS.C1, RS1 * CFn(0, 0.4, 0) * CFa(Rad(2), 0, 0), 0.15)
  3267. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(5), Rad(-5), Rad(85)), 0.15)
  3268. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(5), Rad(5), Rad(-85)), 0.15)
  3269. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-90)), 0.15)
  3270. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(90)), 0.15)
  3271. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(10 * Cos(sine / 10))), 0.15)
  3272. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(10 * Cos(sine / 10))), 0.15)
  3273. elseif state == "SWalk" then
  3274. boxconstraint.C1 = clerp(boxconstraint.C1, bc1, 0.15)
  3275. boxconstraint.C0 = clerp(boxconstraint.C0, bc0, 0.15)
  3276. boxweld.C1 = clerp(boxweld.C1, boxweld1 * CFn(1, -4.5, -0.5), 0.15)
  3277. neck.C1 = clerp(neck.C1, neck1 * CFa(Rad(-5), 0, 0), 0.15)
  3278. if Boosting == true then
  3279. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, -0.85) * CFa(Rad(-15), 0, 0), 0.15)
  3280. else
  3281. rootj.C1 = clerp(rootj.C1, rootj1 * CFn(0, 0, -0.5) * CFa(Rad(-7), 0, 0), 0.15)
  3282. end
  3283. LS.C1 = clerp(LS.C1, LS1 * CFn(0, 0.4, 0) * CFa(Rad(2), 0, 0), 0.15)
  3284. RS.C1 = clerp(RS.C1, RS1 * CFn(0, 0.4, 0) * CFa(Rad(2), 0, 0), 0.15)
  3285. LH.C1 = clerp(LH.C1, LH1 * CFa(Rad(2), 0, Rad(85)), 0.15)
  3286. RH.C1 = clerp(RH.C1, RH1 * CFa(Rad(2), 0, Rad(-85)), 0.15)
  3287. LS.C0 = clerp(LS.C0, LS0 * CFa(0, 0, Rad(-90)), 0.15)
  3288. RS.C0 = clerp(RS.C0, RS0 * CFa(0, 0, Rad(90)), 0.15)
  3289. LH.C0 = clerp(LH.C0, LH0 * CFa(0, 0, Rad(10 * Cos(sine / 10))), 0.15)
  3290. RH.C0 = clerp(RH.C0, RH0 * CFa(0, 0, Rad(10 * Cos(sine / 10))), 0.15)
  3291. end
  3292. if not tor:FindFirstChild("OMFG_PIZZADUDE") and Scooting == false then
  3293. OMFG_PIZZA = Instance.new("Sound", tor)
  3294. OMFG_PIZZA.SoundId = "rbxassetid://1837805876"
  3295. OMFG_PIZZA.Name = "OMFG_PIZZADUDE"
  3296. OMFG_PIZZA.Volume = 1.5
  3297. OMFG_PIZZA.TimePosition = thepos
  3298. OMFG_PIZZA.Looped = true
  3299. OMFG_PIZZA:Play()
  3300. end
  3301. if not tor:FindFirstChild("SCOOTERDUDE") and Scooting == true then
  3302. SCOOTER = Instance.new("Sound", tor)
  3303. SCOOTER.SoundId = "rbxassetid://210237012"
  3304. SCOOTER.Name = "SCOOTERDUDE"
  3305. SCOOTER.Volume = 1.5
  3306. SCOOTER.TimePosition = thepos2
  3307. SCOOTER.Looped = true
  3308. SCOOTER:Play()
  3309. end
  3310. thepos = OMFG_PIZZA.TimePosition
  3311. thepos2 = SCOOTER.TimePosition
  3312. end
Add Comment
Please, Sign In to add comment