sIendytubble

(TESTING) clown van gui i made

May 21st, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.92 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  51. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67. local Mouse = Player:GetMouse()
  68. local UIS = game:GetService("UserInputService")
  69. local input = function(io,a)
  70. if a then return end
  71. --Since InputObject is a client-side instance, we create and pass table instead
  72. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  73. end
  74. UIS.InputBegan:Connect(input)
  75. UIS.InputEnded:Connect(input)
  76. local h,t
  77. --Give the server mouse data 30 times every second, but only if the values changed
  78. --If player is not moving their mouse, client won't fire events
  79. while wait(1/30) do
  80. if h~=Mouse.Hit or t~=Mouse.Target then
  81. h,t=Mouse.Hit,Mouse.Target
  82. Event:FireServer({isMouse=true,Target=t,Hit=h})
  83. end
  84. end]==],Player.Character)
  85.  
  86. ----Sandboxed game object that allows the usage of client-side methods and services
  87. --Real game object
  88. local _rg = game
  89.  
  90. --Metatable for fake service
  91. local fsmt = {
  92. __index = function(self,k)
  93. local s = rawget(self,"_RealService")
  94. if s then
  95. return typeof(s[k])=="function"
  96. and function(_,...)return s[k](s,...)end or s[k]
  97. end
  98. end,
  99. __newindex = function(self,k,v)
  100. local s = rawget(self,"_RealService")
  101. if s then s[k]=v end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return rawget(self,s) or _rg:GetService(s)
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. RunService = FakeService({
  120. _btrs = {},
  121. RenderStepped = _rg:GetService("RunService").Heartbeat,
  122. BindToRenderStep = function(self,name,_,fun)
  123. self._btrs[name] = self.Heartbeat:Connect(fun)
  124. end,
  125. UnbindFromRenderStep = function(self,name)
  126. self._btrs[name]:Disconnect()
  127. end,
  128. },"RunService")
  129. }
  130. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  131. g.service = g.GetService
  132. FakeService(g,game)
  133. --Changing owner to fake player object to support owner:GetMouse()
  134. game,owner = g,g.Players.LocalPlayer
  135. end
  136. function truck(player)
  137. player = player
  138. player.Character.Archivable = true
  139. playerclonexd = player.Character:Clone()
  140. coroutine.resume(coroutine.create(function()
  141. local Figure = playerclonexd
  142. local Torso = Figure:WaitForChild("Torso")
  143. local RightShoulder = Torso:WaitForChild("Right Shoulder")
  144. local LeftShoulder = Torso:WaitForChild("Left Shoulder")
  145. local RightHip = Torso:WaitForChild("Right Hip")
  146. local LeftHip = Torso:WaitForChild("Left Hip")
  147. local Neck = Torso:WaitForChild("Neck")
  148. local Humanoid = Figure:WaitForChild("Humanoid")
  149. local pose = "Standing"
  150.  
  151. local currentAnim = ""
  152. local currentAnimInstance = nil
  153. local currentAnimTrack = nil
  154. local currentAnimKeyframeHandler = nil
  155. local currentAnimSpeed = 1.0
  156. local animTable = {}
  157. local animNames = {
  158. idle = {
  159. { id = "http://www.roblox.com/asset/?id=180435571", weight = 9 },
  160. { id = "http://www.roblox.com/asset/?id=180435792", weight = 1 }
  161. },
  162. walk = {
  163. { id = "http://www.roblox.com/asset/?id=180426354", weight = 10 }
  164. },
  165. run = {
  166. { id = "run.xml", weight = 10 }
  167. },
  168. jump = {
  169. { id = "http://www.roblox.com/asset/?id=125750702", weight = 10 }
  170. },
  171. fall = {
  172. { id = "http://www.roblox.com/asset/?id=180436148", weight = 10 }
  173. },
  174. climb = {
  175. { id = "http://www.roblox.com/asset/?id=180436334", weight = 10 }
  176. },
  177. sit = {
  178. { id = "http://www.roblox.com/asset/?id=178130996", weight = 10 }
  179. },
  180. toolnone = {
  181. { id = "http://www.roblox.com/asset/?id=182393478", weight = 10 }
  182. },
  183. toolslash = {
  184. { id = "http://www.roblox.com/asset/?id=129967390", weight = 10 }
  185. -- { id = "slash.xml", weight = 10 }
  186. },
  187. toollunge = {
  188. { id = "http://www.roblox.com/asset/?id=129967478", weight = 10 }
  189. },
  190. wave = {
  191. { id = "http://www.roblox.com/asset/?id=128777973", weight = 10 }
  192. },
  193. point = {
  194. { id = "http://www.roblox.com/asset/?id=128853357", weight = 10 }
  195. },
  196. dance1 = {
  197. { id = "http://www.roblox.com/asset/?id=182435998", weight = 10 },
  198. { id = "http://www.roblox.com/asset/?id=182491037", weight = 10 },
  199. { id = "http://www.roblox.com/asset/?id=182491065", weight = 10 }
  200. },
  201. dance2 = {
  202. { id = "http://www.roblox.com/asset/?id=182436842", weight = 10 },
  203. { id = "http://www.roblox.com/asset/?id=182491248", weight = 10 },
  204. { id = "http://www.roblox.com/asset/?id=182491277", weight = 10 }
  205. },
  206. dance3 = {
  207. { id = "http://www.roblox.com/asset/?id=182436935", weight = 10 },
  208. { id = "http://www.roblox.com/asset/?id=182491368", weight = 10 },
  209. { id = "http://www.roblox.com/asset/?id=182491423", weight = 10 }
  210. },
  211. laugh = {
  212. { id = "http://www.roblox.com/asset/?id=129423131", weight = 10 }
  213. },
  214. cheer = {
  215. { id = "http://www.roblox.com/asset/?id=129423030", weight = 10 }
  216. },
  217. }
  218. local dances = {"dance1", "dance2", "dance3"}
  219.  
  220. -- Existance in this list signifies that it is an emote, the value indicates if it is a looping emote
  221. local emoteNames = { wave = false, point = false, dance1 = true, dance2 = true, dance3 = true, laugh = false, cheer = false}
  222.  
  223. function configureAnimationSet(name, fileList)
  224. if (animTable[name] ~= nil) then
  225. for _, connection in pairs(animTable[name].connections) do
  226. connection:disconnect()
  227. end
  228. end
  229. animTable[name] = {}
  230. animTable[name].count = 0
  231. animTable[name].totalWeight = 0
  232. animTable[name].connections = {}
  233.  
  234. -- check for config values
  235. local config = script:FindFirstChild(name)
  236. if (config ~= nil) then
  237. -- print("Loading anims " .. name)
  238. table.insert(animTable[name].connections, config.ChildAdded:connect(function(child) configureAnimationSet(name, fileList) end))
  239. table.insert(animTable[name].connections, config.ChildRemoved:connect(function(child) configureAnimationSet(name, fileList) end))
  240. local idx = 1
  241. for _, childPart in pairs(config:GetChildren()) do
  242. if (childPart:IsA("Animation")) then
  243. table.insert(animTable[name].connections, childPart.Changed:connect(function(property) configureAnimationSet(name, fileList) end))
  244. animTable[name][idx] = {}
  245. animTable[name][idx].anim = childPart
  246. local weightObject = childPart:FindFirstChild("Weight")
  247. if (weightObject == nil) then
  248. animTable[name][idx].weight = 1
  249. else
  250. animTable[name][idx].weight = weightObject.Value
  251. end
  252. animTable[name].count = animTable[name].count + 1
  253. animTable[name].totalWeight = animTable[name].totalWeight + animTable[name][idx].weight
  254. -- print(name .. " [" .. idx .. "] " .. animTable[name][idx].anim.AnimationId .. " (" .. animTable[name][idx].weight .. ")")
  255. idx = idx + 1
  256. end
  257. end
  258. end
  259.  
  260. -- fallback to defaults
  261. if (animTable[name].count <= 0) then
  262. for idx, anim in pairs(fileList) do
  263. animTable[name][idx] = {}
  264. animTable[name][idx].anim = Instance.new("Animation")
  265. animTable[name][idx].anim.Name = name
  266. animTable[name][idx].anim.AnimationId = anim.id
  267. animTable[name][idx].weight = anim.weight
  268. animTable[name].count = animTable[name].count + 1
  269. animTable[name].totalWeight = animTable[name].totalWeight + anim.weight
  270. -- print(name .. " [" .. idx .. "] " .. anim.id .. " (" .. anim.weight .. ")")
  271. end
  272. end
  273. end
  274.  
  275. -- Setup animation objects
  276. function scriptChildModified(child)
  277. local fileList = animNames[child.Name]
  278. if (fileList ~= nil) then
  279. configureAnimationSet(child.Name, fileList)
  280. end
  281. end
  282.  
  283. script.ChildAdded:connect(scriptChildModified)
  284. script.ChildRemoved:connect(scriptChildModified)
  285.  
  286.  
  287. for name, fileList in pairs(animNames) do
  288. configureAnimationSet(name, fileList)
  289. end
  290.  
  291. -- ANIMATION
  292.  
  293. -- declarations
  294. local toolAnim = "None"
  295. local toolAnimTime = 0
  296.  
  297. local jumpAnimTime = 0
  298. local jumpAnimDuration = 0.3
  299.  
  300. local toolTransitionTime = 0.1
  301. local fallTransitionTime = 0.3
  302. local jumpMaxLimbVelocity = 0.75
  303.  
  304. -- functions
  305.  
  306. function stopAllAnimations()
  307. local oldAnim = currentAnim
  308.  
  309. -- return to idle if finishing an emote
  310. if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then
  311. oldAnim = "idle"
  312. end
  313.  
  314. currentAnim = ""
  315. currentAnimInstance = nil
  316. if (currentAnimKeyframeHandler ~= nil) then
  317. currentAnimKeyframeHandler:disconnect()
  318. end
  319.  
  320. if (currentAnimTrack ~= nil) then
  321. currentAnimTrack:Stop()
  322. currentAnimTrack:Destroy()
  323. currentAnimTrack = nil
  324. end
  325. return oldAnim
  326. end
  327.  
  328. function setAnimationSpeed(speed)
  329. if speed ~= currentAnimSpeed then
  330. currentAnimSpeed = speed
  331. currentAnimTrack:AdjustSpeed(currentAnimSpeed)
  332. end
  333. end
  334.  
  335. function keyFrameReachedFunc(frameName)
  336. if (frameName == "End") then
  337.  
  338. local repeatAnim = currentAnim
  339. -- return to idle if finishing an emote
  340. if (emoteNames[repeatAnim] ~= nil and emoteNames[repeatAnim] == false) then
  341. repeatAnim = "idle"
  342. end
  343.  
  344. local animSpeed = currentAnimSpeed
  345. playAnimation(repeatAnim, 0.0, Humanoid)
  346. setAnimationSpeed(animSpeed)
  347. end
  348. end
  349.  
  350. -- Preload animations
  351. function playAnimation(animName, transitionTime, humanoid)
  352.  
  353. local roll = math.random(1, animTable[animName].totalWeight)
  354. local origRoll = roll
  355. local idx = 1
  356. while (roll > animTable[animName][idx].weight) do
  357. roll = roll - animTable[animName][idx].weight
  358. idx = idx + 1
  359. end
  360. -- print(animName .. " " .. idx .. " [" .. origRoll .. "]")
  361. local anim = animTable[animName][idx].anim
  362.  
  363. -- switch animation
  364. if (anim ~= currentAnimInstance) then
  365.  
  366. if (currentAnimTrack ~= nil) then
  367. currentAnimTrack:Stop(transitionTime)
  368. currentAnimTrack:Destroy()
  369. end
  370.  
  371. currentAnimSpeed = 1.0
  372.  
  373. -- load it to the humanoid; get AnimationTrack
  374. currentAnimTrack = humanoid:LoadAnimation(anim)
  375. currentAnimTrack.Priority = Enum.AnimationPriority.Core
  376.  
  377. -- play the animation
  378. currentAnimTrack:Play(transitionTime)
  379. currentAnim = animName
  380. currentAnimInstance = anim
  381.  
  382. -- set up keyframe name triggers
  383. if (currentAnimKeyframeHandler ~= nil) then
  384. currentAnimKeyframeHandler:disconnect()
  385. end
  386. currentAnimKeyframeHandler = currentAnimTrack.KeyframeReached:connect(keyFrameReachedFunc)
  387.  
  388. end
  389.  
  390. end
  391.  
  392. -------------------------------------------------------------------------------------------
  393. -------------------------------------------------------------------------------------------
  394.  
  395. local toolAnimName = ""
  396. local toolAnimTrack = nil
  397. local toolAnimInstance = nil
  398. local currentToolAnimKeyframeHandler = nil
  399.  
  400. function toolKeyFrameReachedFunc(frameName)
  401. if (frameName == "End") then
  402. -- print("Keyframe : ".. frameName)
  403. playToolAnimation(toolAnimName, 0.0, Humanoid)
  404. end
  405. end
  406.  
  407.  
  408. function playToolAnimation(animName, transitionTime, humanoid, priority)
  409.  
  410. local roll = math.random(1, animTable[animName].totalWeight)
  411. local origRoll = roll
  412. local idx = 1
  413. while (roll > animTable[animName][idx].weight) do
  414. roll = roll - animTable[animName][idx].weight
  415. idx = idx + 1
  416. end
  417. -- print(animName .. " * " .. idx .. " [" .. origRoll .. "]")
  418. local anim = animTable[animName][idx].anim
  419.  
  420. if (toolAnimInstance ~= anim) then
  421.  
  422. if (toolAnimTrack ~= nil) then
  423. toolAnimTrack:Stop()
  424. toolAnimTrack:Destroy()
  425. transitionTime = 0
  426. end
  427.  
  428. -- load it to the humanoid; get AnimationTrack
  429. toolAnimTrack = humanoid:LoadAnimation(anim)
  430. if priority then
  431. toolAnimTrack.Priority = priority
  432. end
  433.  
  434. -- play the animation
  435. toolAnimTrack:Play(transitionTime)
  436. toolAnimName = animName
  437. toolAnimInstance = anim
  438.  
  439. currentToolAnimKeyframeHandler = toolAnimTrack.KeyframeReached:connect(toolKeyFrameReachedFunc)
  440. end
  441. end
  442.  
  443. function stopToolAnimations()
  444. local oldAnim = toolAnimName
  445.  
  446. if (currentToolAnimKeyframeHandler ~= nil) then
  447. currentToolAnimKeyframeHandler:disconnect()
  448. end
  449.  
  450. toolAnimName = ""
  451. toolAnimInstance = nil
  452. if (toolAnimTrack ~= nil) then
  453. toolAnimTrack:Stop()
  454. toolAnimTrack:Destroy()
  455. toolAnimTrack = nil
  456. end
  457.  
  458.  
  459. return oldAnim
  460. end
  461.  
  462. -------------------------------------------------------------------------------------------
  463. -------------------------------------------------------------------------------------------
  464.  
  465.  
  466. function onRunning(speed)
  467. if speed > 0.01 then
  468. playAnimation("walk", 0.1, Humanoid)
  469. if currentAnimInstance and currentAnimInstance.AnimationId == "http://www.roblox.com/asset/?id=180426354" then
  470. setAnimationSpeed(speed / 14.5)
  471. end
  472. pose = "Running"
  473. else
  474. if emoteNames[currentAnim] == nil then
  475. playAnimation("idle", 0.1, Humanoid)
  476. pose = "Standing"
  477. end
  478. end
  479. end
  480.  
  481. function onDied()
  482. pose = "Dead"
  483. end
  484.  
  485. function onJumping()
  486. playAnimation("jump", 0.1, Humanoid)
  487. jumpAnimTime = jumpAnimDuration
  488. pose = "Jumping"
  489. end
  490.  
  491. function onClimbing(speed)
  492. playAnimation("climb", 0.1, Humanoid)
  493. setAnimationSpeed(speed / 12.0)
  494. pose = "Climbing"
  495. end
  496.  
  497. function onGettingUp()
  498. pose = "GettingUp"
  499. end
  500.  
  501. function onFreeFall()
  502. if (jumpAnimTime <= 0) then
  503. playAnimation("fall", fallTransitionTime, Humanoid)
  504. end
  505. pose = "FreeFall"
  506. end
  507.  
  508. function onFallingDown()
  509. pose = "FallingDown"
  510. end
  511.  
  512. function onSeated()
  513. pose = "Seated"
  514. end
  515.  
  516. function onPlatformStanding()
  517. pose = "PlatformStanding"
  518. end
  519.  
  520. function onSwimming(speed)
  521. if speed > 0 then
  522. pose = "Running"
  523. else
  524. pose = "Standing"
  525. end
  526. end
  527.  
  528. function getTool()
  529. for _, kid in ipairs(Figure:GetChildren()) do
  530. if kid.className == "Tool" then return kid end
  531. end
  532. return nil
  533. end
  534.  
  535. function getToolAnim(tool)
  536. for _, c in ipairs(tool:GetChildren()) do
  537. if c.Name == "toolanim" and c.className == "StringValue" then
  538. return c
  539. end
  540. end
  541. return nil
  542. end
  543.  
  544. function animateTool()
  545.  
  546. if (toolAnim == "None") then
  547. playToolAnimation("toolnone", toolTransitionTime, Humanoid, Enum.AnimationPriority.Idle)
  548. return
  549. end
  550.  
  551. if (toolAnim == "Slash") then
  552. playToolAnimation("toolslash", 0, Humanoid, Enum.AnimationPriority.Action)
  553. return
  554. end
  555.  
  556. if (toolAnim == "Lunge") then
  557. playToolAnimation("toollunge", 0, Humanoid, Enum.AnimationPriority.Action)
  558. return
  559. end
  560. end
  561.  
  562. function moveSit()
  563. RightShoulder.MaxVelocity = 0.15
  564. LeftShoulder.MaxVelocity = 0.15
  565. RightShoulder:SetDesiredAngle(3.14 /2)
  566. LeftShoulder:SetDesiredAngle(-3.14 /2)
  567. RightHip:SetDesiredAngle(3.14 /2)
  568. LeftHip:SetDesiredAngle(-3.14 /2)
  569. end
  570.  
  571. local lastTick = 0
  572.  
  573. function move(time)
  574. local amplitude = 1
  575. local frequency = 1
  576. local deltaTime = time - lastTick
  577. lastTick = time
  578.  
  579. local climbFudge = 0
  580. local setAngles = false
  581.  
  582. if (jumpAnimTime > 0) then
  583. jumpAnimTime = jumpAnimTime - deltaTime
  584. end
  585.  
  586. if (pose == "FreeFall" and jumpAnimTime <= 0) then
  587. playAnimation("fall", fallTransitionTime, Humanoid)
  588. elseif (pose == "Seated") then
  589. playAnimation("sit", 0.5, Humanoid)
  590. return
  591. elseif (pose == "Running") then
  592. playAnimation("walk", 0.1, Humanoid)
  593. elseif (pose == "Dead" or pose == "GettingUp" or pose == "FallingDown" or pose == "Seated" or pose == "PlatformStanding") then
  594. -- print("Wha " .. pose)
  595. stopAllAnimations()
  596. amplitude = 0.1
  597. frequency = 1
  598. setAngles = true
  599. end
  600.  
  601. if (setAngles) then
  602. local desiredAngle = amplitude * math.sin(time * frequency)
  603.  
  604. RightShoulder:SetDesiredAngle(desiredAngle + climbFudge)
  605. LeftShoulder:SetDesiredAngle(desiredAngle - climbFudge)
  606. RightHip:SetDesiredAngle(-desiredAngle)
  607. LeftHip:SetDesiredAngle(-desiredAngle)
  608. end
  609.  
  610. -- Tool Animation handling
  611. local tool = getTool()
  612. if tool and tool:FindFirstChild("Handle") then
  613.  
  614. local animStringValueObject = getToolAnim(tool)
  615.  
  616. if animStringValueObject then
  617. toolAnim = animStringValueObject.Value
  618. -- message recieved, delete StringValue
  619. animStringValueObject.Parent = nil
  620. toolAnimTime = time + .3
  621. end
  622.  
  623. if time > toolAnimTime then
  624. toolAnimTime = 0
  625. toolAnim = "None"
  626. end
  627.  
  628. animateTool()
  629. else
  630. stopToolAnimations()
  631. toolAnim = "None"
  632. toolAnimInstance = nil
  633. toolAnimTime = 0
  634. end
  635. end
  636.  
  637. -- connect events
  638. Humanoid.Died:connect(onDied)
  639. Humanoid.Running:connect(onRunning)
  640. Humanoid.Jumping:connect(onJumping)
  641. Humanoid.Climbing:connect(onClimbing)
  642. Humanoid.GettingUp:connect(onGettingUp)
  643. Humanoid.FreeFalling:connect(onFreeFall)
  644. Humanoid.FallingDown:connect(onFallingDown)
  645. Humanoid.Seated:connect(onSeated)
  646. Humanoid.PlatformStanding:connect(onPlatformStanding)
  647. Humanoid.Swimming:connect(onSwimming)
  648.  
  649. -- setup emote chat hook
  650. --game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  651. -- local emote = ""
  652. -- if msg == "/e dance" then
  653. -- emote = dances[math.random(1, #dances)]
  654. -- elseif (string.sub(msg, 1, 3) == "/e ") then
  655. -- emote = string.sub(msg, 4)
  656. -- elseif (string.sub(msg, 1, 7) == "/emote ") then
  657. -- emote = string.sub(msg, 8)
  658. -- end
  659. --
  660. -- if (pose == "Standing" and emoteNames[emote] ~= nil) then
  661. -- playAnimation(emote, 0.1, Humanoid)
  662. -- end
  663. --
  664. --end)
  665.  
  666.  
  667. -- main program
  668.  
  669. -- initialize to idle
  670. playAnimation("idle", 0.1, Humanoid)
  671. pose = "Standing"
  672.  
  673. while Figure.Parent ~= nil do
  674. local _, time = wait(0.1)
  675. move(time)
  676. end
  677.  
  678.  
  679.  
  680. end))
  681. oof = Instance.new("BoolValue",playerclonexd)
  682. oof.Name = "vanned"
  683. oof.Value = true
  684. coroutine.resume(coroutine.create(function()
  685. oofagain = Instance.new("BoolValue",playerclonexd)
  686. oofagain.Name = "recentvanned"
  687. oofagain.Value = true
  688. wait(10)
  689. oofagain:remove()
  690. end))
  691. for i,v in pairs(player.Character:GetChildren()) do
  692. if v.Name == "Head" or v.Name == "Torso" or v.Name == "UpperTorso" then
  693. weldo = Instance.new("Weld",v)
  694. weldo.Part0 = playerclonexd[v.Name]
  695. weldo.Part1 = v
  696. end
  697. end
  698. playerclonexd.Parent = workspace
  699. --player.Character.Parent = game.Lighting
  700. char = playerclonexd
  701. kay = Instance.new("RemoteEvent",owner.Character)
  702. kay.OnServerEvent:Connect(function(player)
  703. end)
  704. NLS([[
  705. for i,v in pairs(game.Workspace:GetChildren()) do
  706. if v:FindFirstChild("vanned") or v:FindFirstChild("recentvanned") then
  707. local playerclonexd = v
  708. end
  709. end
  710. workspace.CurrentCamera.CameraSubject = playerclonexd.Head
  711. ]],player)
  712. local humanoid = player.Character:WaitForChild("Humanoid")
  713. if humanoid.RigType == Enum.HumanoidRigType.R15 then
  714. player.Character.LeftLowerArm:remove()
  715. player.Character.RightLowerArm:remove()
  716. player.Character.LeftUpperArm:remove()
  717. player.Character.RightUpperArm:remove()
  718. player.Character.LeftLowerLeg:remove()
  719. player.Character.LeftUpperLeg:remove()
  720. player.Character.RightLowerLeg:remove()
  721. player.Character.RightUpperLeg:remove()
  722. player.Character.UpperTorso:remove()
  723. else
  724. player.Character["Right Arm"]:remove()
  725. player.Character["Left Arm"]:remove()
  726. player.Character["Left Leg"]:remove()
  727. player.Character["Right Leg"]:remove()
  728. end
  729. -- Get playing animations
  730.  
  731. -- Stop all playing animations
  732. game:GetService("RunService").Stepped:Connect(function()
  733. local AnimationTracks = humanoid:GetPlayingAnimationTracks()
  734. if not playerclonexd:FindFirstChild("DEADMIDGET") then
  735. for i, track in pairs (AnimationTracks) do
  736. lolok = playerclonexd:FindFirstChildOfClass("Humanoid"):LoadAnimation(track)
  737. lolok:Play()
  738. end
  739. end
  740. end)
  741. mas = game.Workspace
  742. Model0 = Instance.new("Model")
  743. Part1 = Instance.new("Part")
  744. CylinderMesh2 = Instance.new("CylinderMesh")
  745. Weld3 = Instance.new("Weld")
  746. CFrameValue4 = Instance.new("CFrameValue")
  747. Part5 = Instance.new("Part")
  748. SpecialMesh6 = Instance.new("SpecialMesh")
  749. Weld7 = Instance.new("Weld")
  750. CFrameValue8 = Instance.new("CFrameValue")
  751. Part9 = Instance.new("Part")
  752. SpecialMesh10 = Instance.new("SpecialMesh")
  753. Weld11 = Instance.new("Weld")
  754. CFrameValue12 = Instance.new("CFrameValue")
  755. Part13 = Instance.new("Part")
  756. BlockMesh14 = Instance.new("BlockMesh")
  757. Weld15 = Instance.new("Weld")
  758. CFrameValue16 = Instance.new("CFrameValue")
  759. Part17 = Instance.new("Part")
  760. BlockMesh18 = Instance.new("BlockMesh")
  761. Weld19 = Instance.new("Weld")
  762. CFrameValue20 = Instance.new("CFrameValue")
  763. Part21 = Instance.new("Part")
  764. Decal22 = Instance.new("Decal")
  765. Weld23 = Instance.new("Weld")
  766. CFrameValue24 = Instance.new("CFrameValue")
  767. Part25 = Instance.new("Part")
  768. BlockMesh26 = Instance.new("BlockMesh")
  769. Weld27 = Instance.new("Weld")
  770. CFrameValue28 = Instance.new("CFrameValue")
  771. Part29 = Instance.new("Part")
  772. SpecialMesh30 = Instance.new("SpecialMesh")
  773. Weld31 = Instance.new("Weld")
  774. CFrameValue32 = Instance.new("CFrameValue")
  775. Part33 = Instance.new("Part")
  776. SpecialMesh34 = Instance.new("SpecialMesh")
  777. Weld35 = Instance.new("Weld")
  778. CFrameValue36 = Instance.new("CFrameValue")
  779. Part37 = Instance.new("Part")
  780. SpecialMesh38 = Instance.new("SpecialMesh")
  781. Weld39 = Instance.new("Weld")
  782. CFrameValue40 = Instance.new("CFrameValue")
  783. Part41 = Instance.new("Part")
  784. BlockMesh42 = Instance.new("BlockMesh")
  785. Weld43 = Instance.new("Weld")
  786. CFrameValue44 = Instance.new("CFrameValue")
  787. Part45 = Instance.new("Part")
  788. SpecialMesh46 = Instance.new("SpecialMesh")
  789. Weld47 = Instance.new("Weld")
  790. CFrameValue48 = Instance.new("CFrameValue")
  791. Part49 = Instance.new("Part")
  792. BlockMesh50 = Instance.new("BlockMesh")
  793. Weld51 = Instance.new("Weld")
  794. CFrameValue52 = Instance.new("CFrameValue")
  795. Part53 = Instance.new("Part")
  796. SpecialMesh54 = Instance.new("SpecialMesh")
  797. Weld55 = Instance.new("Weld")
  798. CFrameValue56 = Instance.new("CFrameValue")
  799. Part57 = Instance.new("Part")
  800. BlockMesh58 = Instance.new("BlockMesh")
  801. Weld59 = Instance.new("Weld")
  802. CFrameValue60 = Instance.new("CFrameValue")
  803. Part61 = Instance.new("Part")
  804. BlockMesh62 = Instance.new("BlockMesh")
  805. Weld63 = Instance.new("Weld")
  806. CFrameValue64 = Instance.new("CFrameValue")
  807. Part65 = Instance.new("Part")
  808. BlockMesh66 = Instance.new("BlockMesh")
  809. Weld67 = Instance.new("Weld")
  810. CFrameValue68 = Instance.new("CFrameValue")
  811. Part69 = Instance.new("Part")
  812. BlockMesh70 = Instance.new("BlockMesh")
  813. Weld71 = Instance.new("Weld")
  814. CFrameValue72 = Instance.new("CFrameValue")
  815. Part73 = Instance.new("Part")
  816. Weld74 = Instance.new("Weld")
  817. CFrameValue75 = Instance.new("CFrameValue")
  818. Part76 = Instance.new("Part")
  819. BlockMesh77 = Instance.new("BlockMesh")
  820. Weld78 = Instance.new("Weld")
  821. CFrameValue79 = Instance.new("CFrameValue")
  822. Part80 = Instance.new("Part")
  823. BlockMesh81 = Instance.new("BlockMesh")
  824. Weld82 = Instance.new("Weld")
  825. CFrameValue83 = Instance.new("CFrameValue")
  826. Part84 = Instance.new("Part")
  827. BlockMesh85 = Instance.new("BlockMesh")
  828. Weld86 = Instance.new("Weld")
  829. CFrameValue87 = Instance.new("CFrameValue")
  830. Part88 = Instance.new("Part")
  831. SpecialMesh89 = Instance.new("SpecialMesh")
  832. Weld90 = Instance.new("Weld")
  833. CFrameValue91 = Instance.new("CFrameValue")
  834. Part92 = Instance.new("Part")
  835. BlockMesh93 = Instance.new("BlockMesh")
  836. Weld94 = Instance.new("Weld")
  837. CFrameValue95 = Instance.new("CFrameValue")
  838. Part96 = Instance.new("Part")
  839. BlockMesh97 = Instance.new("BlockMesh")
  840. Weld98 = Instance.new("Weld")
  841. CFrameValue99 = Instance.new("CFrameValue")
  842. Part100 = Instance.new("Part")
  843. BlockMesh101 = Instance.new("BlockMesh")
  844. Weld102 = Instance.new("Weld")
  845. CFrameValue103 = Instance.new("CFrameValue")
  846. Part104 = Instance.new("Part")
  847. SpecialMesh105 = Instance.new("SpecialMesh")
  848. Weld106 = Instance.new("Weld")
  849. CFrameValue107 = Instance.new("CFrameValue")
  850. Part108 = Instance.new("Part")
  851. SpecialMesh109 = Instance.new("SpecialMesh")
  852. Weld110 = Instance.new("Weld")
  853. CFrameValue111 = Instance.new("CFrameValue")
  854. Part112 = Instance.new("Part")
  855. BlockMesh113 = Instance.new("BlockMesh")
  856. Weld114 = Instance.new("Weld")
  857. CFrameValue115 = Instance.new("CFrameValue")
  858. Part116 = Instance.new("Part")
  859. BlockMesh117 = Instance.new("BlockMesh")
  860. Weld118 = Instance.new("Weld")
  861. CFrameValue119 = Instance.new("CFrameValue")
  862. Part120 = Instance.new("Part")
  863. BlockMesh121 = Instance.new("BlockMesh")
  864. Weld122 = Instance.new("Weld")
  865. CFrameValue123 = Instance.new("CFrameValue")
  866. Part124 = Instance.new("Part")
  867. Weld125 = Instance.new("Weld")
  868. CFrameValue126 = Instance.new("CFrameValue")
  869. Part127 = Instance.new("Part")
  870. Weld128 = Instance.new("Weld")
  871. CFrameValue129 = Instance.new("CFrameValue")
  872. Part130 = Instance.new("Part")
  873. BlockMesh131 = Instance.new("BlockMesh")
  874. Weld132 = Instance.new("Weld")
  875. CFrameValue133 = Instance.new("CFrameValue")
  876. Part134 = Instance.new("Part")
  877. BlockMesh135 = Instance.new("BlockMesh")
  878. Weld136 = Instance.new("Weld")
  879. CFrameValue137 = Instance.new("CFrameValue")
  880. Part138 = Instance.new("Part")
  881. BlockMesh139 = Instance.new("BlockMesh")
  882. Weld140 = Instance.new("Weld")
  883. CFrameValue141 = Instance.new("CFrameValue")
  884. Part142 = Instance.new("Part")
  885. BlockMesh143 = Instance.new("BlockMesh")
  886. Weld144 = Instance.new("Weld")
  887. CFrameValue145 = Instance.new("CFrameValue")
  888. Part146 = Instance.new("Part")
  889. SpecialMesh147 = Instance.new("SpecialMesh")
  890. Decal148 = Instance.new("Decal")
  891. Weld149 = Instance.new("Weld")
  892. CFrameValue150 = Instance.new("CFrameValue")
  893. Part151 = Instance.new("Part")
  894. Weld152 = Instance.new("Weld")
  895. CFrameValue153 = Instance.new("CFrameValue")
  896. Part154 = Instance.new("Part")
  897. BlockMesh155 = Instance.new("BlockMesh")
  898. Weld156 = Instance.new("Weld")
  899. CFrameValue157 = Instance.new("CFrameValue")
  900. Part158 = Instance.new("Part")
  901. SpecialMesh159 = Instance.new("SpecialMesh")
  902. Decal160 = Instance.new("Decal")
  903. Weld161 = Instance.new("Weld")
  904. CFrameValue162 = Instance.new("CFrameValue")
  905. Part163 = Instance.new("Part")
  906. SpecialMesh164 = Instance.new("SpecialMesh")
  907. Weld165 = Instance.new("Weld")
  908. CFrameValue166 = Instance.new("CFrameValue")
  909. Humanoid167 = Instance.new("Humanoid")
  910. Part168 = Instance.new("Part")
  911. Weld169 = Instance.new("Weld")
  912. CFrameValue170 = Instance.new("CFrameValue")
  913. Part171 = Instance.new("Part")
  914. Weld172 = Instance.new("Weld")
  915. CFrameValue173 = Instance.new("CFrameValue")
  916. Part174 = Instance.new("Part")
  917. Decal175 = Instance.new("Decal")
  918. Weld176 = Instance.new("Weld")
  919. CFrameValue177 = Instance.new("CFrameValue")
  920. Part178 = Instance.new("Part")
  921. Weld179 = Instance.new("Weld")
  922. CFrameValue180 = Instance.new("CFrameValue")
  923. Part181 = Instance.new("Part")
  924. Weld182 = Instance.new("Weld")
  925. CFrameValue183 = Instance.new("CFrameValue")
  926. Part184 = Instance.new("Part")
  927. Weld185 = Instance.new("Weld")
  928. CFrameValue186 = Instance.new("CFrameValue")
  929. Part187 = Instance.new("Part")
  930. Weld188 = Instance.new("Weld")
  931. CFrameValue189 = Instance.new("CFrameValue")
  932. Part190 = Instance.new("Part")
  933. Decal191 = Instance.new("Decal")
  934. Weld192 = Instance.new("Weld")
  935. CFrameValue193 = Instance.new("CFrameValue")
  936. Part194 = Instance.new("Part")
  937. Weld195 = Instance.new("Weld")
  938. CFrameValue196 = Instance.new("CFrameValue")
  939. Part197 = Instance.new("Part")
  940. Weld198 = Instance.new("Weld")
  941. CFrameValue199 = Instance.new("CFrameValue")
  942. Part200 = Instance.new("Part")
  943. Weld201 = Instance.new("Weld")
  944. CFrameValue202 = Instance.new("CFrameValue")
  945. Part203 = Instance.new("Part")
  946. Weld204 = Instance.new("Weld")
  947. CFrameValue205 = Instance.new("CFrameValue")
  948. Part206 = Instance.new("Part")
  949. CylinderMesh207 = Instance.new("CylinderMesh")
  950. Weld208 = Instance.new("Weld")
  951. CFrameValue209 = Instance.new("CFrameValue")
  952. Part210 = Instance.new("Part")
  953. CylinderMesh211 = Instance.new("CylinderMesh")
  954. Weld212 = Instance.new("Weld")
  955. CFrameValue213 = Instance.new("CFrameValue")
  956. Part214 = Instance.new("Part")
  957. CylinderMesh215 = Instance.new("CylinderMesh")
  958. Weld216 = Instance.new("Weld")
  959. CFrameValue217 = Instance.new("CFrameValue")
  960. Part218 = Instance.new("Part")
  961. CylinderMesh219 = Instance.new("CylinderMesh")
  962. Weld220 = Instance.new("Weld")
  963. CFrameValue221 = Instance.new("CFrameValue")
  964. Part222 = Instance.new("Part")
  965. CylinderMesh223 = Instance.new("CylinderMesh")
  966. Weld224 = Instance.new("Weld")
  967. CFrameValue225 = Instance.new("CFrameValue")
  968. Part226 = Instance.new("Part")
  969. CylinderMesh227 = Instance.new("CylinderMesh")
  970. Weld228 = Instance.new("Weld")
  971. CFrameValue229 = Instance.new("CFrameValue")
  972. Part230 = Instance.new("Part")
  973. CylinderMesh231 = Instance.new("CylinderMesh")
  974. Weld232 = Instance.new("Weld")
  975. CFrameValue233 = Instance.new("CFrameValue")
  976. Part234 = Instance.new("Part")
  977. SpecialMesh235 = Instance.new("SpecialMesh")
  978. Weld236 = Instance.new("Weld")
  979. CFrameValue237 = Instance.new("CFrameValue")
  980. Part238 = Instance.new("Part")
  981. Model0.Name = " "
  982. Model0.Parent = mas
  983. Model0.PrimaryPart = Part238
  984. Part1.Parent = Model0
  985. Part1.CFrame = CFrame.new(-33.8513794, 1.50002956, -57.8994446, -1, 2.98044895e-08, 2.10523012e-08, 2.10523012e-08, 7.54615499e-08, 1, 2.9804486e-08, 1, -7.54615499e-08)
  986. Part1.Orientation = Vector3.new(-90, -180, 0)
  987. Part1.Position = Vector3.new(-33.8513794, 1.50002956, -57.8994446)
  988. Part1.Rotation = Vector3.new(-90, 0, -180)
  989. Part1.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  990. Part1.BackSurface = "0"
  991. Part1.BottomSurface = "0"
  992. Part1.FrontSurface = "0"
  993. Part1.LeftSurface = "0"
  994. Part1.Material = Enum.Material.SmoothPlastic
  995. Part1.RightSurface = "0"
  996. Part1.TopSurface = "0"
  997. CylinderMesh2.Parent = Part1
  998. Weld3.Name = "qCFrameWeldThingy"
  999. Weld3.Parent = Part1
  1000. Weld3.C1 = CFrame.new(-8.10549927, -5.385746, 3.83459282, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  1001. Weld3.Part0 = Part238
  1002. Weld3.Part1 = Part1
  1003. Weld3.part1 = Part1
  1004. CFrameValue4.Name = "qRelativeCFrameWeldValue"
  1005. CFrameValue4.Parent = Part1
  1006. CFrameValue4.Value = CFrame.new(-8.10549927, -5.385746, 3.83459282, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  1007. Part5.Parent = Model0
  1008. Part5.CFrame = CFrame.new(-32.8818283, 7.00003052, -67.0444183, 0, 3.96052044e-08, 0.999999285, 0, 1, -3.97634246e-08, -1, 0, 0)
  1009. Part5.Orientation = Vector3.new(0, 90, 0)
  1010. Part5.Position = Vector3.new(-32.8818283, 7.00003052, -67.0444183)
  1011. Part5.Rotation = Vector3.new(90, 89.9300003, -90)
  1012. Part5.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1013. Part5.Size = Vector3.new(1, 2.4000001, 2)
  1014. Part5.BackSurface = "0"
  1015. Part5.BottomSurface = "0"
  1016. Part5.BrickColor = BrickColor.new("Institutional white")
  1017. Part5.FrontSurface = "0"
  1018. Part5.LeftSurface = "0"
  1019. Part5.Material = Enum.Material.SmoothPlastic
  1020. Part5.RightSurface = "0"
  1021. Part5.TopSurface = "0"
  1022. Part5.brickColor = BrickColor.new("Institutional white")
  1023. SpecialMesh6.Parent = Part5
  1024. SpecialMesh6.MeshType = Enum.MeshType.Wedge
  1025. Weld7.Name = "qCFrameWeldThingy"
  1026. Weld7.Parent = Part5
  1027. Weld7.C1 = CFrame.new(-3.75922775, -1.66540813, 7.13595009, 0, 1, 0, 3.96052044e-08, 0, 1, 0.999999285, 0, -3.97634246e-08)
  1028. Weld7.Part0 = Part238
  1029. Weld7.Part1 = Part5
  1030. Weld7.part1 = Part5
  1031. CFrameValue8.Name = "qRelativeCFrameWeldValue"
  1032. CFrameValue8.Parent = Part5
  1033. CFrameValue8.Value = CFrame.new(-3.75922775, -1.66540813, 7.13595009, 0, 1, 0, 3.96052044e-08, 0, 1, 0.999999285, 0, -3.97634246e-08)
  1034. Part9.Parent = Model0
  1035. Part9.CFrame = CFrame.new(-32.8818283, 7.00003052, -62.5444221, 0, 3.96315798e-08, 0.999999523, 0, 1, -3.97370599e-08, -1, 0, 0)
  1036. Part9.Orientation = Vector3.new(0, 90, 0)
  1037. Part9.Position = Vector3.new(-32.8818283, 7.00003052, -62.5444221)
  1038. Part9.Rotation = Vector3.new(90, 89.9400024, -90)
  1039. Part9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1040. Part9.Transparency = 0.5
  1041. Part9.Size = Vector3.new(8, 2.4000001, 1.99999976)
  1042. Part9.BackSurface = "0"
  1043. Part9.BottomSurface = "0"
  1044. Part9.BrickColor = BrickColor.new("Really black")
  1045. Part9.FrontSurface = "0"
  1046. Part9.LeftSurface = "0"
  1047. Part9.Material = Enum.Material.SmoothPlastic
  1048. Part9.RightSurface = "0"
  1049. Part9.TopSurface = "0"
  1050. Part9.brickColor = BrickColor.new("Really black")
  1051. SpecialMesh10.Parent = Part9
  1052. SpecialMesh10.MeshType = Enum.MeshType.Wedge
  1053. Weld11.Name = "qCFrameWeldThingy"
  1054. Weld11.Parent = Part9
  1055. Weld11.C1 = CFrame.new(0.740768433, -1.66540813, 7.13595009, 0, 1, 0, 3.96315798e-08, 0, 1, 0.999999523, 0, -3.97370599e-08)
  1056. Weld11.Part0 = Part238
  1057. Weld11.Part1 = Part9
  1058. Weld11.part1 = Part9
  1059. CFrameValue12.Name = "qRelativeCFrameWeldValue"
  1060. CFrameValue12.Parent = Part9
  1061. CFrameValue12.Value = CFrame.new(0.740768433, -1.66540813, 7.13595009, 0, 1, 0, 3.96315798e-08, 0, 1, 0.999999523, 0, -3.97370599e-08)
  1062. Part13.Parent = Model0
  1063. Part13.CFrame = CFrame.new(-36.981781, 4.00002956, -66.7444153, 0.999998808, 3.95524538e-08, 0, -3.98161575e-08, 1, 0, 0, 0, 1)
  1064. Part13.Position = Vector3.new(-36.981781, 4.00002956, -66.7444153)
  1065. Part13.Color = Color3.new(0.886275, 0.603922, 0.247059)
  1066. Part13.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  1067. Part13.BackSurface = "0"
  1068. Part13.BottomSurface = "0"
  1069. Part13.BrickColor = BrickColor.new("Br. yellowish orange")
  1070. Part13.FrontSurface = "0"
  1071. Part13.LeftSurface = "0"
  1072. Part13.Material = Enum.Material.SmoothPlastic
  1073. Part13.RightSurface = "0"
  1074. Part13.TopSurface = "0"
  1075. Part13.brickColor = BrickColor.new("Br. yellowish orange")
  1076. BlockMesh14.Parent = Part13
  1077. Weld15.Name = "qCFrameWeldThingy"
  1078. Weld15.Parent = Part13
  1079. Weld15.C1 = CFrame.new(11.2359142, 1.33459282, 3.4592247, 0.999998808, 0, -3.98161575e-08, 3.95524538e-08, 0, 1, 0, -1, 0)
  1080. Weld15.Part0 = Part238
  1081. Weld15.Part1 = Part13
  1082. Weld15.part1 = Part13
  1083. CFrameValue16.Name = "qRelativeCFrameWeldValue"
  1084. CFrameValue16.Parent = Part13
  1085. CFrameValue16.Value = CFrame.new(11.2359142, 1.33459282, 3.4592247, 0.999998808, 0, -3.98161575e-08, 3.95524538e-08, 0, 1, 0, -1, 0)
  1086. Part17.Parent = Model0
  1087. Part17.CFrame = CFrame.new(-23.8821106, 8.40006256, -67.0444183, 0.999999762, 3.86294303e-08, 0, -3.86821704e-08, 1, 0, 0, 0, 1)
  1088. Part17.Position = Vector3.new(-23.8821106, 8.40006256, -67.0444183)
  1089. Part17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1090. Part17.Size = Vector3.new(14, 0.400000006, 1)
  1091. Part17.BackSurface = "0"
  1092. Part17.BottomSurface = "0"
  1093. Part17.BrickColor = BrickColor.new("Institutional white")
  1094. Part17.CanCollide = false
  1095. Part17.FrontSurface = "0"
  1096. Part17.LeftSurface = "0"
  1097. Part17.Material = Enum.Material.SmoothPlastic
  1098. Part17.RightSurface = "0"
  1099. Part17.TopSurface = "0"
  1100. Part17.brickColor = BrickColor.new("Institutional white")
  1101. BlockMesh18.Parent = Part17
  1102. Weld19.Name = "qCFrameWeldThingy"
  1103. Weld19.Parent = Part17
  1104. Weld19.C1 = CFrame.new(-1.86377144, -3.06544018, 3.75922775, 0.999999762, 0, -3.86821704e-08, 3.86294303e-08, 0, 1, 0, -1, 0)
  1105. Weld19.Part0 = Part238
  1106. Weld19.Part1 = Part17
  1107. Weld19.part1 = Part17
  1108. CFrameValue20.Name = "qRelativeCFrameWeldValue"
  1109. CFrameValue20.Parent = Part17
  1110. CFrameValue20.Value = CFrame.new(-1.86377144, -3.06544018, 3.75922775, 0.999999762, 0, -3.86821704e-08, 3.86294303e-08, 0, 1, 0, -1, 0)
  1111. Part21.Name = "DOOR"
  1112. Part21.Parent = Model0
  1113. Part21.CFrame = CFrame.new(-25.4915466, 5.81502581, -67.0444183, 1, 7.73548052e-08, 0, -7.73548052e-08, 1, 0, 0, 0, 1)
  1114. Part21.Position = Vector3.new(-25.4915466, 5.81502581, -67.0444183)
  1115. Part21.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1116. Part21.Size = Vector3.new(5.22000027, 4.82999992, 1)
  1117. Part21.BackSurface = "0"
  1118. Part21.BottomSurface = "0"
  1119. Part21.BrickColor = BrickColor.new("Institutional white")
  1120. Part21.CanCollide = false
  1121. Part21.FrontSurface = "0"
  1122. Part21.LeftSurface = "0"
  1123. Part21.Material = Enum.Material.SmoothPlastic
  1124. Part21.RightSurface = "0"
  1125. Part21.TopSurface = "0"
  1126. Part21.brickColor = BrickColor.new("Institutional white")
  1127. Decal22.Parent = Part21
  1128. Decal22.Texture = "http://www.roblox.com/asset/?id=2771556702"
  1129. Weld23.Name = "qCFrameWeldThingy"
  1130. Weld23.Parent = Part21
  1131. Weld23.C1 = CFrame.new(-0.254335403, -0.4804039, 3.75922775, 1, 0, -7.73548052e-08, 7.73548052e-08, 0, 1, 0, -1, 0)
  1132. Weld23.Part0 = Part238
  1133. Weld23.Part1 = Part21
  1134. Weld23.part1 = Part21
  1135. CFrameValue24.Name = "qRelativeCFrameWeldValue"
  1136. CFrameValue24.Parent = Part21
  1137. CFrameValue24.Value = CFrame.new(-0.254335403, -0.4804039, 3.75922775, 1, 0, -7.73548052e-08, 7.73548052e-08, 0, 1, 0, -1, 0)
  1138. Part25.Parent = Model0
  1139. Part25.CFrame = CFrame.new(-19.381876, 5.80003357, -67.0444183, 0.999996901, 3.9341451e-08, 0, -4.00270856e-08, 1, 0, 0, 0, 1)
  1140. Part25.Position = Vector3.new(-19.381876, 5.80003357, -67.0444183)
  1141. Part25.Color = Color3.new(0.94902, 0.94902, 0.94902)
  1142. Part25.Size = Vector3.new(7, 4.80000019, 1)
  1143. Part25.BackSurface = "0"
  1144. Part25.BottomSurface = "0"
  1145. Part25.BrickColor = BrickColor.new("White")
  1146. Part25.FrontSurface = "0"
  1147. Part25.LeftSurface = "0"
  1148. Part25.Material = Enum.Material.SmoothPlastic
  1149. Part25.RightSurface = "0"
  1150. Part25.TopSurface = "0"
  1151. Part25.brickColor = BrickColor.new("White")
  1152. BlockMesh26.Parent = Part25
  1153. Weld27.Name = "qCFrameWeldThingy"
  1154. Weld27.Parent = Part25
  1155. Weld27.C1 = CFrame.new(-6.36402512, -0.46541214, 3.75922775, 0.999996901, 0, -4.00270856e-08, 3.9341451e-08, 0, 1, 0, -1, 0)
  1156. Weld27.Part0 = Part238
  1157. Weld27.Part1 = Part25
  1158. Weld27.part1 = Part25
  1159. CFrameValue28.Name = "qRelativeCFrameWeldValue"
  1160. CFrameValue28.Parent = Part25
  1161. CFrameValue28.Value = CFrame.new(-6.36402512, -0.46541214, 3.75922775, 0.999996901, 0, -4.00270856e-08, 3.9341451e-08, 0, 1, 0, -1, 0)
  1162. Part29.Parent = Model0
  1163. Part29.CFrame = CFrame.new(-31.3821068, 8.40002823, -62.5444183, 0, 3.86294303e-08, 0.999999762, 0, 1, -3.86821704e-08, -1, 0, 0)
  1164. Part29.Orientation = Vector3.new(0, 90, 0)
  1165. Part29.Position = Vector3.new(-31.3821068, 8.40002823, -62.5444183)
  1166. Part29.Rotation = Vector3.new(90, 89.9599991, -90)
  1167. Part29.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1168. Part29.Size = Vector3.new(10, 0.400000006, 1)
  1169. Part29.BackSurface = "0"
  1170. Part29.BottomSurface = "0"
  1171. Part29.BrickColor = BrickColor.new("Institutional white")
  1172. Part29.CanCollide = false
  1173. Part29.FrontSurface = "0"
  1174. Part29.LeftSurface = "0"
  1175. Part29.Material = Enum.Material.SmoothPlastic
  1176. Part29.RightSurface = "0"
  1177. Part29.TopSurface = "0"
  1178. Part29.brickColor = BrickColor.new("Institutional white")
  1179. SpecialMesh30.Parent = Part29
  1180. SpecialMesh30.MeshType = Enum.MeshType.Wedge
  1181. Weld31.Name = "qCFrameWeldThingy"
  1182. Weld31.Parent = Part29
  1183. Weld31.C1 = CFrame.new(0.740772247, -3.06540585, 5.63622665, 0, 1, 0, 3.86294303e-08, 0, 1, 0.999999762, 0, -3.86821704e-08)
  1184. Weld31.Part0 = Part238
  1185. Weld31.Part1 = Part29
  1186. Weld31.part1 = Part29
  1187. CFrameValue32.Name = "qRelativeCFrameWeldValue"
  1188. CFrameValue32.Parent = Part29
  1189. CFrameValue32.Value = CFrame.new(0.740772247, -3.06540585, 5.63622665, 0, 1, 0, 3.86294303e-08, 0, 1, 0.999999762, 0, -3.86821704e-08)
  1190. Part33.Parent = Model0
  1191. Part33.CFrame = CFrame.new(-32.8818283, 7.00003052, -58.044426, 0, 3.96052044e-08, 0.999999285, 0, 1, -3.97634246e-08, -1, 0, 0)
  1192. Part33.Orientation = Vector3.new(0, 90, 0)
  1193. Part33.Position = Vector3.new(-32.8818283, 7.00003052, -58.044426)
  1194. Part33.Rotation = Vector3.new(90, 89.9300003, -90)
  1195. Part33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1196. Part33.Size = Vector3.new(1, 2.4000001, 2)
  1197. Part33.BackSurface = "0"
  1198. Part33.BottomSurface = "0"
  1199. Part33.BrickColor = BrickColor.new("Institutional white")
  1200. Part33.FrontSurface = "0"
  1201. Part33.LeftSurface = "0"
  1202. Part33.Material = Enum.Material.SmoothPlastic
  1203. Part33.RightSurface = "0"
  1204. Part33.TopSurface = "0"
  1205. Part33.brickColor = BrickColor.new("Institutional white")
  1206. SpecialMesh34.Parent = Part33
  1207. SpecialMesh34.MeshType = Enum.MeshType.Wedge
  1208. Weld35.Name = "qCFrameWeldThingy"
  1209. Weld35.Parent = Part33
  1210. Weld35.C1 = CFrame.new(5.24076462, -1.66540813, 7.13595009, 0, 1, 0, 3.96052044e-08, 0, 1, 0.999999285, 0, -3.97634246e-08)
  1211. Weld35.Part0 = Part238
  1212. Weld35.Part1 = Part33
  1213. Weld35.part1 = Part33
  1214. CFrameValue36.Name = "qRelativeCFrameWeldValue"
  1215. CFrameValue36.Parent = Part33
  1216. CFrameValue36.Value = CFrame.new(5.24076462, -1.66540813, 7.13595009, 0, 1, 0, 3.96052044e-08, 0, 1, 0.999999285, 0, -3.97634246e-08)
  1217. Part37.Parent = Model0
  1218. Part37.CFrame = CFrame.new(-35.3817749, 5.20003033, -62.5444221, 0, 3.77325726e-08, 0.999996901, 0, 1, -3.84182002e-08, -1, 0, 0)
  1219. Part37.Orientation = Vector3.new(0, 90, 0)
  1220. Part37.Position = Vector3.new(-35.3817749, 5.20003033, -62.5444221)
  1221. Part37.Rotation = Vector3.new(90, 89.8600006, -90)
  1222. Part37.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1223. Part37.Size = Vector3.new(10, 1.20000005, 3)
  1224. Part37.BackSurface = "0"
  1225. Part37.BottomSurface = "0"
  1226. Part37.BrickColor = BrickColor.new("Institutional white")
  1227. Part37.FrontSurface = "0"
  1228. Part37.LeftSurface = "0"
  1229. Part37.Material = Enum.Material.SmoothPlastic
  1230. Part37.RightSurface = "0"
  1231. Part37.TopSurface = "0"
  1232. Part37.brickColor = BrickColor.new("Institutional white")
  1233. SpecialMesh38.Parent = Part37
  1234. SpecialMesh38.MeshType = Enum.MeshType.Wedge
  1235. Weld39.Name = "qCFrameWeldThingy"
  1236. Weld39.Parent = Part37
  1237. Weld39.C1 = CFrame.new(0.740768433, 0.134592056, 9.63592339, 0, 1, 0, 3.77325726e-08, 0, 1, 0.999996901, 0, -3.84182002e-08)
  1238. Weld39.Part0 = Part238
  1239. Weld39.Part1 = Part37
  1240. Weld39.part1 = Part37
  1241. CFrameValue40.Name = "qRelativeCFrameWeldValue"
  1242. CFrameValue40.Parent = Part37
  1243. CFrameValue40.Value = CFrame.new(0.740768433, 0.134592056, 9.63592339, 0, 1, 0, 3.77325726e-08, 0, 1, 0.999996901, 0, -3.84182002e-08)
  1244. Part41.Parent = Model0
  1245. Part41.CFrame = CFrame.new(-32.8816261, 4.60003328, -67.0444183, 0.999993801, 3.8998575e-08, 0, -4.03698408e-08, 1, 0, 0, 0, 1)
  1246. Part41.Position = Vector3.new(-32.8816261, 4.60003328, -67.0444183)
  1247. Part41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1248. Part41.Size = Vector3.new(2, 2.4000001, 1)
  1249. Part41.BackSurface = "0"
  1250. Part41.BottomSurface = "0"
  1251. Part41.BrickColor = BrickColor.new("Institutional white")
  1252. Part41.FrontSurface = "0"
  1253. Part41.LeftSurface = "0"
  1254. Part41.Material = Enum.Material.SmoothPlastic
  1255. Part41.RightSurface = "0"
  1256. Part41.TopSurface = "0"
  1257. Part41.brickColor = BrickColor.new("Institutional white")
  1258. BlockMesh42.Parent = Part41
  1259. Weld43.Name = "qCFrameWeldThingy"
  1260. Weld43.Parent = Part41
  1261. Weld43.C1 = CFrame.new(7.13578987, 0.7345891, 3.75922775, 0.999993801, 0, -4.03698408e-08, 3.8998575e-08, 0, 1, 0, -1, 0)
  1262. Weld43.Part0 = Part238
  1263. Weld43.Part1 = Part41
  1264. Weld43.part1 = Part41
  1265. CFrameValue44.Name = "qRelativeCFrameWeldValue"
  1266. CFrameValue44.Parent = Part41
  1267. CFrameValue44.Value = CFrame.new(7.13578987, 0.7345891, 3.75922775, 0.999993801, 0, -4.03698408e-08, 3.8998575e-08, 0, 1, 0, -1, 0)
  1268. Part45.Parent = Model0
  1269. Part45.CFrame = CFrame.new(-15.3827667, 6.80003357, -58.044426, 0, 5.54578605e-08, -1, 0, 1, 5.54578605e-08, 1, 0, 0)
  1270. Part45.Orientation = Vector3.new(0, -90, 0)
  1271. Part45.Position = Vector3.new(-15.3827667, 6.80003357, -58.044426)
  1272. Part45.Rotation = Vector3.new(0, -90, 0)
  1273. Part45.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1274. Part45.Size = Vector3.new(1, 2.79999995, 1)
  1275. Part45.BackSurface = "0"
  1276. Part45.BottomSurface = "0"
  1277. Part45.BrickColor = BrickColor.new("Institutional white")
  1278. Part45.FrontSurface = "0"
  1279. Part45.LeftSurface = "0"
  1280. Part45.Material = Enum.Material.SmoothPlastic
  1281. Part45.RightSurface = "0"
  1282. Part45.TopSurface = "0"
  1283. Part45.brickColor = BrickColor.new("Institutional white")
  1284. SpecialMesh46.Parent = Part45
  1285. SpecialMesh46.MeshType = Enum.MeshType.Wedge
  1286. Weld47.Name = "qCFrameWeldThingy"
  1287. Weld47.Parent = Part45
  1288. Weld47.C1 = CFrame.new(-5.24076462, -1.46541214, 10.3631153, 0, -1, 0, 5.54578605e-08, 0, 1, -1, 0, 5.54578605e-08)
  1289. Weld47.Part0 = Part238
  1290. Weld47.Part1 = Part45
  1291. Weld47.part1 = Part45
  1292. CFrameValue48.Name = "qRelativeCFrameWeldValue"
  1293. CFrameValue48.Parent = Part45
  1294. CFrameValue48.Value = CFrame.new(-5.24076462, -1.46541214, 10.3631153, 0, -1, 0, 5.54578605e-08, 0, 1, -1, 0, 5.54578605e-08)
  1295. Part49.Parent = Model0
  1296. Part49.CFrame = CFrame.new(-36.1818199, 2.60003567, -62.5444221, 0.999999762, 3.96579551e-08, 0, -3.97106952e-08, 1, 0, 0, 0, 1)
  1297. Part49.Position = Vector3.new(-36.1818199, 2.60003567, -62.5444221)
  1298. Part49.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1299. Part49.Size = Vector3.new(1.39999998, 1.60000002, 10)
  1300. Part49.BackSurface = "0"
  1301. Part49.BottomSurface = "0"
  1302. Part49.BrickColor = BrickColor.new("Institutional white")
  1303. Part49.FrontSurface = "0"
  1304. Part49.LeftSurface = "0"
  1305. Part49.Material = Enum.Material.SmoothPlastic
  1306. Part49.RightSurface = "0"
  1307. Part49.TopSurface = "0"
  1308. Part49.brickColor = BrickColor.new("Institutional white")
  1309. BlockMesh50.Parent = Part49
  1310. Weld51.Name = "qCFrameWeldThingy"
  1311. Weld51.Parent = Part49
  1312. Weld51.C1 = CFrame.new(10.4359398, 2.73458672, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1313. Weld51.Part0 = Part238
  1314. Weld51.Part1 = Part49
  1315. Weld51.part1 = Part49
  1316. CFrameValue52.Name = "qRelativeCFrameWeldValue"
  1317. CFrameValue52.Parent = Part49
  1318. CFrameValue52.Value = CFrame.new(10.4359398, 2.73458672, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1319. Part53.Parent = Model0
  1320. Part53.CFrame = CFrame.new(-15.3819647, 6.80003357, -67.0444183, 0, 3.89985715e-08, -0.999993801, 0, 1, 4.03698408e-08, 1, 0, 0)
  1321. Part53.Orientation = Vector3.new(0, -90, 0)
  1322. Part53.Position = Vector3.new(-15.3819647, 6.80003357, -67.0444183)
  1323. Part53.Rotation = Vector3.new(-90, -89.8000031, -90)
  1324. Part53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1325. Part53.Size = Vector3.new(1, 2.79999995, 1)
  1326. Part53.BackSurface = "0"
  1327. Part53.BottomSurface = "0"
  1328. Part53.BrickColor = BrickColor.new("Institutional white")
  1329. Part53.FrontSurface = "0"
  1330. Part53.LeftSurface = "0"
  1331. Part53.Material = Enum.Material.SmoothPlastic
  1332. Part53.RightSurface = "0"
  1333. Part53.TopSurface = "0"
  1334. Part53.brickColor = BrickColor.new("Institutional white")
  1335. SpecialMesh54.Parent = Part53
  1336. SpecialMesh54.MeshType = Enum.MeshType.Wedge
  1337. Weld55.Name = "qCFrameWeldThingy"
  1338. Weld55.Parent = Part53
  1339. Weld55.C1 = CFrame.new(3.75922775, -1.46541214, 10.3639812, 0, -1, 0, 3.89985715e-08, 0, 1, -0.999993801, 0, 4.03698408e-08)
  1340. Weld55.Part0 = Part238
  1341. Weld55.Part1 = Part53
  1342. Weld55.part1 = Part53
  1343. CFrameValue56.Name = "qRelativeCFrameWeldValue"
  1344. CFrameValue56.Parent = Part53
  1345. CFrameValue56.Value = CFrame.new(3.75922775, -1.46541214, 10.3639812, 0, -1, 0, 3.89985715e-08, 0, 1, -0.999993801, 0, 4.03698408e-08)
  1346. Part57.Parent = Model0
  1347. Part57.CFrame = CFrame.new(-32.881794, 4.60003328, -58.044426, 0.999999046, 3.95788291e-08, 0, -3.97897928e-08, 1, 0, 0, 0, 1)
  1348. Part57.Position = Vector3.new(-32.881794, 4.60003328, -58.044426)
  1349. Part57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1350. Part57.Size = Vector3.new(2, 2.4000001, 1)
  1351. Part57.BackSurface = "0"
  1352. Part57.BottomSurface = "0"
  1353. Part57.BrickColor = BrickColor.new("Institutional white")
  1354. Part57.FrontSurface = "0"
  1355. Part57.LeftSurface = "0"
  1356. Part57.Material = Enum.Material.SmoothPlastic
  1357. Part57.RightSurface = "0"
  1358. Part57.TopSurface = "0"
  1359. Part57.brickColor = BrickColor.new("Institutional white")
  1360. BlockMesh58.Parent = Part57
  1361. Weld59.Name = "qCFrameWeldThingy"
  1362. Weld59.Parent = Part57
  1363. Weld59.C1 = CFrame.new(7.13591766, 0.7345891, -5.24076462, 0.999999046, 0, -3.97897928e-08, 3.95788291e-08, 0, 1, 0, -1, 0)
  1364. Weld59.Part0 = Part238
  1365. Weld59.Part1 = Part57
  1366. Weld59.part1 = Part57
  1367. CFrameValue60.Name = "qRelativeCFrameWeldValue"
  1368. CFrameValue60.Parent = Part57
  1369. CFrameValue60.Value = CFrame.new(7.13591766, 0.7345891, -5.24076462, 0.999999046, 0, -3.97897928e-08, 3.95788291e-08, 0, 1, 0, -1, 0)
  1370. Part61.Parent = Model0
  1371. Part61.CFrame = CFrame.new(-33.3818321, 4.60003376, -62.5444221, 0, 3.96579551e-08, 0.999999762, 0, 1, -3.97106952e-08, -1, 0, 0)
  1372. Part61.Orientation = Vector3.new(0, 90, 0)
  1373. Part61.Position = Vector3.new(-33.3818321, 4.60003376, -62.5444221)
  1374. Part61.Rotation = Vector3.new(90, 89.9599991, -90)
  1375. Part61.Color = Color3.new(0.384314, 0.368627, 0.384314)
  1376. Part61.Size = Vector3.new(8, 2.4000001, 1)
  1377. Part61.BackSurface = "0"
  1378. Part61.BottomSurface = "0"
  1379. Part61.BrickColor = BrickColor.new("Dark stone grey")
  1380. Part61.FrontSurface = "0"
  1381. Part61.LeftSurface = "0"
  1382. Part61.Material = Enum.Material.SmoothPlastic
  1383. Part61.RightSurface = "0"
  1384. Part61.TopSurface = "0"
  1385. Part61.brickColor = BrickColor.new("Dark stone grey")
  1386. BlockMesh62.Parent = Part61
  1387. BlockMesh62.Offset = Vector3.new(0, 0, 0.5)
  1388. BlockMesh62.Scale = Vector3.new(1, 1, 2)
  1389. Weld63.Name = "qCFrameWeldThingy"
  1390. Weld63.Parent = Part61
  1391. Weld63.C1 = CFrame.new(0.740768433, 0.734588623, 7.635952, 0, 1, 0, 3.96579551e-08, 0, 1, 0.999999762, 0, -3.97106952e-08)
  1392. Weld63.Part0 = Part238
  1393. Weld63.Part1 = Part61
  1394. Weld63.part1 = Part61
  1395. CFrameValue64.Name = "qRelativeCFrameWeldValue"
  1396. CFrameValue64.Parent = Part61
  1397. CFrameValue64.Value = CFrame.new(0.740768433, 0.734588623, 7.635952, 0, 1, 0, 3.96579551e-08, 0, 1, 0.999999762, 0, -3.97106952e-08)
  1398. Part65.Parent = Model0
  1399. Part65.CFrame = CFrame.new(-35.3817863, 4.00002956, -62.5444221, 0.999999046, 3.95788291e-08, 0, -3.97897928e-08, 1, 0, 0, 0, 1)
  1400. Part65.Position = Vector3.new(-35.3817863, 4.00002956, -62.5444221)
  1401. Part65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1402. Part65.Size = Vector3.new(3, 1.20000005, 10)
  1403. Part65.BackSurface = "0"
  1404. Part65.BottomSurface = "0"
  1405. Part65.BrickColor = BrickColor.new("Institutional white")
  1406. Part65.FrontSurface = "0"
  1407. Part65.LeftSurface = "0"
  1408. Part65.Material = Enum.Material.SmoothPlastic
  1409. Part65.RightSurface = "0"
  1410. Part65.TopSurface = "0"
  1411. Part65.brickColor = BrickColor.new("Institutional white")
  1412. BlockMesh66.Parent = Part65
  1413. Weld67.Name = "qCFrameWeldThingy"
  1414. Weld67.Parent = Part65
  1415. Weld67.C1 = CFrame.new(9.63591385, 1.33459282, -0.740768433, 0.999999046, 0, -3.97897928e-08, 3.95788291e-08, 0, 1, 0, -1, 0)
  1416. Weld67.Part0 = Part238
  1417. Weld67.Part1 = Part65
  1418. Weld67.part1 = Part65
  1419. CFrameValue68.Name = "qRelativeCFrameWeldValue"
  1420. CFrameValue68.Parent = Part65
  1421. CFrameValue68.Value = CFrame.new(9.63591385, 1.33459282, -0.740768433, 0.999999046, 0, -3.97897928e-08, 3.95788291e-08, 0, 1, 0, -1, 0)
  1422. Part69.Parent = Model0
  1423. Part69.CFrame = CFrame.new(-36.9817772, 4.00002956, -58.1444321, 0.999997854, 3.94469524e-08, 0, -3.99216233e-08, 1, 0, 0, 0, 1)
  1424. Part69.Position = Vector3.new(-36.9817772, 4.00002956, -58.1444321)
  1425. Part69.Color = Color3.new(0.886275, 0.603922, 0.247059)
  1426. Part69.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  1427. Part69.BackSurface = "0"
  1428. Part69.BottomSurface = "0"
  1429. Part69.BrickColor = BrickColor.new("Br. yellowish orange")
  1430. Part69.FrontSurface = "0"
  1431. Part69.LeftSurface = "0"
  1432. Part69.Material = Enum.Material.SmoothPlastic
  1433. Part69.RightSurface = "0"
  1434. Part69.TopSurface = "0"
  1435. Part69.brickColor = BrickColor.new("Br. yellowish orange")
  1436. BlockMesh70.Parent = Part69
  1437. Weld71.Name = "qCFrameWeldThingy"
  1438. Weld71.Parent = Part69
  1439. Weld71.C1 = CFrame.new(11.23592, 1.33459282, -5.14075851, 0.999997854, 0, -3.99216233e-08, 3.94469524e-08, 0, 1, 0, -1, 0)
  1440. Weld71.Part0 = Part238
  1441. Weld71.Part1 = Part69
  1442. Weld71.part1 = Part69
  1443. CFrameValue72.Name = "qRelativeCFrameWeldValue"
  1444. CFrameValue72.Parent = Part69
  1445. CFrameValue72.Value = CFrame.new(11.23592, 1.33459282, -5.14075851, 0.999997854, 0, -3.99216233e-08, 3.94469524e-08, 0, 1, 0, -1, 0)
  1446. Part73.Parent = Model0
  1447. Part73.CFrame = CFrame.new(-30.1398029, 4.60003376, -58.044426, 1, 8.46371435e-08, 0, -8.46371435e-08, 1, 0, 0, 0, 1)
  1448. Part73.Position = Vector3.new(-30.1398029, 4.60003376, -58.044426)
  1449. Part73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1450. Part73.Size = Vector3.new(3.48000026, 2.4000001, 1)
  1451. Part73.BackSurface = "0"
  1452. Part73.BottomSurface = "0"
  1453. Part73.BrickColor = BrickColor.new("Institutional white")
  1454. Part73.CanCollide = false
  1455. Part73.FrontSurface = "0"
  1456. Part73.LeftSurface = "0"
  1457. Part73.Material = Enum.Material.SmoothPlastic
  1458. Part73.RightSurface = "0"
  1459. Part73.TopSurface = "0"
  1460. Part73.brickColor = BrickColor.new("Institutional white")
  1461. Weld74.Name = "qCFrameWeldThingy"
  1462. Weld74.Parent = Part73
  1463. Weld74.C1 = CFrame.new(4.3939209, 0.734588623, -5.24076462, 1, 0, -8.46371435e-08, 8.46371435e-08, 0, 1, 0, -1, 0)
  1464. Weld74.Part0 = Part238
  1465. Weld74.Part1 = Part73
  1466. Weld74.part1 = Part73
  1467. CFrameValue75.Name = "qRelativeCFrameWeldValue"
  1468. CFrameValue75.Parent = Part73
  1469. CFrameValue75.Value = CFrame.new(4.3939209, 0.734588623, -5.24076462, 1, 0, -8.46371435e-08, 8.46371435e-08, 0, 1, 0, -1, 0)
  1470. Part76.Parent = Model0
  1471. Part76.CFrame = CFrame.new(-15.3819647, 4.80003405, -67.0444183, 0.999993801, 3.89985715e-08, 0, -4.03698408e-08, 1, 0, 0, 0, 1)
  1472. Part76.Position = Vector3.new(-15.3819647, 4.80003405, -67.0444183)
  1473. Part76.Color = Color3.new(1, 0, 0)
  1474. Part76.Size = Vector3.new(1, 1.20000005, 1)
  1475. Part76.BackSurface = "0"
  1476. Part76.BottomSurface = "0"
  1477. Part76.BrickColor = BrickColor.new("Really red")
  1478. Part76.FrontSurface = "0"
  1479. Part76.LeftSurface = "0"
  1480. Part76.Material = Enum.Material.SmoothPlastic
  1481. Part76.RightSurface = "0"
  1482. Part76.TopSurface = "0"
  1483. Part76.brickColor = BrickColor.new("Really red")
  1484. BlockMesh77.Parent = Part76
  1485. Weld78.Name = "qCFrameWeldThingy"
  1486. Weld78.Parent = Part76
  1487. Weld78.C1 = CFrame.new(-10.3639812, 0.534587383, 3.75922775, 0.999993801, 0, -4.03698408e-08, 3.89985715e-08, 0, 1, 0, -1, 0)
  1488. Weld78.Part0 = Part238
  1489. Weld78.Part1 = Part76
  1490. Weld78.part1 = Part76
  1491. CFrameValue79.Name = "qRelativeCFrameWeldValue"
  1492. CFrameValue79.Parent = Part76
  1493. CFrameValue79.Value = CFrame.new(-10.3639812, 0.534587383, 3.75922775, 0.999993801, 0, -4.03698408e-08, 3.89985715e-08, 0, 1, 0, -1, 0)
  1494. Part80.Parent = Model0
  1495. Part80.CFrame = CFrame.new(-15.3820915, 3.80003333, -67.0444183, 0.999993563, 3.89721997e-08, 0, -4.03962055e-08, 1, 0, 0, 0, 1)
  1496. Part80.Position = Vector3.new(-15.3820915, 3.80003333, -67.0444183)
  1497. Part80.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1498. Part80.Size = Vector3.new(1, 0.800000012, 1)
  1499. Part80.BackSurface = "0"
  1500. Part80.BottomSurface = "0"
  1501. Part80.BrickColor = BrickColor.new("Institutional white")
  1502. Part80.FrontSurface = "0"
  1503. Part80.LeftSurface = "0"
  1504. Part80.Material = Enum.Material.SmoothPlastic
  1505. Part80.RightSurface = "0"
  1506. Part80.TopSurface = "0"
  1507. Part80.brickColor = BrickColor.new("Institutional white")
  1508. BlockMesh81.Parent = Part80
  1509. Weld82.Name = "qCFrameWeldThingy"
  1510. Weld82.Parent = Part80
  1511. Weld82.C1 = CFrame.new(-10.3638573, 1.5345881, 3.75922775, 0.999993563, 0, -4.03962055e-08, 3.89721997e-08, 0, 1, 0, -1, 0)
  1512. Weld82.Part0 = Part238
  1513. Weld82.Part1 = Part80
  1514. Weld82.part1 = Part80
  1515. CFrameValue83.Name = "qRelativeCFrameWeldValue"
  1516. CFrameValue83.Parent = Part80
  1517. CFrameValue83.Value = CFrame.new(-10.3638573, 1.5345881, 3.75922775, 0.999993563, 0, -4.03962055e-08, 3.89721997e-08, 0, 1, 0, -1, 0)
  1518. Part84.Parent = Model0
  1519. Part84.CFrame = CFrame.new(-23.8821106, 8.40002823, -62.5444183, 1, 3.86558057e-08, 0, -3.86558057e-08, 1, 0, 0, 0, 1)
  1520. Part84.Position = Vector3.new(-23.8821106, 8.40002823, -62.5444183)
  1521. Part84.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1522. Part84.Size = Vector3.new(14, 0.400000006, 8)
  1523. Part84.BackSurface = "0"
  1524. Part84.BottomSurface = "0"
  1525. Part84.BrickColor = BrickColor.new("Institutional white")
  1526. Part84.CanCollide = false
  1527. Part84.FrontSurface = "0"
  1528. Part84.LeftSurface = "0"
  1529. Part84.Material = Enum.Material.SmoothPlastic
  1530. Part84.RightSurface = "0"
  1531. Part84.TopSurface = "0"
  1532. Part84.brickColor = BrickColor.new("Institutional white")
  1533. BlockMesh85.Parent = Part84
  1534. Weld86.Name = "qCFrameWeldThingy"
  1535. Weld86.Parent = Part84
  1536. Weld86.C1 = CFrame.new(-1.86377144, -3.06540585, -0.740772247, 1, 0, -3.86558057e-08, 3.86558057e-08, 0, 1, 0, -1, 0)
  1537. Weld86.Part0 = Part238
  1538. Weld86.Part1 = Part84
  1539. Weld86.part1 = Part84
  1540. CFrameValue87.Name = "qRelativeCFrameWeldValue"
  1541. CFrameValue87.Parent = Part84
  1542. CFrameValue87.Value = CFrame.new(-1.86377144, -3.06540585, -0.740772247, 1, 0, -3.86558057e-08, 3.86558057e-08, 0, 1, 0, -1, 0)
  1543. Part88.Parent = Model0
  1544. Part88.CFrame = CFrame.new(-15.3818512, 6.80003357, -65.0444183, 0, 3.96052044e-08, -0.999999285, 0, 1, 3.97634281e-08, 1, 0, 0)
  1545. Part88.Orientation = Vector3.new(0, -90, 0)
  1546. Part88.Position = Vector3.new(-15.3818512, 6.80003357, -65.0444183)
  1547. Part88.Rotation = Vector3.new(-90, -89.9300003, -90)
  1548. Part88.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1549. Part88.Size = Vector3.new(3, 2.79999995, 1)
  1550. Part88.BackSurface = "0"
  1551. Part88.BottomSurface = "0"
  1552. Part88.BrickColor = BrickColor.new("Really black")
  1553. Part88.CanCollide = false
  1554. Part88.FrontSurface = "0"
  1555. Part88.LeftSurface = "0"
  1556. Part88.Material = Enum.Material.SmoothPlastic
  1557. Part88.RightSurface = "0"
  1558. Part88.TopSurface = "0"
  1559. Part88.brickColor = BrickColor.new("Really black")
  1560. SpecialMesh89.Parent = Part88
  1561. SpecialMesh89.MeshType = Enum.MeshType.Wedge
  1562. Weld90.Name = "qCFrameWeldThingy"
  1563. Weld90.Parent = Part88
  1564. Weld90.C1 = CFrame.new(1.75922775, -1.46541214, 10.3640385, 0, -1, 0, 3.96052044e-08, 0, 1, -0.999999285, 0, 3.97634281e-08)
  1565. Weld90.Part0 = Part238
  1566. Weld90.Part1 = Part88
  1567. Weld90.part1 = Part88
  1568. CFrameValue91.Name = "qRelativeCFrameWeldValue"
  1569. CFrameValue91.Parent = Part88
  1570. CFrameValue91.Value = CFrame.new(1.75922775, -1.46541214, 10.3640385, 0, -1, 0, 3.96052044e-08, 0, 1, -0.999999285, 0, 3.97634281e-08)
  1571. Part92.Parent = Model0
  1572. Part92.CFrame = CFrame.new(-26.0818329, 2.40002775, -62.5444221, 0.999999762, 3.96579551e-08, 0, -3.97106952e-08, 1, 0, 0, 0, 1)
  1573. Part92.Position = Vector3.new(-26.0818329, 2.40002775, -62.5444221)
  1574. Part92.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1575. Part92.Size = Vector3.new(12.3999996, 1.20000005, 10)
  1576. Part92.BackSurface = "0"
  1577. Part92.BottomSurface = "0"
  1578. Part92.BrickColor = BrickColor.new("Institutional white")
  1579. Part92.FrontSurface = "0"
  1580. Part92.LeftSurface = "0"
  1581. Part92.Material = Enum.Material.SmoothPlastic
  1582. Part92.RightSurface = "0"
  1583. Part92.TopSurface = "0"
  1584. Part92.brickColor = BrickColor.new("Institutional white")
  1585. BlockMesh93.Parent = Part92
  1586. Weld94.Name = "qCFrameWeldThingy"
  1587. Weld94.Parent = Part92
  1588. Weld94.C1 = CFrame.new(0.335950851, 2.93459415, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1589. Weld94.Part0 = Part238
  1590. Weld94.Part1 = Part92
  1591. Weld94.part1 = Part92
  1592. CFrameValue95.Name = "qRelativeCFrameWeldValue"
  1593. CFrameValue95.Parent = Part92
  1594. CFrameValue95.Value = CFrame.new(0.335950851, 2.93459415, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1595. Part96.Parent = Model0
  1596. Part96.CFrame = CFrame.new(-25.1818237, 3.20002985, -62.5444221, 1, 3.96843305e-08, 0, -3.96843305e-08, 1, 0, 0, 0, 1)
  1597. Part96.Position = Vector3.new(-25.1818237, 3.20002985, -62.5444221)
  1598. Part96.Color = Color3.new(0.94902, 0.94902, 0.94902)
  1599. Part96.Size = Vector3.new(20.6000004, 0.400000006, 10)
  1600. Part96.BackSurface = "0"
  1601. Part96.BottomSurface = "0"
  1602. Part96.BrickColor = BrickColor.new("White")
  1603. Part96.FrontSurface = "0"
  1604. Part96.LeftSurface = "0"
  1605. Part96.Material = Enum.Material.SmoothPlastic
  1606. Part96.RightSurface = "0"
  1607. Part96.TopSurface = "0"
  1608. Part96.brickColor = BrickColor.new("White")
  1609. BlockMesh97.Parent = Part96
  1610. Weld98.Name = "qCFrameWeldThingy"
  1611. Weld98.Parent = Part96
  1612. Weld98.C1 = CFrame.new(-0.564058304, 2.13459206, -0.740768433, 1, 0, -3.96843305e-08, 3.96843305e-08, 0, 1, 0, -1, 0)
  1613. Weld98.Part0 = Part238
  1614. Weld98.Part1 = Part96
  1615. Weld98.part1 = Part96
  1616. CFrameValue99.Name = "qRelativeCFrameWeldValue"
  1617. CFrameValue99.Parent = Part96
  1618. CFrameValue99.Value = CFrame.new(-0.564058304, 2.13459206, -0.740768433, 1, 0, -3.96843305e-08, 3.96843305e-08, 0, 1, 0, -1, 0)
  1619. Part100.Parent = Model0
  1620. Part100.CFrame = CFrame.new(-22.0322571, 5.80003405, -58.044426, 1, 5.49303607e-08, 0, -5.49303607e-08, 1, 0, 0, 0, 1)
  1621. Part100.Position = Vector3.new(-22.0322571, 5.80003405, -58.044426)
  1622. Part100.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1623. Part100.Size = Vector3.new(12.3000002, 4.80000019, 1)
  1624. Part100.BackSurface = "0"
  1625. Part100.BottomSurface = "0"
  1626. Part100.BrickColor = BrickColor.new("Institutional white")
  1627. Part100.FrontSurface = "0"
  1628. Part100.LeftSurface = "0"
  1629. Part100.Material = Enum.Material.SmoothPlastic
  1630. Part100.RightSurface = "0"
  1631. Part100.TopSurface = "0"
  1632. Part100.brickColor = BrickColor.new("Institutional white")
  1633. BlockMesh101.Parent = Part100
  1634. Weld102.Name = "qCFrameWeldThingy"
  1635. Weld102.Parent = Part100
  1636. Weld102.C1 = CFrame.new(-3.71362495, -0.46541214, -5.24076462, 1, 0, -5.49303607e-08, 5.49303607e-08, 0, 1, 0, -1, 0)
  1637. Weld102.Part0 = Part238
  1638. Weld102.Part1 = Part100
  1639. Weld102.part1 = Part100
  1640. CFrameValue103.Name = "qRelativeCFrameWeldValue"
  1641. CFrameValue103.Parent = Part100
  1642. CFrameValue103.Value = CFrame.new(-3.71362495, -0.46541214, -5.24076462, 1, 0, -5.49303607e-08, 5.49303607e-08, 0, 1, 0, -1, 0)
  1643. Part104.Parent = Model0
  1644. Part104.CFrame = CFrame.new(-15.3818512, 6.80003357, -62.5444221, 0, 3.96052044e-08, -0.999999285, 0, 1, 3.97634281e-08, 1, 0, 0)
  1645. Part104.Orientation = Vector3.new(0, -90, 0)
  1646. Part104.Position = Vector3.new(-15.3818512, 6.80003357, -62.5444221)
  1647. Part104.Rotation = Vector3.new(-90, -89.9300003, -90)
  1648. Part104.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1649. Part104.Size = Vector3.new(2, 2.79999995, 1)
  1650. Part104.BackSurface = "0"
  1651. Part104.BottomSurface = "0"
  1652. Part104.BrickColor = BrickColor.new("Institutional white")
  1653. Part104.CanCollide = false
  1654. Part104.FrontSurface = "0"
  1655. Part104.LeftSurface = "0"
  1656. Part104.Material = Enum.Material.SmoothPlastic
  1657. Part104.RightSurface = "0"
  1658. Part104.TopSurface = "0"
  1659. Part104.brickColor = BrickColor.new("Institutional white")
  1660. SpecialMesh105.Parent = Part104
  1661. SpecialMesh105.MeshType = Enum.MeshType.Wedge
  1662. Weld106.Name = "qCFrameWeldThingy"
  1663. Weld106.Parent = Part104
  1664. Weld106.C1 = CFrame.new(-0.740768433, -1.46541214, 10.3640385, 0, -1, 0, 3.96052044e-08, 0, 1, -0.999999285, 0, 3.97634281e-08)
  1665. Weld106.Part0 = Part238
  1666. Weld106.Part1 = Part104
  1667. Weld106.part1 = Part104
  1668. CFrameValue107.Name = "qRelativeCFrameWeldValue"
  1669. CFrameValue107.Parent = Part104
  1670. CFrameValue107.Value = CFrame.new(-0.740768433, -1.46541214, 10.3640385, 0, -1, 0, 3.96052044e-08, 0, 1, -0.999999285, 0, 3.97634281e-08)
  1671. Part108.Parent = Model0
  1672. Part108.CFrame = CFrame.new(-15.3818512, 6.80003357, -60.044426, 0, 3.96052044e-08, -0.999999285, 0, 1, 3.97634281e-08, 1, 0, 0)
  1673. Part108.Orientation = Vector3.new(0, -90, 0)
  1674. Part108.Position = Vector3.new(-15.3818512, 6.80003357, -60.044426)
  1675. Part108.Rotation = Vector3.new(-90, -89.9300003, -90)
  1676. Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1677. Part108.Size = Vector3.new(3, 2.79999995, 1)
  1678. Part108.BackSurface = "0"
  1679. Part108.BottomSurface = "0"
  1680. Part108.BrickColor = BrickColor.new("Really black")
  1681. Part108.CanCollide = false
  1682. Part108.FrontSurface = "0"
  1683. Part108.LeftSurface = "0"
  1684. Part108.Material = Enum.Material.SmoothPlastic
  1685. Part108.RightSurface = "0"
  1686. Part108.TopSurface = "0"
  1687. Part108.brickColor = BrickColor.new("Really black")
  1688. SpecialMesh109.Parent = Part108
  1689. SpecialMesh109.MeshType = Enum.MeshType.Wedge
  1690. Weld110.Name = "qCFrameWeldThingy"
  1691. Weld110.Parent = Part108
  1692. Weld110.C1 = CFrame.new(-3.24076462, -1.46541214, 10.3640385, 0, -1, 0, 3.96052044e-08, 0, 1, -0.999999285, 0, 3.97634281e-08)
  1693. Weld110.Part0 = Part238
  1694. Weld110.Part1 = Part108
  1695. Weld110.part1 = Part108
  1696. CFrameValue111.Name = "qRelativeCFrameWeldValue"
  1697. CFrameValue111.Parent = Part108
  1698. CFrameValue111.Value = CFrame.new(-3.24076462, -1.46541214, 10.3640385, 0, -1, 0, 3.96052044e-08, 0, 1, -0.999999285, 0, 3.97634281e-08)
  1699. Part112.Parent = Model0
  1700. Part112.CFrame = CFrame.new(-15.3818407, 4.40002632, -62.5444221, 0.999999762, 3.96579551e-08, 0, -3.97106952e-08, 1, 0, 0, 0, 1)
  1701. Part112.Position = Vector3.new(-15.3818407, 4.40002632, -62.5444221)
  1702. Part112.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1703. Part112.Size = Vector3.new(1, 2, 8)
  1704. Part112.BackSurface = "0"
  1705. Part112.BottomSurface = "0"
  1706. Part112.BrickColor = BrickColor.new("Institutional white")
  1707. Part112.CanCollide = false
  1708. Part112.FrontSurface = "0"
  1709. Part112.LeftSurface = "0"
  1710. Part112.Material = Enum.Material.SmoothPlastic
  1711. Part112.RightSurface = "0"
  1712. Part112.TopSurface = "0"
  1713. Part112.brickColor = BrickColor.new("Institutional white")
  1714. BlockMesh113.Parent = Part112
  1715. Weld114.Name = "qCFrameWeldThingy"
  1716. Weld114.Parent = Part112
  1717. Weld114.C1 = CFrame.new(-10.3640442, 0.934595108, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1718. Weld114.Part0 = Part238
  1719. Weld114.Part1 = Part112
  1720. Weld114.part1 = Part112
  1721. CFrameValue115.Name = "qRelativeCFrameWeldValue"
  1722. CFrameValue115.Parent = Part112
  1723. CFrameValue115.Value = CFrame.new(-10.3640442, 0.934595108, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1724. Part116.Parent = Model0
  1725. Part116.CFrame = CFrame.new(-15.3818407, 3.80003357, -58.044426, 0.999999762, 3.96579551e-08, 0, -3.97106952e-08, 1, 0, 0, 0, 1)
  1726. Part116.Position = Vector3.new(-15.3818407, 3.80003357, -58.044426)
  1727. Part116.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1728. Part116.Size = Vector3.new(1, 0.800000012, 1)
  1729. Part116.BackSurface = "0"
  1730. Part116.BottomSurface = "0"
  1731. Part116.BrickColor = BrickColor.new("Institutional white")
  1732. Part116.FrontSurface = "0"
  1733. Part116.LeftSurface = "0"
  1734. Part116.Material = Enum.Material.SmoothPlastic
  1735. Part116.RightSurface = "0"
  1736. Part116.TopSurface = "0"
  1737. Part116.brickColor = BrickColor.new("Institutional white")
  1738. BlockMesh117.Parent = Part116
  1739. Weld118.Name = "qCFrameWeldThingy"
  1740. Weld118.Parent = Part116
  1741. Weld118.C1 = CFrame.new(-10.3640442, 1.5345881, -5.24076462, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1742. Weld118.Part0 = Part238
  1743. Weld118.Part1 = Part116
  1744. Weld118.part1 = Part116
  1745. CFrameValue119.Name = "qRelativeCFrameWeldValue"
  1746. CFrameValue119.Parent = Part116
  1747. CFrameValue119.Value = CFrame.new(-10.3640442, 1.5345881, -5.24076462, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1748. Part120.Parent = Model0
  1749. Part120.CFrame = CFrame.new(-23.8821106, 8.40002823, -58.044426, 0.999999762, 3.86294303e-08, 0, -3.86821704e-08, 1, 0, 0, 0, 1)
  1750. Part120.Position = Vector3.new(-23.8821106, 8.40002823, -58.044426)
  1751. Part120.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1752. Part120.Size = Vector3.new(14, 0.400000006, 1)
  1753. Part120.BackSurface = "0"
  1754. Part120.BottomSurface = "0"
  1755. Part120.BrickColor = BrickColor.new("Institutional white")
  1756. Part120.CanCollide = false
  1757. Part120.FrontSurface = "0"
  1758. Part120.LeftSurface = "0"
  1759. Part120.Material = Enum.Material.SmoothPlastic
  1760. Part120.RightSurface = "0"
  1761. Part120.TopSurface = "0"
  1762. Part120.brickColor = BrickColor.new("Institutional white")
  1763. BlockMesh121.Parent = Part120
  1764. Weld122.Name = "qCFrameWeldThingy"
  1765. Weld122.Parent = Part120
  1766. Weld122.C1 = CFrame.new(-1.86377144, -3.06540585, -5.24076462, 0.999999762, 0, -3.86821704e-08, 3.86294303e-08, 0, 1, 0, -1, 0)
  1767. Weld122.Part0 = Part238
  1768. Weld122.Part1 = Part120
  1769. Weld122.part1 = Part120
  1770. CFrameValue123.Name = "qRelativeCFrameWeldValue"
  1771. CFrameValue123.Parent = Part120
  1772. CFrameValue123.Value = CFrame.new(-1.86377144, -3.06540585, -5.24076462, 0.999999762, 0, -3.86821704e-08, 3.86294303e-08, 0, 1, 0, -1, 0)
  1773. Part124.Parent = Model0
  1774. Part124.CFrame = CFrame.new(-31.3818359, 5.79503059, -67.0444183, 1, 4.13459489e-08, 0, -4.13459489e-08, 1, 0, 0, 0, 1)
  1775. Part124.Position = Vector3.new(-31.3818359, 5.79503059, -67.0444183)
  1776. Part124.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1777. Part124.Size = Vector3.new(1, 4.80999994, 1)
  1778. Part124.BackSurface = "0"
  1779. Part124.BottomSurface = "0"
  1780. Part124.BrickColor = BrickColor.new("Institutional white")
  1781. Part124.CanCollide = false
  1782. Part124.FrontSurface = "0"
  1783. Part124.LeftSurface = "0"
  1784. Part124.Material = Enum.Material.SmoothPlastic
  1785. Part124.RightSurface = "0"
  1786. Part124.TopSurface = "0"
  1787. Part124.brickColor = BrickColor.new("Institutional white")
  1788. Weld125.Name = "qCFrameWeldThingy"
  1789. Weld125.Parent = Part124
  1790. Weld125.C1 = CFrame.new(5.6359539, -0.460408688, 3.75922775, 1, 0, -4.13459489e-08, 4.13459489e-08, 0, 1, 0, -1, 0)
  1791. Weld125.Part0 = Part238
  1792. Weld125.Part1 = Part124
  1793. Weld125.part1 = Part124
  1794. CFrameValue126.Name = "qRelativeCFrameWeldValue"
  1795. CFrameValue126.Parent = Part124
  1796. CFrameValue126.Value = CFrame.new(5.6359539, -0.460408688, 3.75922775, 1, 0, -4.13459489e-08, 4.13459489e-08, 0, 1, 0, -1, 0)
  1797. Part127.Parent = Model0
  1798. Part127.CFrame = CFrame.new(-31.3821983, 7.00003052, -58.044426, 0.999999762, 3.74425326e-08, 0, -3.74952727e-08, 1, 0, 0, 0, 1)
  1799. Part127.Position = Vector3.new(-31.3821983, 7.00003052, -58.044426)
  1800. Part127.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1801. Part127.Size = Vector3.new(1, 2.4000001, 1)
  1802. Part127.BackSurface = "0"
  1803. Part127.BottomSurface = "0"
  1804. Part127.BrickColor = BrickColor.new("Institutional white")
  1805. Part127.CanCollide = false
  1806. Part127.FrontSurface = "0"
  1807. Part127.LeftSurface = "0"
  1808. Part127.Material = Enum.Material.SmoothPlastic
  1809. Part127.RightSurface = "0"
  1810. Part127.TopSurface = "0"
  1811. Part127.brickColor = BrickColor.new("Institutional white")
  1812. Weld128.Name = "qCFrameWeldThingy"
  1813. Weld128.Parent = Part127
  1814. Weld128.C1 = CFrame.new(5.63631821, -1.66540813, -5.24076462, 0.999999762, 0, -3.74952727e-08, 3.74425326e-08, 0, 1, 0, -1, 0)
  1815. Weld128.Part0 = Part238
  1816. Weld128.Part1 = Part127
  1817. Weld128.part1 = Part127
  1818. CFrameValue129.Name = "qRelativeCFrameWeldValue"
  1819. CFrameValue129.Parent = Part127
  1820. CFrameValue129.Value = CFrame.new(5.63631821, -1.66540813, -5.24076462, 0.999999762, 0, -3.74952727e-08, 3.74425326e-08, 0, 1, 0, -1, 0)
  1821. Part130.Parent = Model0
  1822. Part130.CFrame = CFrame.new(-15.7818489, 2.40002799, -62.5444221, 0.999999762, 3.96579551e-08, 0, -3.97106952e-08, 1, 0, 0, 0, 1)
  1823. Part130.Position = Vector3.new(-15.7818489, 2.40002799, -62.5444221)
  1824. Part130.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1825. Part130.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1826. Part130.BackSurface = "0"
  1827. Part130.BottomSurface = "0"
  1828. Part130.BrickColor = BrickColor.new("Institutional white")
  1829. Part130.FrontSurface = "0"
  1830. Part130.LeftSurface = "0"
  1831. Part130.Material = Enum.Material.SmoothPlastic
  1832. Part130.RightSurface = "0"
  1833. Part130.TopSurface = "0"
  1834. Part130.brickColor = BrickColor.new("Institutional white")
  1835. BlockMesh131.Parent = Part130
  1836. Weld132.Name = "qCFrameWeldThingy"
  1837. Weld132.Parent = Part130
  1838. Weld132.C1 = CFrame.new(-9.96403503, 2.93459344, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1839. Weld132.Part0 = Part238
  1840. Weld132.Part1 = Part130
  1841. Weld132.part1 = Part130
  1842. CFrameValue133.Name = "qRelativeCFrameWeldValue"
  1843. CFrameValue133.Parent = Part130
  1844. CFrameValue133.Value = CFrame.new(-9.96403503, 2.93459344, -0.740768433, 0.999999762, 0, -3.97106952e-08, 3.96579551e-08, 0, 1, 0, -1, 0)
  1845. Part134.Parent = Model0
  1846. Part134.CFrame = CFrame.new(-15.3827667, 4.80003023, -58.044426, 1, 5.53523627e-08, 0, -5.53523627e-08, 1, 0, 0, 0, 1)
  1847. Part134.Position = Vector3.new(-15.3827667, 4.80003023, -58.044426)
  1848. Part134.Color = Color3.new(1, 0, 0)
  1849. Part134.Size = Vector3.new(1, 1.20000005, 1)
  1850. Part134.BackSurface = "0"
  1851. Part134.BottomSurface = "0"
  1852. Part134.BrickColor = BrickColor.new("Really red")
  1853. Part134.FrontSurface = "0"
  1854. Part134.LeftSurface = "0"
  1855. Part134.Material = Enum.Material.SmoothPlastic
  1856. Part134.RightSurface = "0"
  1857. Part134.TopSurface = "0"
  1858. Part134.brickColor = BrickColor.new("Really red")
  1859. BlockMesh135.Parent = Part134
  1860. Weld136.Name = "qCFrameWeldThingy"
  1861. Weld136.Parent = Part134
  1862. Weld136.C1 = CFrame.new(-10.3631153, 0.534591198, -5.24076462, 1, 0, -5.53523627e-08, 5.53523627e-08, 0, 1, 0, -1, 0)
  1863. Weld136.Part0 = Part238
  1864. Weld136.Part1 = Part134
  1865. Weld136.part1 = Part134
  1866. CFrameValue137.Name = "qRelativeCFrameWeldValue"
  1867. CFrameValue137.Parent = Part134
  1868. CFrameValue137.Value = CFrame.new(-10.3631153, 0.534591198, -5.24076462, 1, 0, -5.53523627e-08, 5.53523627e-08, 0, 1, 0, -1, 0)
  1869. Part138.Parent = Model0
  1870. Part138.CFrame = CFrame.new(-16.3821144, 8.40002728, -62.5444183, 0.999999762, 3.86294303e-08, 0, -3.86821704e-08, 1, 0, 0, 0, 1)
  1871. Part138.Position = Vector3.new(-16.3821144, 8.40002728, -62.5444183)
  1872. Part138.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1873. Part138.Size = Vector3.new(1, 0.400000006, 10)
  1874. Part138.BackSurface = "0"
  1875. Part138.BottomSurface = "0"
  1876. Part138.BrickColor = BrickColor.new("Institutional white")
  1877. Part138.CanCollide = false
  1878. Part138.FrontSurface = "0"
  1879. Part138.LeftSurface = "0"
  1880. Part138.Material = Enum.Material.SmoothPlastic
  1881. Part138.RightSurface = "0"
  1882. Part138.TopSurface = "0"
  1883. Part138.brickColor = BrickColor.new("Institutional white")
  1884. BlockMesh139.Parent = Part138
  1885. Weld140.Name = "qCFrameWeldThingy"
  1886. Weld140.Parent = Part138
  1887. Weld140.C1 = CFrame.new(-9.36376953, -3.06540585, -0.740772247, 0.999999762, 0, -3.86821704e-08, 3.86294303e-08, 0, 1, 0, -1, 0)
  1888. Weld140.Part0 = Part238
  1889. Weld140.Part1 = Part138
  1890. Weld140.part1 = Part138
  1891. CFrameValue141.Name = "qRelativeCFrameWeldValue"
  1892. CFrameValue141.Parent = Part138
  1893. CFrameValue141.Value = CFrame.new(-9.36376953, -3.06540585, -0.740772247, 0.999999762, 0, -3.86821704e-08, 3.86294303e-08, 0, 1, 0, -1, 0)
  1894. Part142.Parent = Model0
  1895. Part142.CFrame = CFrame.new(-36.9817772, 3.80003357, -62.5444221, 0.999997854, 3.94469524e-08, 0, -3.99216233e-08, 1, 0, 0, 0, 1)
  1896. Part142.Position = Vector3.new(-36.9817772, 3.80003357, -62.5444221)
  1897. Part142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1898. Part142.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1899. Part142.BackSurface = "0"
  1900. Part142.BottomSurface = "0"
  1901. Part142.BrickColor = BrickColor.new("Really black")
  1902. Part142.FrontSurface = "0"
  1903. Part142.LeftSurface = "0"
  1904. Part142.Material = Enum.Material.SmoothPlastic
  1905. Part142.RightSurface = "0"
  1906. Part142.TopSurface = "0"
  1907. Part142.brickColor = BrickColor.new("Really black")
  1908. BlockMesh143.Parent = Part142
  1909. Weld144.Name = "qCFrameWeldThingy"
  1910. Weld144.Parent = Part142
  1911. Weld144.C1 = CFrame.new(11.23592, 1.53458881, -0.740768433, 0.999997854, 0, -3.99216233e-08, 3.94469524e-08, 0, 1, 0, -1, 0)
  1912. Weld144.Part0 = Part238
  1913. Weld144.Part1 = Part142
  1914. Weld144.part1 = Part142
  1915. CFrameValue145.Name = "qRelativeCFrameWeldValue"
  1916. CFrameValue145.Parent = Part142
  1917. CFrameValue145.Value = CFrame.new(11.23592, 1.53458881, -0.740768433, 0.999997854, 0, -3.99216233e-08, 3.94469524e-08, 0, 1, 0, -1, 0)
  1918. Part146.Name = "Head"
  1919. Part146.Parent = Model0
  1920. Part146.CFrame = CFrame.new(-29.9929314, 7.02660513, -61.1512184, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  1921. Part146.Orientation = Vector3.new(0, 89.0400009, 0)
  1922. Part146.Position = Vector3.new(-29.9929314, 7.02660513, -61.1512184)
  1923. Part146.Rotation = Vector3.new(0, 89.0400009, 0)
  1924. Part146.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1925. Part146.Size = Vector3.new(2, 1, 1)
  1926. Part146.BackSurface = "0"
  1927. Part146.BottomSurface = "0"
  1928. Part146.BrickColor = BrickColor.new("Institutional white")
  1929. Part146.FrontSurface = "0"
  1930. Part146.LeftSurface = "0"
  1931. Part146.Material = Enum.Material.SmoothPlastic
  1932. Part146.RightSurface = "0"
  1933. Part146.TopSurface = "0"
  1934. Part146.brickColor = BrickColor.new("Institutional white")
  1935. SpecialMesh147.Parent = Part146
  1936. SpecialMesh147.Scale = Vector3.new(1.25, 1.25, 1.25)
  1937. Decal148.Name = "face"
  1938. Decal148.Parent = Part146
  1939. Decal148.Texture = "rbxasset://textures/face.png"
  1940. Weld149.Name = "qCFrameWeldThingy"
  1941. Weld149.Parent = Part146
  1942. Weld149.C1 = CFrame.new(2.20450974, -1.69198322, 4.21086693, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  1943. Weld149.Part0 = Part238
  1944. Weld149.Part1 = Part146
  1945. Weld149.part1 = Part146
  1946. CFrameValue150.Name = "qRelativeCFrameWeldValue"
  1947. CFrameValue150.Parent = Part146
  1948. CFrameValue150.Value = CFrame.new(2.20450974, -1.69198322, 4.21086693, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  1949. Part151.Parent = Model0
  1950. Part151.CFrame = CFrame.new(-29.5045776, 5.81502533, -67.0444183, 1, 1.54027958e-07, 0, -1.54027958e-07, 1, 0, 0, 0, 1)
  1951. Part151.Position = Vector3.new(-29.5045776, 5.81502533, -67.0444183)
  1952. Part151.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1953. Part151.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1954. Part151.BackSurface = "0"
  1955. Part151.BottomSurface = "0"
  1956. Part151.BrickColor = BrickColor.new("Institutional white")
  1957. Part151.CanCollide = false
  1958. Part151.FrontSurface = "0"
  1959. Part151.LeftSurface = "0"
  1960. Part151.Material = Enum.Material.SmoothPlastic
  1961. Part151.RightSurface = "0"
  1962. Part151.TopSurface = "0"
  1963. Part151.brickColor = BrickColor.new("Institutional white")
  1964. Weld152.Name = "qCFrameWeldThingy"
  1965. Weld152.Parent = Part151
  1966. Weld152.C1 = CFrame.new(3.7586956, -0.480402946, 3.75922775, 1, 0, -1.54027958e-07, 1.54027958e-07, 0, 1, 0, -1, 0)
  1967. Weld152.Part0 = Part238
  1968. Weld152.Part1 = Part151
  1969. Weld152.part1 = Part151
  1970. CFrameValue153.Name = "qRelativeCFrameWeldValue"
  1971. CFrameValue153.Parent = Part151
  1972. CFrameValue153.Value = CFrame.new(3.7586956, -0.480402946, 3.75922775, 1, 0, -1.54027958e-07, 1.54027958e-07, 0, 1, 0, -1, 0)
  1973. Part154.Parent = Model0
  1974. Part154.CFrame = CFrame.new(-28.2900085, 5.80003309, -62.0644226, 1, 1.37870728e-07, 0, -1.37870728e-07, 1, 0, 0, 0, 1)
  1975. Part154.Position = Vector3.new(-28.2900085, 5.80003309, -62.0644226)
  1976. Part154.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1977. Part154.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1978. Part154.BackSurface = "0"
  1979. Part154.BottomSurface = "0"
  1980. Part154.BrickColor = BrickColor.new("Institutional white")
  1981. Part154.FrontSurface = "0"
  1982. Part154.LeftSurface = "0"
  1983. Part154.Material = Enum.Material.SmoothPlastic
  1984. Part154.RightSurface = "0"
  1985. Part154.TopSurface = "0"
  1986. Part154.brickColor = BrickColor.new("Institutional white")
  1987. BlockMesh155.Parent = Part154
  1988. Weld156.Name = "qCFrameWeldThingy"
  1989. Weld156.Parent = Part154
  1990. Weld156.C1 = CFrame.new(2.54412651, -0.465410709, -1.22076797, 1, 0, -1.37870728e-07, 1.37870728e-07, 0, 1, 0, -1, 0)
  1991. Weld156.Part0 = Part238
  1992. Weld156.Part1 = Part154
  1993. Weld156.part1 = Part154
  1994. CFrameValue157.Name = "qRelativeCFrameWeldValue"
  1995. CFrameValue157.Parent = Part154
  1996. CFrameValue157.Value = CFrame.new(2.54412651, -0.465410709, -1.22076797, 1, 0, -1.37870728e-07, 1.37870728e-07, 0, 1, 0, -1, 0)
  1997. Part158.Name = "Head"
  1998. Part158.Parent = Model0
  1999. Part158.CFrame = CFrame.new(-26.0910645, 7.49669409, -61.1512222, 0.999860883, 3.20170024e-08, -0.0166812073, -3.20170024e-08, 1, 2.67092765e-10, 0.0166812055, 2.67026595e-10, 0.999860942)
  2000. Part158.Orientation = Vector3.new(0, -0.959999979, 0)
  2001. Part158.Position = Vector3.new(-26.0910645, 7.49669409, -61.1512222)
  2002. Part158.Rotation = Vector3.new(0, -0.959999979, 0)
  2003. Part158.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2004. Part158.Size = Vector3.new(2, 1, 1)
  2005. Part158.BackSurface = "0"
  2006. Part158.BottomSurface = "0"
  2007. Part158.BrickColor = BrickColor.new("Institutional white")
  2008. Part158.FrontSurface = "0"
  2009. Part158.LeftSurface = "0"
  2010. Part158.Material = Enum.Material.SmoothPlastic
  2011. Part158.RightSurface = "0"
  2012. Part158.TopSurface = "0"
  2013. Part158.brickColor = BrickColor.new("Institutional white")
  2014. SpecialMesh159.Parent = Part158
  2015. SpecialMesh159.Scale = Vector3.new(1.25, 1.25, 1.25)
  2016. Decal160.Name = "face"
  2017. Decal160.Parent = Part158
  2018. Decal160.Texture = "rbxasset://textures/face.png"
  2019. Weld161.Name = "qCFrameWeldThingy"
  2020. Weld161.Parent = Part158
  2021. Weld161.C1 = CFrame.new(0.309537888, -2.16207218, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2022. Weld161.Part0 = Part238
  2023. Weld161.Part1 = Part158
  2024. Weld161.part1 = Part158
  2025. CFrameValue162.Name = "qRelativeCFrameWeldValue"
  2026. CFrameValue162.Parent = Part158
  2027. CFrameValue162.Value = CFrame.new(0.309537888, -2.16207218, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2028. Part163.Name = "Handle"
  2029. Part163.Parent = Model0
  2030. Part163.CFrame = CFrame.new(-26.0910645, 7.34668875, -61.1512222, 0.999860883, 3.20170024e-08, -0.0166812073, -3.20170024e-08, 1, 2.67092765e-10, 0.0166812055, 2.67026595e-10, 0.999860942)
  2031. Part163.Orientation = Vector3.new(0, -0.959999979, 0)
  2032. Part163.Position = Vector3.new(-26.0910645, 7.34668875, -61.1512222)
  2033. Part163.Rotation = Vector3.new(0, -0.959999979, 0)
  2034. Part163.Size = Vector3.new(2, 2, 2)
  2035. Part163.BackSurface = "0"
  2036. Part163.BottomSurface = "0"
  2037. Part163.CanCollide = false
  2038. Part163.FrontSurface = "0"
  2039. Part163.LeftSurface = "0"
  2040. Part163.Material = Enum.Material.SmoothPlastic
  2041. Part163.RightSurface = "0"
  2042. Part163.TopSurface = "0"
  2043. SpecialMesh164.Parent = Part163
  2044. SpecialMesh164.MeshId = "http://www.roblox.com/asset/?id=15393031"
  2045. SpecialMesh164.TextureId = "http://www.roblox.com/asset/?id=15393013"
  2046. SpecialMesh164.MeshType = Enum.MeshType.FileMesh
  2047. Weld165.Name = "qCFrameWeldThingy"
  2048. Weld165.Parent = Part163
  2049. Weld165.C1 = CFrame.new(0.309537888, -2.01206684, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2050. Weld165.Part0 = Part238
  2051. Weld165.Part1 = Part163
  2052. Weld165.part1 = Part163
  2053. CFrameValue166.Name = "qRelativeCFrameWeldValue"
  2054. CFrameValue166.Parent = Part163
  2055. CFrameValue166.Value = CFrame.new(0.309537888, -2.01206684, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2056. Humanoid167.Parent = Model0
  2057. Humanoid167.Health = 0
  2058. Humanoid167.LeftLeg = Part200
  2059. Humanoid167.MaxHealth = 0
  2060. Humanoid167.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  2061. Humanoid167.RightLeg = Part194
  2062. Humanoid167.Torso = Part190
  2063. Humanoid167.maxHealth = 0
  2064. Part168.Name = "TPPART"
  2065. Part168.Parent = Model0
  2066. Part168.CFrame = CFrame.new(-25.0448322, 4.24111509, -63.7555847, 1, 6.26761221e-08, 0, -6.26761221e-08, 1, 0, 0, 0, 1)
  2067. Part168.Position = Vector3.new(-25.0448322, 4.24111509, -63.7555847)
  2068. Part168.Transparency = 1
  2069. Part168.Size = Vector3.new(4, 1, 2)
  2070. Part168.BackSurface = "0"
  2071. Part168.BottomSurface = "0"
  2072. Part168.CanCollide = false
  2073. Part168.FrontSurface = "0"
  2074. Part168.LeftSurface = "0"
  2075. Part168.Material = Enum.Material.SmoothPlastic
  2076. Part168.RightSurface = "0"
  2077. Part168.TopSurface = "0"
  2078. Weld169.Name = "qCFrameWeldThingy"
  2079. Weld169.Parent = Part168
  2080. Weld169.C1 = CFrame.new(-0.701049805, 1.09350681, 0.470394135, 1, 0, -6.26761221e-08, 6.26761221e-08, 0, 1, 0, -1, 0)
  2081. Weld169.Part0 = Part238
  2082. Weld169.Part1 = Part168
  2083. Weld169.part1 = Part168
  2084. CFrameValue170.Name = "qRelativeCFrameWeldValue"
  2085. CFrameValue170.Parent = Part168
  2086. CFrameValue170.Value = CFrame.new(-0.701049805, 1.09350681, 0.470394135, 1, 0, -6.26761221e-08, 6.26761221e-08, 0, 1, 0, -1, 0)
  2087. Part171.Name = "TPPART2"
  2088. Part171.Parent = Model0
  2089. Part171.CFrame = CFrame.new(-25.0448322, 5.40191317, -70.0318527, 1, 6.26761221e-08, 0, -6.26761221e-08, 1, 0, 0, 0, 1)
  2090. Part171.Position = Vector3.new(-25.0448322, 5.40191317, -70.0318527)
  2091. Part171.Transparency = 1
  2092. Part171.Size = Vector3.new(4, 1, 2)
  2093. Part171.BackSurface = "0"
  2094. Part171.BottomSurface = "0"
  2095. Part171.CanCollide = false
  2096. Part171.FrontSurface = "0"
  2097. Part171.LeftSurface = "0"
  2098. Part171.Material = Enum.Material.SmoothPlastic
  2099. Part171.RightSurface = "0"
  2100. Part171.TopSurface = "0"
  2101. Weld172.Name = "qCFrameWeldThingy"
  2102. Weld172.Parent = Part171
  2103. Weld172.C1 = CFrame.new(-0.701049805, -0.0672912598, 6.74666214, 1, 0, -6.26761221e-08, 6.26761221e-08, 0, 1, 0, -1, 0)
  2104. Weld172.Part0 = Part238
  2105. Weld172.Part1 = Part171
  2106. Weld172.part1 = Part171
  2107. CFrameValue173.Name = "qRelativeCFrameWeldValue"
  2108. CFrameValue173.Parent = Part171
  2109. CFrameValue173.Value = CFrame.new(-0.701049805, -0.0672912598, 6.74666214, 1, 0, -6.26761221e-08, 6.26761221e-08, 0, 1, 0, -1, 0)
  2110. Part174.Name = "Torso"
  2111. Part174.Parent = Model0
  2112. Part174.CFrame = CFrame.new(-29.9929314, 5.52660322, -61.1512184, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  2113. Part174.Orientation = Vector3.new(0, 89.0400009, 0)
  2114. Part174.Position = Vector3.new(-29.9929314, 5.52660322, -61.1512184)
  2115. Part174.Rotation = Vector3.new(0, 89.0400009, 0)
  2116. Part174.Color = Color3.new(0, 0.121569, 0.376471)
  2117. Part174.Size = Vector3.new(2, 2, 1)
  2118. Part174.BackSurface = "0"
  2119. Part174.BottomSurface = "0"
  2120. Part174.BrickColor = BrickColor.new("Navy blue")
  2121. Part174.FrontSurface = "0"
  2122. Part174.LeftSurface = "0"
  2123. Part174.Material = Enum.Material.SmoothPlastic
  2124. Part174.RightSurface = "0"
  2125. Part174.TopSurface = "0"
  2126. Part174.brickColor = BrickColor.new("Navy blue")
  2127. Decal175.Name = "roblox"
  2128. Decal175.Parent = Part174
  2129. Weld176.Name = "qCFrameWeldThingy"
  2130. Weld176.Parent = Part174
  2131. Weld176.C1 = CFrame.new(2.20450974, -0.191981316, 4.21086693, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2132. Weld176.Part0 = Part238
  2133. Weld176.Part1 = Part174
  2134. Weld176.part1 = Part174
  2135. CFrameValue177.Name = "qRelativeCFrameWeldValue"
  2136. CFrameValue177.Parent = Part174
  2137. CFrameValue177.Value = CFrame.new(2.20450974, -0.191981316, 4.21086693, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2138. Part178.Name = "Right Leg"
  2139. Part178.Parent = Model0
  2140. Part178.CFrame = CFrame.new(-29.9845886, 3.52660513, -61.6511421, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  2141. Part178.Orientation = Vector3.new(0, 89.0400009, 0)
  2142. Part178.Position = Vector3.new(-29.9845886, 3.52660513, -61.6511421)
  2143. Part178.Rotation = Vector3.new(0, 89.0400009, 0)
  2144. Part178.Color = Color3.new(0, 0.121569, 0.376471)
  2145. Part178.Size = Vector3.new(1, 2, 1)
  2146. Part178.BackSurface = "0"
  2147. Part178.BottomSurface = "0"
  2148. Part178.BrickColor = BrickColor.new("Navy blue")
  2149. Part178.CanCollide = false
  2150. Part178.FrontSurface = "0"
  2151. Part178.LeftSurface = "0"
  2152. Part178.Material = Enum.Material.SmoothPlastic
  2153. Part178.RightSurface = "0"
  2154. Part178.TopSurface = "0"
  2155. Part178.brickColor = BrickColor.new("Navy blue")
  2156. Weld179.Name = "qCFrameWeldThingy"
  2157. Weld179.Parent = Part178
  2158. Weld179.C1 = CFrame.new(1.70451736, 1.80801678, 4.21086311, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2159. Weld179.Part0 = Part238
  2160. Weld179.Part1 = Part178
  2161. Weld179.part1 = Part178
  2162. CFrameValue180.Name = "qRelativeCFrameWeldValue"
  2163. CFrameValue180.Parent = Part178
  2164. CFrameValue180.Value = CFrame.new(1.70451736, 1.80801678, 4.21086311, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2165. Part181.Name = "Right Arm"
  2166. Part181.Parent = Model0
  2167. Part181.CFrame = CFrame.new(-29.9679108, 5.52660322, -62.6510086, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  2168. Part181.Orientation = Vector3.new(0, 89.0400009, 0)
  2169. Part181.Position = Vector3.new(-29.9679108, 5.52660322, -62.6510086)
  2170. Part181.Rotation = Vector3.new(0, 89.0400009, 0)
  2171. Part181.Color = Color3.new(0.458824, 0, 0)
  2172. Part181.Size = Vector3.new(1, 2, 1)
  2173. Part181.BackSurface = "0"
  2174. Part181.BottomSurface = "0"
  2175. Part181.BrickColor = BrickColor.new("Maroon")
  2176. Part181.CanCollide = false
  2177. Part181.FrontSurface = "0"
  2178. Part181.LeftSurface = "0"
  2179. Part181.Material = Enum.Material.SmoothPlastic
  2180. Part181.RightSurface = "0"
  2181. Part181.TopSurface = "0"
  2182. Part181.brickColor = BrickColor.new("Maroon")
  2183. Weld182.Name = "qCFrameWeldThingy"
  2184. Weld182.Parent = Part181
  2185. Weld182.C1 = CFrame.new(0.70451355, -0.191981316, 4.21086311, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2186. Weld182.Part0 = Part238
  2187. Weld182.Part1 = Part181
  2188. Weld182.part1 = Part181
  2189. CFrameValue183.Name = "qRelativeCFrameWeldValue"
  2190. CFrameValue183.Parent = Part181
  2191. CFrameValue183.Value = CFrame.new(0.70451355, -0.191981316, 4.21086311, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2192. Part184.Name = "Left Leg"
  2193. Part184.Parent = Model0
  2194. Part184.CFrame = CFrame.new(-30.0012817, 3.52660513, -60.6512909, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  2195. Part184.Orientation = Vector3.new(0, 89.0400009, 0)
  2196. Part184.Position = Vector3.new(-30.0012817, 3.52660513, -60.6512909)
  2197. Part184.Rotation = Vector3.new(0, 89.0400009, 0)
  2198. Part184.Color = Color3.new(0, 0.121569, 0.376471)
  2199. Part184.Size = Vector3.new(1, 2, 1)
  2200. Part184.BackSurface = "0"
  2201. Part184.BottomSurface = "0"
  2202. Part184.BrickColor = BrickColor.new("Navy blue")
  2203. Part184.CanCollide = false
  2204. Part184.FrontSurface = "0"
  2205. Part184.LeftSurface = "0"
  2206. Part184.Material = Enum.Material.SmoothPlastic
  2207. Part184.RightSurface = "0"
  2208. Part184.TopSurface = "0"
  2209. Part184.brickColor = BrickColor.new("Navy blue")
  2210. Weld185.Name = "qCFrameWeldThingy"
  2211. Weld185.Parent = Part184
  2212. Weld185.C1 = CFrame.new(2.70450974, 1.80801678, 4.21087837, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2213. Weld185.Part0 = Part238
  2214. Weld185.Part1 = Part184
  2215. Weld185.part1 = Part184
  2216. CFrameValue186.Name = "qRelativeCFrameWeldValue"
  2217. CFrameValue186.Parent = Part184
  2218. CFrameValue186.Value = CFrame.new(2.70450974, 1.80801678, 4.21087837, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2219. Part187.Name = "Left Arm"
  2220. Part187.Parent = Model0
  2221. Part187.CFrame = CFrame.new(-30.0179443, 5.52660322, -59.6514244, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  2222. Part187.Orientation = Vector3.new(0, 89.0400009, 0)
  2223. Part187.Position = Vector3.new(-30.0179443, 5.52660322, -59.6514244)
  2224. Part187.Rotation = Vector3.new(0, 89.0400009, 0)
  2225. Part187.Color = Color3.new(0.458824, 0, 0)
  2226. Part187.Size = Vector3.new(1, 2, 1)
  2227. Part187.BackSurface = "0"
  2228. Part187.BottomSurface = "0"
  2229. Part187.BrickColor = BrickColor.new("Maroon")
  2230. Part187.CanCollide = false
  2231. Part187.FrontSurface = "0"
  2232. Part187.LeftSurface = "0"
  2233. Part187.Material = Enum.Material.SmoothPlastic
  2234. Part187.RightSurface = "0"
  2235. Part187.TopSurface = "0"
  2236. Part187.brickColor = BrickColor.new("Maroon")
  2237. Weld188.Name = "qCFrameWeldThingy"
  2238. Weld188.Parent = Part187
  2239. Weld188.C1 = CFrame.new(3.70451355, -0.191981316, 4.21086121, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2240. Weld188.Part0 = Part238
  2241. Weld188.Part1 = Part187
  2242. Weld188.part1 = Part187
  2243. CFrameValue189.Name = "qRelativeCFrameWeldValue"
  2244. CFrameValue189.Parent = Part187
  2245. CFrameValue189.Value = CFrame.new(3.70451355, -0.191981316, 4.21086121, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2246. Part190.Name = "Torso"
  2247. Part190.Parent = Model0
  2248. Part190.CFrame = CFrame.new(-26.0910645, 5.99669313, -61.1512222, 0.999860883, 3.20170024e-08, -0.0166812073, -3.20170024e-08, 1, 2.67092765e-10, 0.0166812055, 2.67026595e-10, 0.999860942)
  2249. Part190.Orientation = Vector3.new(0, -0.959999979, 0)
  2250. Part190.Position = Vector3.new(-26.0910645, 5.99669313, -61.1512222)
  2251. Part190.Rotation = Vector3.new(0, -0.959999979, 0)
  2252. Part190.Color = Color3.new(0, 0.121569, 0.376471)
  2253. Part190.Size = Vector3.new(2, 2, 1)
  2254. Part190.BackSurface = "0"
  2255. Part190.BottomSurface = "0"
  2256. Part190.BrickColor = BrickColor.new("Navy blue")
  2257. Part190.FrontSurface = "0"
  2258. Part190.LeftSurface = "0"
  2259. Part190.Material = Enum.Material.SmoothPlastic
  2260. Part190.RightSurface = "0"
  2261. Part190.TopSurface = "0"
  2262. Part190.brickColor = BrickColor.new("Navy blue")
  2263. Decal191.Name = "roblox"
  2264. Decal191.Parent = Part190
  2265. Weld192.Name = "qCFrameWeldThingy"
  2266. Weld192.Parent = Part190
  2267. Weld192.C1 = CFrame.new(0.309537888, -0.662071228, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2268. Weld192.Part0 = Part238
  2269. Weld192.Part1 = Part190
  2270. Weld192.part1 = Part190
  2271. CFrameValue193.Name = "qRelativeCFrameWeldValue"
  2272. CFrameValue193.Parent = Part190
  2273. CFrameValue193.Value = CFrame.new(0.309537888, -0.662071228, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2274. Part194.Name = "Right Leg"
  2275. Part194.Parent = Model0
  2276. Part194.CFrame = CFrame.new(-25.5911579, 3.99669337, -61.1428795, 0.999860883, 3.20170024e-08, -0.0166812073, -3.20170024e-08, 1, 2.67092765e-10, 0.0166812055, 2.67026595e-10, 0.999860942)
  2277. Part194.Orientation = Vector3.new(0, -0.959999979, 0)
  2278. Part194.Position = Vector3.new(-25.5911579, 3.99669337, -61.1428795)
  2279. Part194.Rotation = Vector3.new(0, -0.959999979, 0)
  2280. Part194.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2281. Part194.Size = Vector3.new(1, 2, 1)
  2282. Part194.BackSurface = "0"
  2283. Part194.BottomSurface = "0"
  2284. Part194.BrickColor = BrickColor.new("Really black")
  2285. Part194.FrontSurface = "0"
  2286. Part194.LeftSurface = "0"
  2287. Part194.Material = Enum.Material.SmoothPlastic
  2288. Part194.RightSurface = "0"
  2289. Part194.TopSurface = "0"
  2290. Part194.brickColor = BrickColor.new("Really black")
  2291. Weld195.Name = "qCFrameWeldThingy"
  2292. Weld195.Parent = Part194
  2293. Weld195.C1 = CFrame.new(-0.190439224, 1.33792853, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2294. Weld195.Part0 = Part238
  2295. Weld195.Part1 = Part194
  2296. Weld195.part1 = Part194
  2297. CFrameValue196.Name = "qRelativeCFrameWeldValue"
  2298. CFrameValue196.Parent = Part194
  2299. CFrameValue196.Value = CFrame.new(-0.190439224, 1.33792853, -2.139431, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2300. Part197.Name = "Right Arm"
  2301. Part197.Parent = Model0
  2302. Part197.CFrame = CFrame.new(-24.5846596, 5.89648008, -61.5228958, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  2303. Part197.Orientation = Vector3.new(45, -0.959999979, 0)
  2304. Part197.Position = Vector3.new(-24.5846596, 5.89648008, -61.5228958)
  2305. Part197.Rotation = Vector3.new(45, -0.680000007, 0.680000007)
  2306. Part197.Color = Color3.new(0.458824, 0, 0)
  2307. Part197.Size = Vector3.new(1, 2, 1)
  2308. Part197.BackSurface = "0"
  2309. Part197.BottomSurface = "0"
  2310. Part197.BrickColor = BrickColor.new("Maroon")
  2311. Part197.FrontSurface = "0"
  2312. Part197.LeftSurface = "0"
  2313. Part197.Material = Enum.Material.SmoothPlastic
  2314. Part197.RightSurface = "0"
  2315. Part197.TopSurface = "0"
  2316. Part197.brickColor = BrickColor.new("Maroon")
  2317. Weld198.Name = "qCFrameWeldThingy"
  2318. Weld198.Parent = Part197
  2319. Weld198.C1 = CFrame.new(-1.1904583, -1.62955475, -0.834968567, 0.999860883, -0.0166809987, 0, -0.0117952423, -0.707008064, 0.707107067, -0.0117952526, -0.707008719, -0.707106411)
  2320. Weld198.Part0 = Part238
  2321. Weld198.Part1 = Part197
  2322. Weld198.part1 = Part197
  2323. CFrameValue199.Name = "qRelativeCFrameWeldValue"
  2324. CFrameValue199.Parent = Part197
  2325. CFrameValue199.Value = CFrame.new(-1.1904583, -1.62955475, -0.834968567, 0.999860883, -0.0166809987, 0, -0.0117952423, -0.707008064, 0.707107067, -0.0117952526, -0.707008719, -0.707106411)
  2326. Part200.Name = "Left Leg"
  2327. Part200.Parent = Model0
  2328. Part200.CFrame = CFrame.new(-26.5910053, 3.99669313, -61.159565, 0.999860883, 3.20170024e-08, -0.0166812073, -3.20170024e-08, 1, 2.67092765e-10, 0.0166812055, 2.67026595e-10, 0.999860942)
  2329. Part200.Orientation = Vector3.new(0, -0.959999979, 0)
  2330. Part200.Position = Vector3.new(-26.5910053, 3.99669313, -61.159565)
  2331. Part200.Rotation = Vector3.new(0, -0.959999979, 0)
  2332. Part200.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2333. Part200.Size = Vector3.new(1, 2, 1)
  2334. Part200.BackSurface = "0"
  2335. Part200.BottomSurface = "0"
  2336. Part200.BrickColor = BrickColor.new("Really black")
  2337. Part200.FrontSurface = "0"
  2338. Part200.LeftSurface = "0"
  2339. Part200.Material = Enum.Material.SmoothPlastic
  2340. Part200.RightSurface = "0"
  2341. Part200.TopSurface = "0"
  2342. Part200.brickColor = BrickColor.new("Really black")
  2343. Weld201.Name = "qCFrameWeldThingy"
  2344. Weld201.Parent = Part200
  2345. Weld201.C1 = CFrame.new(0.809547424, 1.33792877, -2.13942719, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2346. Weld201.Part0 = Part238
  2347. Weld201.Part1 = Part200
  2348. Weld201.part1 = Part200
  2349. CFrameValue202.Name = "qRelativeCFrameWeldValue"
  2350. CFrameValue202.Parent = Part200
  2351. CFrameValue202.Value = CFrame.new(0.809547424, 1.33792877, -2.13942719, 0.999860883, -0.0166812055, -3.20170024e-08, 3.20170024e-08, -2.67026595e-10, 1, -0.0166812073, -0.999860942, 2.67092765e-10)
  2352. Part203.Name = "Left Arm"
  2353. Part203.Parent = Model0
  2354. Part203.CFrame = CFrame.new(-27.5827312, 5.96076965, -61.6634827, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  2355. Part203.Orientation = Vector3.new(45, -0.959999979, 0)
  2356. Part203.Position = Vector3.new(-27.5827312, 5.96076965, -61.6634827)
  2357. Part203.Rotation = Vector3.new(45, -0.680000007, 0.680000007)
  2358. Part203.Color = Color3.new(0.458824, 0, 0)
  2359. Part203.Size = Vector3.new(1, 2, 1)
  2360. Part203.BackSurface = "0"
  2361. Part203.BottomSurface = "0"
  2362. Part203.BrickColor = BrickColor.new("Maroon")
  2363. Part203.FrontSurface = "0"
  2364. Part203.LeftSurface = "0"
  2365. Part203.Material = Enum.Material.SmoothPlastic
  2366. Part203.RightSurface = "0"
  2367. Part203.TopSurface = "0"
  2368. Part203.brickColor = BrickColor.new("Maroon")
  2369. Weld204.Name = "qCFrameWeldThingy"
  2370. Weld204.Parent = Part203
  2371. Weld204.C1 = CFrame.new(1.8095417, -1.61098099, -0.725475311, 0.999860883, -0.0166809987, 0, -0.0117952423, -0.707008064, 0.707107067, -0.0117952526, -0.707008719, -0.707106411)
  2372. Weld204.Part0 = Part238
  2373. Weld204.Part1 = Part203
  2374. Weld204.part1 = Part203
  2375. CFrameValue205.Name = "qRelativeCFrameWeldValue"
  2376. CFrameValue205.Parent = Part203
  2377. CFrameValue205.Value = CFrame.new(1.8095417, -1.61098099, -0.725475311, 0.999860883, -0.0166809987, 0, -0.0117952423, -0.707008064, 0.707107067, -0.0117952526, -0.707008719, -0.707106411)
  2378. Part206.Parent = Model0
  2379. Part206.CFrame = CFrame.new(-18.2825623, 1.50003004, -57.899437, -1, 2.98044895e-08, 2.10523012e-08, 2.10523012e-08, 7.54615499e-08, 1, 2.9804486e-08, 1, -7.54615499e-08)
  2380. Part206.Orientation = Vector3.new(-90, -180, 0)
  2381. Part206.Position = Vector3.new(-18.2825623, 1.50003004, -57.899437)
  2382. Part206.Rotation = Vector3.new(-90, 0, -180)
  2383. Part206.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2384. Part206.BackSurface = "0"
  2385. Part206.BottomSurface = "0"
  2386. Part206.FrontSurface = "0"
  2387. Part206.LeftSurface = "0"
  2388. Part206.Material = Enum.Material.SmoothPlastic
  2389. Part206.RightSurface = "0"
  2390. Part206.TopSurface = "0"
  2391. CylinderMesh207.Parent = Part206
  2392. Weld208.Name = "qCFrameWeldThingy"
  2393. Weld208.Parent = Part206
  2394. Weld208.C1 = CFrame.new(7.46331978, -5.38575363, 3.8345921, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  2395. Weld208.Part0 = Part238
  2396. Weld208.Part1 = Part206
  2397. Weld208.part1 = Part206
  2398. CFrameValue209.Name = "qRelativeCFrameWeldValue"
  2399. CFrameValue209.Parent = Part206
  2400. CFrameValue209.Value = CFrame.new(7.46331978, -5.38575363, 3.8345921, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  2401. Part210.Parent = Model0
  2402. Part210.CFrame = CFrame.new(-18.2825603, 1.50004983, -67.1893921, 1, -4.47067308e-08, 1.12717586e-07, -1.12717586e-07, -5.51334445e-09, 1, -4.47067308e-08, -1, -5.51334933e-09)
  2403. Part210.Orientation = Vector3.new(-90, 0, 0)
  2404. Part210.Position = Vector3.new(-18.2825603, 1.50004983, -67.1893921)
  2405. Part210.Rotation = Vector3.new(-90, 0, 0)
  2406. Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2407. Part210.Size = Vector3.new(3, 1.20000005, 3)
  2408. Part210.BackSurface = "0"
  2409. Part210.BottomSurface = "0"
  2410. Part210.BrickColor = BrickColor.new("Really black")
  2411. Part210.FrontSurface = "0"
  2412. Part210.LeftSurface = "0"
  2413. Part210.Material = Enum.Material.SmoothPlastic
  2414. Part210.RightSurface = "0"
  2415. Part210.TopSurface = "0"
  2416. Part210.brickColor = BrickColor.new("Really black")
  2417. CylinderMesh211.Parent = Part210
  2418. Weld212.Name = "qCFrameWeldThingy"
  2419. Weld212.Parent = Part210
  2420. Weld212.C1 = CFrame.new(-7.46332169, -3.90420151, 3.83457112, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2421. Weld212.Part0 = Part238
  2422. Weld212.Part1 = Part210
  2423. Weld212.part1 = Part210
  2424. CFrameValue213.Name = "qRelativeCFrameWeldValue"
  2425. CFrameValue213.Parent = Part210
  2426. CFrameValue213.Value = CFrame.new(-7.46332169, -3.90420151, 3.83457112, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2427. Part214.Parent = Model0
  2428. Part214.CFrame = CFrame.new(-18.2825623, 1.50003004, -57.899437, -1, 2.98044895e-08, 2.10523012e-08, 2.10523012e-08, 7.54615499e-08, 1, 2.9804486e-08, 1, -7.54615499e-08)
  2429. Part214.Orientation = Vector3.new(-90, -180, 0)
  2430. Part214.Position = Vector3.new(-18.2825623, 1.50003004, -57.899437)
  2431. Part214.Rotation = Vector3.new(-90, 0, -180)
  2432. Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2433. Part214.Size = Vector3.new(3, 1.20000005, 3)
  2434. Part214.BackSurface = "0"
  2435. Part214.BottomSurface = "0"
  2436. Part214.BrickColor = BrickColor.new("Really black")
  2437. Part214.FrontSurface = "0"
  2438. Part214.LeftSurface = "0"
  2439. Part214.Material = Enum.Material.SmoothPlastic
  2440. Part214.RightSurface = "0"
  2441. Part214.TopSurface = "0"
  2442. Part214.brickColor = BrickColor.new("Really black")
  2443. CylinderMesh215.Parent = Part214
  2444. Weld216.Name = "qCFrameWeldThingy"
  2445. Weld216.Parent = Part214
  2446. Weld216.C1 = CFrame.new(7.46331978, -5.38575363, 3.8345921, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  2447. Weld216.Part0 = Part238
  2448. Weld216.Part1 = Part214
  2449. Weld216.part1 = Part214
  2450. CFrameValue217.Name = "qRelativeCFrameWeldValue"
  2451. CFrameValue217.Parent = Part214
  2452. CFrameValue217.Value = CFrame.new(7.46331978, -5.38575363, 3.8345921, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  2453. Part218.Parent = Model0
  2454. Part218.CFrame = CFrame.new(-33.8513794, 1.50004959, -67.1893921, 1, -4.47067308e-08, 1.12717586e-07, -1.12717586e-07, -5.51334445e-09, 1, -4.47067308e-08, -1, -5.51334933e-09)
  2455. Part218.Orientation = Vector3.new(-90, 0, 0)
  2456. Part218.Position = Vector3.new(-33.8513794, 1.50004959, -67.1893921)
  2457. Part218.Rotation = Vector3.new(-90, 0, 0)
  2458. Part218.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2459. Part218.BackSurface = "0"
  2460. Part218.BottomSurface = "0"
  2461. Part218.FrontSurface = "0"
  2462. Part218.LeftSurface = "0"
  2463. Part218.Material = Enum.Material.SmoothPlastic
  2464. Part218.RightSurface = "0"
  2465. Part218.TopSurface = "0"
  2466. CylinderMesh219.Parent = Part218
  2467. Weld220.Name = "qCFrameWeldThingy"
  2468. Weld220.Parent = Part218
  2469. Weld220.C1 = CFrame.new(8.10549545, -3.90420151, 3.83457327, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2470. Weld220.Part0 = Part238
  2471. Weld220.Part1 = Part218
  2472. Weld220.part1 = Part218
  2473. CFrameValue221.Name = "qRelativeCFrameWeldValue"
  2474. CFrameValue221.Parent = Part218
  2475. CFrameValue221.Value = CFrame.new(8.10549545, -3.90420151, 3.83457327, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2476. Part222.Parent = Model0
  2477. Part222.CFrame = CFrame.new(-33.8513794, 1.50004959, -67.1893921, 1, -4.47067308e-08, 1.12717586e-07, -1.12717586e-07, -5.51334445e-09, 1, -4.47067308e-08, -1, -5.51334933e-09)
  2478. Part222.Orientation = Vector3.new(-90, 0, 0)
  2479. Part222.Position = Vector3.new(-33.8513794, 1.50004959, -67.1893921)
  2480. Part222.Rotation = Vector3.new(-90, 0, 0)
  2481. Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2482. Part222.Size = Vector3.new(3, 1.20000005, 3)
  2483. Part222.BrickColor = BrickColor.new("Really black")
  2484. Part222.Material = Enum.Material.SmoothPlastic
  2485. Part222.brickColor = BrickColor.new("Really black")
  2486. CylinderMesh223.Parent = Part222
  2487. Weld224.Name = "qCFrameWeldThingy"
  2488. Weld224.Parent = Part222
  2489. Weld224.C1 = CFrame.new(8.10549545, -3.90420151, 3.83457327, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2490. Weld224.Part0 = Part238
  2491. Weld224.Part1 = Part222
  2492. Weld224.part1 = Part222
  2493. CFrameValue225.Name = "qRelativeCFrameWeldValue"
  2494. CFrameValue225.Parent = Part222
  2495. CFrameValue225.Value = CFrame.new(8.10549545, -3.90420151, 3.83457327, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2496. Part226.Parent = Model0
  2497. Part226.CFrame = CFrame.new(-33.8513794, 1.50002956, -57.8994446, -1, 2.98044895e-08, 2.10523012e-08, 2.10523012e-08, 7.54615499e-08, 1, 2.9804486e-08, 1, -7.54615499e-08)
  2498. Part226.Orientation = Vector3.new(-90, -180, 0)
  2499. Part226.Position = Vector3.new(-33.8513794, 1.50002956, -57.8994446)
  2500. Part226.Rotation = Vector3.new(-90, 0, -180)
  2501. Part226.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2502. Part226.Size = Vector3.new(3, 1.20000005, 3)
  2503. Part226.BrickColor = BrickColor.new("Really black")
  2504. Part226.Material = Enum.Material.SmoothPlastic
  2505. Part226.brickColor = BrickColor.new("Really black")
  2506. CylinderMesh227.Parent = Part226
  2507. Weld228.Name = "qCFrameWeldThingy"
  2508. Weld228.Parent = Part226
  2509. Weld228.C1 = CFrame.new(-8.10549927, -5.385746, 3.83459282, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  2510. Weld228.Part0 = Part238
  2511. Weld228.Part1 = Part226
  2512. Weld228.part1 = Part226
  2513. CFrameValue229.Name = "qRelativeCFrameWeldValue"
  2514. CFrameValue229.Parent = Part226
  2515. CFrameValue229.Value = CFrame.new(-8.10549927, -5.385746, 3.83459282, -1, -2.9804486e-08, 2.10523012e-08, 2.98044895e-08, -1, 7.54615499e-08, 2.10523012e-08, 7.54615499e-08, 1)
  2516. Part230.Parent = Model0
  2517. Part230.CFrame = CFrame.new(-18.2825603, 1.50004983, -67.1893921, 1, -4.47067308e-08, 1.12717586e-07, -1.12717586e-07, -5.51334445e-09, 1, -4.47067308e-08, -1, -5.51334933e-09)
  2518. Part230.Orientation = Vector3.new(-90, 0, 0)
  2519. Part230.Position = Vector3.new(-18.2825603, 1.50004983, -67.1893921)
  2520. Part230.Rotation = Vector3.new(-90, 0, 0)
  2521. Part230.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  2522. Part230.Material = Enum.Material.SmoothPlastic
  2523. CylinderMesh231.Parent = Part230
  2524. Weld232.Name = "qCFrameWeldThingy"
  2525. Weld232.Parent = Part230
  2526. Weld232.C1 = CFrame.new(-7.46332169, -3.90420151, 3.83457112, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2527. Weld232.Part0 = Part238
  2528. Weld232.Part1 = Part230
  2529. Weld232.part1 = Part230
  2530. CFrameValue233.Name = "qRelativeCFrameWeldValue"
  2531. CFrameValue233.Parent = Part230
  2532. CFrameValue233.Value = CFrame.new(-7.46332169, -3.90420151, 3.83457112, 1, 4.47067308e-08, -1.12717586e-07, -4.47067308e-08, 1, -5.51334445e-09, 1.12717586e-07, 5.51334933e-09, 1)
  2533. Part234.Name = "Handle"
  2534. Part234.Parent = Model0
  2535. Part234.CFrame = CFrame.new(-29.9929314, 6.87659788, -61.1512184, 0.0166787934, 1.60160507e-08, 0.999860942, -5.34079281e-10, 1, -1.60093698e-08, -0.999861002, -2.66988043e-10, 0.0166787915)
  2536. Part234.Orientation = Vector3.new(0, 89.0400009, 0)
  2537. Part234.Position = Vector3.new(-29.9929314, 6.87659788, -61.1512184)
  2538. Part234.Rotation = Vector3.new(0, 89.0400009, 0)
  2539. Part234.Size = Vector3.new(2, 2, 2)
  2540. Part234.CanCollide = false
  2541. Part234.Material = Enum.Material.SmoothPlastic
  2542. SpecialMesh235.Parent = Part234
  2543. SpecialMesh235.MeshId = "http://www.roblox.com/asset/?id=15393031"
  2544. SpecialMesh235.TextureId = "http://www.roblox.com/asset/?id=15393013"
  2545. SpecialMesh235.MeshType = Enum.MeshType.FileMesh
  2546. Weld236.Name = "qCFrameWeldThingy"
  2547. Weld236.Parent = Part234
  2548. Weld236.C1 = CFrame.new(2.20450974, -1.54197598, 4.21086693, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2549. Weld236.Part0 = Part238
  2550. Weld236.Part1 = Part234
  2551. Weld236.part1 = Part234
  2552. CFrameValue237.Name = "qRelativeCFrameWeldValue"
  2553. CFrameValue237.Parent = Part234
  2554. CFrameValue237.Value = CFrame.new(2.20450974, -1.54197598, 4.21086693, 0.0166787934, 0.999861002, -5.34079281e-10, 1.60160507e-08, 2.66988043e-10, 1, 0.999860942, -0.0166787915, -1.60093698e-08)
  2555. Part238.Name = "RPPART"
  2556. Part238.Parent = Model0
  2557. Part238.CFrame = CFrame.new(-25.745882, 5.33462191, -63.2851906, 1, 0, -0, 0, 0, 1, 0, -1, 0)
  2558. Part238.Orientation = Vector3.new(-90, 0, 0)
  2559. Part238.Position = Vector3.new(-25.745882, 5.33462191, -63.2851906)
  2560. Part238.Rotation = Vector3.new(-90, 0, 0)
  2561. Part238.Transparency = 1
  2562. Part238.Size = Vector3.new(4, 1, 2)
  2563. Part238.Anchored = false
  2564. Part238.CanCollide = false
  2565. Part238.Material = Enum.Material.SmoothPlastic
  2566. mainpart = Part174
  2567. mainpart.Anchored = true
  2568. mainpart.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(-7,0,1000 - 4)
  2569. --mainpart.CFrame = CFrame.new(mainpart.CFrame.X,mainpart.CFrame.Y,mainpart.CFrame.X) * CFrame.Angles(0,math.rad(90),0)
  2570. --mainpart.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(12,0,100) * CFrame.Angles(math.rad(90),math.rad(90),math.rad(90))
  2571. --mainpart.CFrame = mainpart.CFrame * CFrame.Angles(math.rad(0),math.rad(90),0)
  2572. local goal = {}
  2573. --mainpart.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(12,0,500)
  2574. goal.CFrame = mainpart.CFrame * CFrame.new(0,0,-1000 - 4)-- * CFrame.Angles(math.rad(0),math.rad(90),0)
  2575. --goal.Color = Color3.new(0, 1, 0)
  2576. local TweenService = game:GetService("TweenService")
  2577.  
  2578. local tweenInfo = TweenInfo.new(5)
  2579.  
  2580. local tween = TweenService:Create(mainpart, tweenInfo, goal)
  2581.  
  2582. tween:Play()
  2583. wait(5)
  2584. Model0.DOOR.Transparency = 1
  2585. Model0.DOOR.Decal.Transparency = 1
  2586. weld1 = Instance.new("Weld",char.HumanoidRootPart)
  2587. weld1.Part0 = char.HumanoidRootPart
  2588. weld1.Part1 = Model0.TPPART2
  2589. wait(0.5)
  2590. weld1.Part1 = Model0.TPPART
  2591. wait(0.2)
  2592. Model0.DOOR.Transparency = 0
  2593. Model0.DOOR.Decal.Transparency = 0
  2594. wait(0.5)
  2595. local goal = {}
  2596. --mainpart.CFrame = char.HumanoidRootPart.CFrame * CFrame.new(12,0,500)
  2597. goal.CFrame = mainpart.CFrame * CFrame.new(0,0,-1000)-- * CFrame.Angles(math.rad(0),math.rad(90),0)
  2598. --goal.Color = Color3.new(0, 1, 0)
  2599.  
  2600. local tweenInfo = TweenInfo.new(5)
  2601.  
  2602. local tween = TweenService:Create(mainpart, tweenInfo, goal)
  2603.  
  2604. tween:Play()
  2605. wait(0.5)
  2606. Model0.DOOR.Transparency = 1
  2607. Model0.DOOR.Decal.Transparency = 1
  2608. weld1.Part1 = Model0.TPPART
  2609. wait(0.5)
  2610. weld1.Part1 = Model0.TPPART2
  2611. wait(1)
  2612. weld1:Destroy()
  2613. coroutine.resume(coroutine.create(function()
  2614. target = playerclonexd
  2615. humanoid.BreakJointsOnDeath = false
  2616. humanoid.Health = 0
  2617. --hit.Velocity = Vector3.new(hit.Velocity.X + (head.CFrame.lookVector.X * 18), hit.Velocity.Y + (head.CFrame.lookVector.Y * 18) + 8, hit.Velocity.Z + (head.CFrame.lookVector.Z * 18))
  2618. target.Archivable = true
  2619. ragdoll = target
  2620. Humanoid = ragdoll.Humanoid
  2621. ragdoll.Parent = workspace
  2622. vweld = Instance.new("Weld",target)
  2623. vweld.Part0 = ragdoll:WaitForChild("HumanoidRootPart")
  2624. vweld.Part1 = target:WaitForChild("HumanoidRootPart")
  2625. target.HumanoidRootPart.Transparency = 1
  2626. if Humanoid.RigType == Enum.HumanoidRigType.R15 then
  2627. ragdoll.Humanoid.BreakJointsOnDeath=false
  2628. ragdoll.Humanoid.Name = "DEADMIDGET"
  2629. ragdoll:FindFirstChildOfClass("Humanoid").PlatformStand = true
  2630. local function makeballconnections(limb, attachementone, attachmenttwo, twistlower, twistupper)
  2631. local connection = Instance.new('BallSocketConstraint', limb)
  2632. connection.LimitsEnabled = true
  2633. connection.Attachment0 = attachementone
  2634. connection.Attachment1 = attachmenttwo
  2635. connection.TwistLimitsEnabled = true
  2636. connection.TwistLowerAngle = twistlower
  2637. connection.TwistUpperAngle = twistupper
  2638. local limbcollider = Instance.new("Part", limb)
  2639. limbcollider.Size = Vector3.new(0.1,1,1)
  2640. limbcollider.Shape = "Cylinder"
  2641. limbcollider.Transparency = 1
  2642. limbcollider:BreakJoints()
  2643. local limbcolliderweld = Instance.new("Weld", limbcollider)
  2644. limbcolliderweld.Part0 = limb
  2645. limbcolliderweld.Part1 = limbcollider
  2646. limbcolliderweld.C0 = CFrame.fromEulerAnglesXYZ(0,0,math.pi/2)
  2647. end
  2648. local function makehingeconnections(limb, attachementone, attachmenttwo, lower, upper)
  2649. local connection = Instance.new('HingeConstraint', limb)
  2650. connection.LimitsEnabled = true
  2651. connection.Attachment0 = attachementone
  2652. connection.Attachment1 = attachmenttwo
  2653. connection.LimitsEnabled = true
  2654. connection.LowerAngle = lower
  2655. connection.UpperAngle = upper
  2656. local limbcollider = Instance.new("Part", limb)
  2657. limbcollider.Size = Vector3.new(0.1,1,1)
  2658. limbcollider.Shape = "Cylinder"
  2659. limbcollider.Transparency = 1
  2660. limbcollider:BreakJoints()
  2661. local limbcolliderweld = Instance.new("Weld", limbcollider)
  2662. limbcolliderweld.Part0 = limb
  2663. limbcolliderweld.Part1 = limbcollider
  2664. limbcolliderweld.C0 = CFrame.fromEulerAnglesXYZ(0,0,math.pi/2)
  2665. end
  2666. local HeadAttachment = Instance.new("Attachment", Humanoid.Parent.Head)
  2667. HeadAttachment.Position = Vector3.new(0, -0.5, 0)
  2668. if ragdoll.UpperTorso:findFirstChild("NeckAttachment") then
  2669. makehingeconnections(Humanoid.Parent.Head, HeadAttachment, ragdoll.UpperTorso.NeckAttachment, -50, 50)
  2670. end
  2671. function bleed(frick,OwO)
  2672. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  2673. local reeee = coroutine.wrap(function()
  2674. local thing = Instance.new('Part',workspace)
  2675. thing.Size = Vector3.new(0.2,0.2,0.2)
  2676. thing.CFrame = frick.CFrame
  2677. thing.Transparency = 1
  2678. thing.BrickColor = BrickColor.new('Maroon')
  2679. thing.Material = Enum.Material.SmoothPlastic
  2680. thing.Name = "Blood"
  2681. thing.CanCollide =false
  2682. thing:BreakJoints()
  2683. local rawrxd = Instance.new('BodyForce',thing)
  2684. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  2685. local coru = coroutine.wrap(function()
  2686. wait(0.01)
  2687. rawrxd:Destroy()
  2688. end)
  2689. coru()
  2690. local ree = Instance.new('ParticleEmitter',thing)
  2691. if OwO ~= true then
  2692. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  2693. else
  2694. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  2695. end
  2696. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  2697. ree.Texture = 'rbxassetid://867743272'
  2698. ree.Lifetime = NumberRange.new(0.4)
  2699. ree.Rate = 50
  2700. ree.LockedToPart = true
  2701. ree.Speed = NumberRange.new(0, 2)
  2702. thing.Touched:connect(function(tou)
  2703. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" and tou.Parent.Name ~= 'handle' and tou.Name ~= "blade" and tou.Name ~= 'handle' and tou.Name ~= "Projectile" and tou.Parent.Name ~= "Projectile" then
  2704. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  2705. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  2706. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  2707. local Region = Region3.new(Point1,Point2)
  2708. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  2709. if Part.Name == "BloodPuddle" then
  2710. tou = Part
  2711. end
  2712. end
  2713. thing:Destroy()
  2714. if tou.Name == "BloodPuddle" then
  2715. if tou.Size.X < 1 then
  2716. pcall(function()
  2717. tou.Sound:Play()
  2718. end)
  2719. end
  2720. local reee = tou.CFrame
  2721. if tou.Transparency > -0.2 then
  2722. tou.Transparency = tou.Transparency -0.1
  2723. end
  2724. if tou.Size.X < 3 then
  2725. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  2726. tou.CFrame = reee
  2727. end
  2728. elseif tou.CanCollide == true then
  2729. local bloodlol = Instance.new('Part',workspace)
  2730. local sound = Instance.new('Sound',bloodlol)
  2731. sound.SoundId = 'rbxassetid://685857471'
  2732. sound.Volume = 0.025
  2733. sound:Play()
  2734. bloodlol.Size=Vector3.new(0.2,0.2,0.2)
  2735. bloodlol.Name = "BloodPuddle"
  2736. bloodlol.Anchored = true
  2737. bloodlol.CanCollide = false
  2738. bloodlol.Material = Enum.Material.SmoothPlastic
  2739. if OwO ~= true then
  2740. bloodlol.Color = Color3.new(117, 0, 0)
  2741. else
  2742. bloodlol.Color = Color3.new(117, 0, 0)
  2743. end
  2744. local cyl = Instance.new('CylinderMesh',bloodlol)
  2745. cyl.Scale = Vector3.new(1,0.1,1)
  2746. bloodlol.CFrame = CFrame.new(pos)
  2747. coroutine.resume(coroutine.create(function()
  2748. local tou = bloodlol
  2749. local reee = tou.CFrame
  2750. while wait() do
  2751. if tou.Size.X < 5 then
  2752. tou.Size = tou.Size+Vector3.new(0.005,0,0.005)
  2753. tou.CFrame = reee
  2754. end
  2755. end
  2756. end))
  2757. local coru=coroutine.wrap(function()
  2758. while bloodlol.Parent ~= nil do
  2759. if bloodlol.Transparency < 1 then
  2760. bloodlol.Transparency = bloodlol.Transparency+0.05
  2761. else
  2762. bloodlol:Destroy()
  2763. end
  2764. wait(0.1)
  2765. end
  2766. end)
  2767. end
  2768. end
  2769. end)
  2770. local coru = coroutine.wrap(function()
  2771. wait(1)
  2772. thing:Destroy()
  2773. end)
  2774. coru()
  2775. end)
  2776. reeee()
  2777. wait()
  2778. end
  2779. end
  2780.  
  2781. local aidsificating = Humanoid.Parent
  2782. local thang = "Torso"
  2783. if aidsificating:FindFirstChild('UpperTorso') then
  2784. thang = "UpperTorso"
  2785. end
  2786. makehingeconnections(Humanoid.Parent.LowerTorso, Humanoid.Parent.LowerTorso.WaistRigAttachment, Humanoid.Parent.UpperTorso.WaistRigAttachment, -50, 50)
  2787. makeballconnections(Humanoid.Parent.LeftUpperArm, Humanoid.Parent.LeftUpperArm.LeftShoulderRigAttachment, Humanoid.Parent.UpperTorso.LeftShoulderRigAttachment, -200, 200, 180)
  2788. makehingeconnections(Humanoid.Parent.LeftLowerArm, Humanoid.Parent.LeftLowerArm.LeftElbowRigAttachment, Humanoid.Parent.LeftUpperArm.LeftElbowRigAttachment, 0, -60)
  2789. makehingeconnections(Humanoid.Parent.LeftHand, Humanoid.Parent.LeftHand.LeftWristRigAttachment, Humanoid.Parent.LeftLowerArm.LeftWristRigAttachment, -20, 20)
  2790. --
  2791. makeballconnections(Humanoid.Parent.RightUpperArm, Humanoid.Parent.RightUpperArm.RightShoulderRigAttachment, Humanoid.Parent.UpperTorso.RightShoulderRigAttachment, -200, 200, 180)
  2792. makehingeconnections(Humanoid.Parent.RightLowerArm, Humanoid.Parent.RightLowerArm.RightElbowRigAttachment, Humanoid.Parent.RightUpperArm.RightElbowRigAttachment, 0, -60)
  2793. makehingeconnections(Humanoid.Parent.RightHand, Humanoid.Parent.RightHand.RightWristRigAttachment, Humanoid.Parent.RightLowerArm.RightWristRigAttachment, -20, 20)
  2794. --
  2795. makeballconnections(Humanoid.Parent.RightUpperLeg, Humanoid.Parent.RightUpperLeg.RightHipRigAttachment, Humanoid.Parent.LowerTorso.RightHipRigAttachment, -80, 80, 80)
  2796. makehingeconnections(Humanoid.Parent.RightLowerLeg, Humanoid.Parent.RightLowerLeg.RightKneeRigAttachment, Humanoid.Parent.RightUpperLeg.RightKneeRigAttachment, 0, 60)
  2797. makehingeconnections(Humanoid.Parent.RightFoot, Humanoid.Parent.RightFoot.RightAnkleRigAttachment, Humanoid.Parent.RightLowerLeg.RightAnkleRigAttachment, -20, 20)
  2798. --
  2799. makeballconnections(Humanoid.Parent.LeftUpperLeg, Humanoid.Parent.LeftUpperLeg.LeftHipRigAttachment, Humanoid.Parent.LowerTorso.LeftHipRigAttachment, -80, 80, 80)
  2800. makehingeconnections(Humanoid.Parent.LeftLowerLeg, Humanoid.Parent.LeftLowerLeg.LeftKneeRigAttachment, Humanoid.Parent.LeftUpperLeg.LeftKneeRigAttachment, 0, 60)
  2801. makehingeconnections(Humanoid.Parent.LeftFoot, Humanoid.Parent.LeftFoot.LeftAnkleRigAttachment, Humanoid.Parent.LeftLowerLeg.LeftAnkleRigAttachment, -20, 20)
  2802. for i,v in pairs(Humanoid.Parent:GetChildren()) do
  2803. if v.ClassName == "Accessory" then
  2804. local attachment1 = v.Handle:findFirstChildOfClass("Attachment")
  2805. if attachment1 then
  2806. for q,w in pairs(Humanoid.Parent:GetChildren()) do
  2807. if w.ClassName == "Part" then
  2808. local attachment2 = w:findFirstChild(attachment1.Name)
  2809. if attachment2 then
  2810. local hinge = Instance.new("HingeConstraint", v.Handle)
  2811. hinge.Attachment0 = attachment1
  2812. hinge.Attachment1 = attachment2
  2813. hinge.LimitsEnabled = true
  2814. hinge.LowerAngle = 0
  2815. hinge.UpperAngle = 0
  2816. end
  2817. end
  2818. end
  2819. end
  2820. end
  2821. end
  2822. for i,v in pairs(ragdoll:GetChildren()) do
  2823. for q,w in pairs(v:GetChildren()) do
  2824. if w.ClassName == "Motor6D"--[[ and w.Name ~= "Neck"--]] and w.Name ~= "ouch_weld" then
  2825. w:destroy()
  2826. end
  2827. end
  2828. end
  2829. if ragdoll:findFirstChild("HumanoidRootPart") then
  2830. ragdoll.HumanoidRootPart:destroy()
  2831. end
  2832. if ragdoll:findFirstChildOfClass("Humanoid") then
  2833. ragdoll:findFirstChildOfClass("Humanoid").PlatformStand = true
  2834. end
  2835. ragdoll.Head.Neck:remove()
  2836. else
  2837.  
  2838. local c = ragdoll
  2839. function bleed(frick,OwO)
  2840. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  2841. local reeee = coroutine.wrap(function()
  2842. local thing = Instance.new('Part',workspace)
  2843. thing.Size = Vector3.new(0.2,0.2,0.2)
  2844. thing.CFrame = frick.CFrame
  2845. thing.Transparency = 1
  2846. thing.BrickColor = BrickColor.new('Maroon')
  2847. thing.Material = Enum.Material.SmoothPlastic
  2848. thing.Name = "Blood"
  2849. thing.CanCollide =false
  2850. thing:BreakJoints()
  2851. local rawrxd = Instance.new('BodyForce',thing)
  2852. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  2853. local coru = coroutine.wrap(function()
  2854. wait(0.01)
  2855. rawrxd:Destroy()
  2856. end)
  2857. coru()
  2858. local ree = Instance.new('ParticleEmitter',thing)
  2859. if OwO ~= true then
  2860. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  2861. else
  2862. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  2863. end
  2864. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  2865. ree.Texture = 'rbxassetid://867743272'
  2866. ree.Lifetime = NumberRange.new(0.4)
  2867. ree.Rate = 50
  2868. ree.LockedToPart = true
  2869. ree.Speed = NumberRange.new(0, 2)
  2870. thing.Touched:connect(function(tou)
  2871. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" and tou.Parent.Name ~= 'handle' and tou.Name ~= "blade" and tou.Name ~= 'handle' and tou.Name ~= "Projectile" and tou.Parent.Name ~= "Projectile" then
  2872. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  2873. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  2874. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  2875. local Region = Region3.new(Point1,Point2)
  2876. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  2877. if Part.Name == "BloodPuddle" then
  2878. tou = Part
  2879. end
  2880. end
  2881. thing:Destroy()
  2882. if tou.Name == "BloodPuddle" then
  2883. if tou.Size.X < 1 then
  2884. pcall(function()
  2885. tou.Sound:Play()
  2886. end)
  2887. end
  2888. local reee = tou.CFrame
  2889. if tou.Transparency > -0.2 then
  2890. tou.Transparency = tou.Transparency -0.1
  2891. end
  2892. if tou.Size.X < 3 then
  2893. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  2894. tou.CFrame = reee
  2895. end
  2896. elseif tou.CanCollide == true then
  2897. local bloodlol = Instance.new('Part',workspace)
  2898. local sound = Instance.new('Sound',bloodlol)
  2899. sound.SoundId = 'rbxassetid://685857471'
  2900. sound.Volume = 0.025
  2901. sound:Play()
  2902. bloodlol.Size=Vector3.new(0.2,0.2,0.2)
  2903. bloodlol.Name = "BloodPuddle"
  2904. bloodlol.Anchored = true
  2905. bloodlol.CanCollide = false
  2906. bloodlol.Material = Enum.Material.SmoothPlastic
  2907. if OwO ~= true then
  2908. bloodlol.Color = Color3.new(117, 0, 0)
  2909. else
  2910. bloodlol.Color = Color3.new(117, 0, 0)
  2911. end
  2912. local cyl = Instance.new('CylinderMesh',bloodlol)
  2913. cyl.Scale = Vector3.new(1,0.1,1)
  2914. bloodlol.CFrame = CFrame.new(pos)
  2915. coroutine.resume(coroutine.create(function()
  2916. local tou = bloodlol
  2917. local reee = tou.CFrame
  2918. while wait() do
  2919. if tou.Size.X < 5 then
  2920. tou.Size = tou.Size+Vector3.new(0.005,0,0.005)
  2921. tou.CFrame = reee
  2922. end
  2923. end
  2924. end))
  2925. local coru=coroutine.wrap(function()
  2926. while bloodlol.Parent ~= nil do
  2927. if bloodlol.Transparency < 1 then
  2928. bloodlol.Transparency = bloodlol.Transparency+0.05
  2929. else
  2930. bloodlol:Destroy()
  2931. end
  2932. wait(0.1)
  2933. end
  2934. end)
  2935. end
  2936. end
  2937. end)
  2938. local coru = coroutine.wrap(function()
  2939. wait(1)
  2940. thing:Destroy()
  2941. end)
  2942. coru()
  2943. end)
  2944. reeee()
  2945. wait()
  2946. end
  2947. end
  2948.  
  2949. local aidsificating = Humanoid.Parent
  2950. local thang = "Torso"
  2951. if aidsificating:FindFirstChild('UpperTorso') then
  2952. thang = "UpperTorso"
  2953. end
  2954. ragdoll.Humanoid.BreakJointsOnDeath=false
  2955. ragdoll.Humanoid.Name = "DEADMIDGET"
  2956. ragdoll:FindFirstChildOfClass("Humanoid").PlatformStand = true
  2957. leftleg = Instance.new("Part",c["Left Leg"])
  2958. leftleg.Shape = "Cylinder"
  2959. leftleg.Transparency = 1
  2960. leftleg.Size=Vector3.new(1.4,1,1)
  2961. leftlegweld = Instance.new("Weld",leftleg)
  2962. leftlegweld.Part0=ragdoll["Left Leg"]
  2963. leftlegweld.Part1=leftleg
  2964. leftlegweld.C0=CFrame.fromEulerAnglesXYZ(0,0,math.pi/2) * CFrame.new(-0.3,0,0)
  2965. rightleg = Instance.new("Part",ragdoll["Right Leg"])
  2966. rightleg.Shape = "Cylinder"
  2967. rightleg.Size=Vector3.new(1.4,1,1)
  2968. rightleg.Transparency = 1
  2969. rightlegweld = Instance.new("Weld",leftleg)
  2970. rightlegweld.C0=CFrame.fromEulerAnglesXYZ(0,0,math.pi/2) * CFrame.new(-0.3,0,0)
  2971. rightlegweld.Part0=c["Right Leg"]
  2972. rightlegweld.Part1=rightleg
  2973. rightarm = Instance.new("Part",c["Right Arm"])
  2974. rightarm.Shape = "Cylinder"
  2975. rightarm.Size=Vector3.new(1.4,1,1)
  2976. rightarm.Transparency = 1
  2977. rightarmweld = Instance.new("Weld",rightarm)
  2978. rightarmweld.C0=CFrame.fromEulerAnglesXYZ(0,0,math.pi/2) * CFrame.new(-0.3,0,0)
  2979. rightarmweld.Part0=c["Right Arm"]
  2980. rightarmweld.Part1=rightarm
  2981. leftarm = Instance.new("Part",c["Left Arm"])
  2982. leftarm.Shape = "Cylinder"
  2983. leftarm.Size=Vector3.new(1.4,1,1)
  2984. leftarm.Transparency = 1
  2985. leftarmweld = Instance.new("Weld",leftarm)
  2986. leftarmweld.C0=CFrame.fromEulerAnglesXYZ(0,0,math.pi/2) * CFrame.new(-0.3,0,0)
  2987. leftarmweld.Part0=c["Left Arm"]
  2988. leftarmweld.Part1=leftarm
  2989. head = Instance.new("Part",c.Head)
  2990. head.Size=Vector3.new(1.4,1,1)
  2991. head.Transparency = 1
  2992. headweld = Instance.new("Weld",head)
  2993. headweld.Part0=c.Head
  2994. headweld.Part1=head
  2995. player = ragdoll
  2996. local RealTorso = player.Torso
  2997. local RealHead = player.Head
  2998. local RealLeftleg = player["Left Leg"]
  2999. local RealRightleg = player["Right Leg"]
  3000. local RealLeftArm = player["Left Arm"]
  3001. local RealRightArm = player["Right Arm"]
  3002. local rightarmglue = Instance.new("Glue", RealTorso)
  3003. rightarmglue.Part0 = RealTorso
  3004. rightarmglue.Part1 = RealRightArm
  3005. rightarmglue.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3006. rightarmglue.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3007. local leftarmglue = Instance.new("Glue", RealTorso)
  3008. leftarmglue.Part0 = RealTorso
  3009. leftarmglue.Part1 = RealLeftArm
  3010. leftarmglue.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3011. leftarmglue.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3012. local leftlegglue = Instance.new("Glue", RealTorso)
  3013. leftlegglue.Part0 = RealTorso
  3014. leftlegglue.Part1 = RealLeftleg
  3015. leftlegglue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  3016. leftlegglue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  3017. local rightlegglue = Instance.new("Glue", RealTorso)
  3018. rightlegglue.Part0 = RealTorso
  3019. rightlegglue.Part1 = RealRightleg
  3020. rightlegglue.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  3021. rightlegglue.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  3022. local headglue = Instance.new("Glue", RealTorso)
  3023. headglue.Part0 = RealTorso
  3024. headglue.Part1 = RealHead
  3025. headglue.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3026. headglue.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  3027. RealTorso["Left Hip"]:Destroy()
  3028. RealTorso["Right Hip"]:Destroy()
  3029. RealTorso["Left Shoulder"]:Destroy()
  3030. RealTorso["Right Shoulder"]:Destroy()
  3031. RealTorso.Neck:Destroy()
  3032. RealTorso["Left Hip"]:Destroy()
  3033. RealTorso["Right Hip"]:Destroy()
  3034. RealTorso["Left Shoulder"]:Destroy()
  3035. RealTorso["Right Shoulder"]:Destroy()
  3036. RealTorso.Neck:Destroy()
  3037. RealTorso["Left Hip"]:Destroy()
  3038. RealTorso["Right Hip"]:Destroy()
  3039. RealTorso["Left Shoulder"]:Destroy()
  3040. RealTorso["Right Shoulder"]:Destroy()
  3041. RealTorso.Neck:Destroy()
  3042. RealTorso["Left Hip"]:Destroy()
  3043. RealTorso["Right Hip"]:Destroy()
  3044. RealTorso["Left Shoulder"]:Destroy()
  3045. RealTorso["Right Shoulder"]:Destroy()
  3046. RealTorso.Neck:Destroy()
  3047. RealTorso["Left Hip"]:Destroy()
  3048. RealTorso["Right Hip"]:Destroy()
  3049. RealTorso["Left Shoulder"]:Destroy()
  3050. RealTorso["Right Shoulder"]:Destroy()
  3051. RealTorso.Neck:Destroy()
  3052. for i = 1,100 do
  3053. ga = c:FindFirstChildWhichIsA("Motor6D",true)
  3054. if ga then
  3055. ga.Part0 = nil
  3056. ga.Part1 = nil
  3057. ga.Parent = nil
  3058. end
  3059. end
  3060. for i,v in pairs(RealTorso:GetChildren()) do
  3061. if v.ClassName == "Motor6D" then
  3062. v:remove()
  3063. end
  3064. end
  3065. player.Humanoid.BreakJointsOnDeath = false
  3066. RealTorso.CanCollide = false
  3067. end
  3068. end))
  3069. Model0.DOOR.Transparency = 0
  3070. Model0.DOOR.Decal.Transparency = 0
  3071. end
  3072. remoto = Instance.new("RemoteEvent",owner.Character)
  3073. remoto.Name = "TruckEvent"
  3074. remoto.OnServerEvent:Connect(function(player,target)
  3075. for i,v in pairs(game.Players:GetPlayers()) do
  3076. if v.Name:lower():sub(1,#target) == target:lower() then
  3077. plr = v
  3078. truck(plr)
  3079. elseif target == "all" then
  3080. for i,v in pairs(game.Players:GetChildren()) do
  3081. plr = v
  3082. truck(plr)
  3083. end
  3084. elseif target == "others" then
  3085. for i,v in pairs(game.Players:GetChildren()) do
  3086. if v ~= owner then
  3087. plr = v
  3088. truck(plr)
  3089. end
  3090. end
  3091. end
  3092. end
  3093. end)
  3094. NLS([[
  3095. mas = owner.PlayerGui
  3096. ScreenGui0 = Instance.new("ScreenGui")
  3097. Frame1 = Instance.new("Frame")
  3098. TextButton2 = Instance.new("TextButton")
  3099. TextBox3 = Instance.new("TextBox")
  3100. ScreenGui0.Parent = mas
  3101. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  3102. Frame1.Parent = ScreenGui0
  3103. Frame1.Position = UDim2.new(0.741496623, 0, 0.559198558, 0)
  3104. Frame1.Size = UDim2.new(0, 153, 0, 113)
  3105. Frame1.BackgroundColor = BrickColor.new("Institutional white")
  3106. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  3107. TextButton2.Parent = Frame1
  3108. TextButton2.Position = UDim2.new(0.0915032625, 0, 0.550207675, 0)
  3109. TextButton2.Size = UDim2.new(0, 124, 0, 50)
  3110. TextButton2.BackgroundColor = BrickColor.new("Institutional white")
  3111. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  3112. TextButton2.Font = Enum.Font.SourceSans
  3113. TextButton2.FontSize = Enum.FontSize.Size14
  3114. TextButton2.Text = "van"
  3115. TextButton2.TextColor = BrickColor.new("Really black")
  3116. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  3117. TextButton2.TextSize = 14
  3118. TextBox3.Parent = Frame1
  3119. TextBox3.Position = UDim2.new(0.09150327, 0, -0.00327301025, 0)
  3120. TextBox3.Size = UDim2.new(0, 124, 0, 50)
  3121. TextBox3.BackgroundColor = BrickColor.new("Institutional white")
  3122. TextBox3.BackgroundColor3 = Color3.new(1, 1, 1)
  3123. TextBox3.Font = Enum.Font.SourceSans
  3124. TextBox3.FontSize = Enum.FontSize.Size14
  3125. TextBox3.Text = ""
  3126. TextBox3.TextColor = BrickColor.new("Really black")
  3127. TextBox3.TextColor3 = Color3.new(0, 0, 0)
  3128. TextBox3.TextSize = 14
  3129. TextBox3.PlaceholderText = "player"
  3130. remoteok = mas.Parent.Character:FindFirstChild("TruckEvent")
  3131. TextButton2.MouseButton1Click:Connect(function()
  3132. remoteok:FireServer(TextBox3.Text)
  3133. end)
  3134. ]],owner.Character)
Add Comment
Please, Sign In to add comment