Advertisement
memberhero

test3

Nov 20th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Model0 = Instance.new("Model")
  20. Humanoid1 = Instance.new("Humanoid")
  21. Model2 = Instance.new("Model")
  22. Animation3 = Instance.new("Animation")
  23. Script4 = Instance.new("Script")
  24. Animation5 = Instance.new("Animation")
  25. BodyColors6 = Instance.new("BodyColors")
  26. Script7 = Instance.new("Script")
  27. Part8 = Instance.new("Part")
  28. Decal9 = Instance.new("Decal")
  29. Motor6D10 = Instance.new("Motor6D")
  30. Motor6D11 = Instance.new("Motor6D")
  31. Motor6D12 = Instance.new("Motor6D")
  32. Motor6D13 = Instance.new("Motor6D")
  33. Motor6D14 = Instance.new("Motor6D")
  34. Part15 = Instance.new("Part")
  35. Part16 = Instance.new("Part")
  36. Part17 = Instance.new("Part")
  37. Part18 = Instance.new("Part")
  38. Part19 = Instance.new("Part")
  39. Motor6D20 = Instance.new("Motor6D")
  40. BillboardGui21 = Instance.new("BillboardGui")
  41. ImageLabel22 = Instance.new("ImageLabel")
  42. Script23 = Instance.new("Script")
  43. Part24 = Instance.new("Part")
  44. Sound25 = Instance.new("Sound")
  45. Sound26 = Instance.new("Sound")
  46. Sound27 = Instance.new("Sound")
  47. Sound28 = Instance.new("Sound")
  48. Sound29 = Instance.new("Sound")
  49. Sound30 = Instance.new("Sound")
  50. Part31 = Instance.new("Part")
  51. Decal32 = Instance.new("Decal")
  52. Model0.Name = "Specimen 11"
  53. Model0.Parent = mas
  54. Humanoid1.Parent = Model0
  55. Humanoid1.HealthDisplayDistance = 0
  56. Humanoid1.NameDisplayDistance = 0
  57. Humanoid1.NameOcclusion = Enum.NameOcclusion.EnemyOcclusion
  58. Humanoid1.RightLeg = Part15
  59. Humanoid1.LeftLeg = Part17
  60. Humanoid1.Torso = Part19
  61. Humanoid1.Health = inf
  62. Humanoid1.MaxHealth = inf
  63. Humanoid1.WalkSpeed = 18
  64. Model2.Name = "Status"
  65. Model2.Parent = Humanoid1
  66. Animation3.Name = "NeckSnapAnim"
  67. Animation3.Parent = Model0
  68. Animation3.AnimationId = "http://www.roblox.com/asset/?id=188615324"
  69. Script4.Name = "SCP106Main"
  70. Script4.Parent = Model0
  71. table.insert(cors,sandbox(Script4,function()
  72. --[[ By: Brutez ]]--
  73. local SCP106MainScript = script;
  74. local SCP106 = SCP106MainScript.Parent;
  75. local Head = SCP106:FindFirstChild("Head");
  76. local HumanoidRootPart = SCP106:FindFirstChild("HumanoidRootPart");
  77. local LeftArm = SCP106:FindFirstChild("Left Arm");
  78. local LeftLeg = SCP106:FindFirstChild("Left Leg");
  79. local RightArm = SCP106:FindFirstChild("Right Arm");
  80. local RightLeg = SCP106:FindFirstChild("Right Leg");
  81. local Torso = SCP106:FindFirstChild("Torso");
  82. local SCP106Humanoid = SCP106:FindFirstChild("Humanoid");
  83. local SCP106WalkAnimation = SCP106Humanoid:LoadAnimation(SCP106.WalkAnim);
  84. repeat Wait(0) until SCP106Humanoid ~= nil
  85. repeat SCP106Humanoid:TakeDamage(10) SCP106Humanoid.Health = SCP106Humanoid.MaxHealth Wait(0) until SCP106Humanoid.Health == SCP106Humanoid.MaxHealth
  86. local SpawnForceField = Instance.new("ForceField")
  87. SpawnForceField.Name = "SpawnForceField"
  88. SpawnForceField.Parent = SCP106
  89. function FollowTarget(TargetHumanoid, TargetTorso)
  90. if not TargetHumanoid or not TargetHumanoid.Parent or TargetHumanoid.Health == 0 or not TargetTorso or not TargetTorso.Parent then
  91. return
  92. end
  93. local SCP106RadiusXAxis = math.random(-2,2)
  94. local SCP106RadiusYAxis = math.random(-2,2)
  95. local SCP106RadiusZAxis = math.random(-2,2)
  96. Torso.CFrame = (Torso.CFrame + Torso.CFrame.lookVector * (SCP106Humanoid.WalkSpeed/30))
  97. Torso.CFrame = CFrame.new(Torso.Position, TargetTorso.Position)
  98. SCP106Humanoid:MoveTo(TargetTorso.Position+Vector3.new(SCP106RadiusXAxis,SCP106RadiusYAxis,SCP106RadiusZAxis), TargetTorso)
  99. end
  100. function CloseAttack(TargetHumanoid, TargetTorso)
  101. if not TargetHumanoid or not TargetHumanoid.Parent or TargetHumanoid.Health == 0 or not TargetTorso or not TargetTorso.Parent then
  102. return
  103. end
  104. local NeckSnapAnim = SCP106Humanoid:LoadAnimation(SCP106.NeckSnapAnim);
  105. NeckSnapAnim:Play()
  106. Wait(0.2)
  107. if TargetTorso~=nil and(Torso.Position-TargetTorso.Position).magnitude<=10 then
  108. local SelectedAttackList = {"NeckSnap1", "NeckSnap2", "NeckSnap3"};
  109. local SelectedAttackSound = Head[math.random(1, #SelectedAttackList)];
  110. SelectedAttackSound:Play()
  111. TargetTorso.Parent.Humanoid:TakeDamage(99999e99999)
  112. end
  113. Wait(0.3)
  114. end
  115. function FindTarget()
  116. local ClosestCharacter
  117. local ClosestHumanoid = nil
  118. local ClosestTorso = nil
  119. local ClosestTorsoDistance = 99999e99999
  120. for TargetCount, TargetModel in pairs(Game.Workspace:GetChildren()) do
  121. if TargetModel:IsA("Model") and (TargetModel ~= SCP106) and (TargetModel.Name ~= SCP106.Name) and (TargetModel.Name ~= "SCP-173") and (TargetModel.Name ~= "SCP-432-1") and (TargetModel.Name ~= "SCP-049") and (TargetModel.Name ~= "SCP-096") then
  122. if TargetModel:FindFirstChild("Humanoid")~=nil then
  123. local humanoid = TargetModel:FindFirstChild("Humanoid")
  124. local torso = TargetModel:FindFirstChild("Torso")
  125. if torso ~= nil then
  126. local TorsoDistance = (torso.Position - Torso.Position).magnitude
  127. if humanoid and humanoid.Health > 0 and torso and TorsoDistance <= ClosestTorsoDistance then
  128. ClosestCharacter = TargetModel
  129. ClosestHumanoid = humanoid
  130. ClosestTorso = torso
  131. ClosestTorsoDistance = TorsoDistance
  132. end
  133. end
  134. end
  135. end
  136. end
  137. return ClosestCharacter, ClosestHumanoid, ClosestTorso
  138. end
  139. function FindTarget2()
  140. local ClosestCharacter
  141. local ClosestHumanoid = nil
  142. local ClosestTorso = nil
  143. local ClosestTorsoDistance = 100
  144. for TargetCount, TargetModel in pairs(Game.Workspace:GetChildren()) do
  145. if TargetModel:IsA("Model") and (TargetModel ~= SCP106) and (TargetModel.Name ~= SCP106.Name) and (TargetModel.Name ~= "SCP-173") and (TargetModel.Name ~= "SCP-432-1") and (TargetModel.Name ~= "SCP-049") and (TargetModel.Name ~= "SCP-096") then
  146. if TargetModel:FindFirstChild("Humanoid")~=nil then
  147. local humanoid = TargetModel:FindFirstChild("Humanoid")
  148. local torso = TargetModel:FindFirstChild("Torso")
  149. if torso ~= nil then
  150. local TorsoDistance = (torso.Position - Torso.Position).magnitude
  151. if humanoid and humanoid.Health > 0 and torso and TorsoDistance <= ClosestTorsoDistance then
  152. ClosestCharacter = TargetModel
  153. ClosestHumanoid = humanoid
  154. ClosestTorso = torso
  155. ClosestTorsoDistance = TorsoDistance
  156. end
  157. end
  158. end
  159. end
  160. end
  161. return ClosestCharacter, ClosestHumanoid, ClosestTorso
  162. end
  163. Wait(5)
  164. for DavidHealthCheck = 1,5 do
  165. SCP106Humanoid.Health = SCP106Humanoid.MaxHealth
  166. Wait(0)
  167. end
  168. SCP106WalkAnimation:Play()
  169. Torso.Anchored = true
  170. SpawnForceField:Destroy()
  171. Head["Oldman5"]:Play()
  172. if SCP106Humanoid.Health > 0 then
  173. SCP106["BumpInTheNight"]:Play()
  174. end
  175. coroutine.resume(coroutine.create(function()
  176. while Wait(0) do
  177. if SCP106Humanoid.Health == 0 or SCP106Humanoid.Health < 0 then
  178. Torso.Anchored = false
  179. SCP106["BumpInTheNight"]:Stop()
  180. SCP106Humanoid.WalkSpeed = 0
  181. Wait(5)
  182. SCP106:Destroy()
  183. end
  184. if SCP106Humanoid.AutoRotate==false then
  185. SCP106Humanoid.AutoRotate=true
  186. end
  187. if SCP106Humanoid.Jump==true then
  188. SCP106Humanoid.Jump=false
  189. end
  190. if SCP106Humanoid.PlatformStand==true then
  191. SCP106Humanoid.PlatformStand=false
  192. end
  193. if SCP106Humanoid.Sit==true then
  194. SCP106Humanoid.Sit=false
  195. end
  196. end
  197. end))
  198. coroutine.resume(coroutine.create(function()
  199. while Wait(0) do
  200. if SCP106Humanoid.Health ~= 0 or SCP106Humanoid.Health > 0 then
  201. local character, humanoid, torso = FindTarget()
  202. if character and character.Parent and humanoid and humanoid.Parent and torso and torso.Parent then
  203. FollowTarget(humanoid, torso)
  204. end
  205. end
  206. end
  207. end))
  208. coroutine.resume(coroutine.create(function()
  209. while Wait(0) do
  210. if SCP106Humanoid.Health ~= 0 or SCP106Humanoid.Health > 0 then
  211. local character, humanoid, torso = FindTarget2()
  212. if character and character.Parent and humanoid and humanoid.Parent and torso and torso.Parent then
  213. CloseAttack(humanoid, torso)
  214. end
  215. end
  216. end
  217. end))
  218. --[[ By: Brutez ]]--
  219. end))
  220. Animation5.Name = "WalkAnim"
  221. Animation5.Parent = Model0
  222. Animation5.AnimationId = "http://www.roblox.com/asset/?id=188613229"
  223. BodyColors6.Parent = Model0
  224. BodyColors6.HeadColor = BrickColor.new("Sand red")
  225. BodyColors6.LeftArmColor = BrickColor.new("Medium red")
  226. BodyColors6.LeftLegColor = BrickColor.new("Medium red")
  227. BodyColors6.RightArmColor = BrickColor.new("Medium red")
  228. BodyColors6.RightLegColor = BrickColor.new("Medium red")
  229. BodyColors6.TorsoColor = BrickColor.new("Sand red")
  230. Script7.Name = "SCP049HeadSoundScript"
  231. Script7.Parent = Model0
  232. table.insert(cors,sandbox(Script7,function()
  233. --[[ By: Brutez ]]--
  234. local SCP049 = script.Parent;
  235. local SCP049Head = SCP049:FindFirstChild("Head");
  236. local SelectedSoundID = {187645728, 187645755, 187645778};
  237. local SelectedSounds = {};
  238. local HurtEnable = true;
  239. while true do
  240. Wait(0)
  241. SCP049RandomSound=math.random(1,1000)
  242. if SCP049RandomSound==10 or SCP049RandomSound==20 or SCP049RandomSound==30 then
  243. if HurtEnable==false then return end
  244. HurtEnable = false;
  245. local SCP049HurtSoundList = {"049_1", "049_2", "049_3", "049_4", "049_5", "049_6", "049_7", "049_8"};
  246. local SelectedHurtSound = SCP049Head[math.random(1, #SCP049HurtSoundList)];
  247. SelectedHurtSound:Play()
  248. Wait(4)
  249. HurtEnable = true;
  250. end
  251. end
  252. --[[ By: Brutez ]]--
  253. end))
  254. Part8.Name = "Torso"
  255. Part8.Parent = Model0
  256. Part8.BrickColor = BrickColor.new("Dark green")
  257. Part8.Transparency = 1
  258. Part8.Anchored = true
  259. Part8.Elasticity = 0
  260. Part8.FormFactor = Enum.FormFactor.Symmetric
  261. Part8.Friction = 2
  262. Part8.Size = Vector3.new(2, 2, 1)
  263. Part8.CFrame = CFrame.new(13.7699957, 3.00000405, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  264. Part8.LeftSurface = Enum.SurfaceType.Weld
  265. Part8.RightSurface = Enum.SurfaceType.Weld
  266. Part8.Color = Color3.new(0.156863, 0.498039, 0.278431)
  267. Part8.Position = Vector3.new(13.7699957, 3.00000405, 15.8199997)
  268. Part8.Color = Color3.new(0.156863, 0.498039, 0.278431)
  269. Decal9.Name = "roblox"
  270. Decal9.Parent = Part8
  271. Decal9.Texture = "http://www.roblox.com/asset/?id=47730520"
  272. Motor6D10.Name = "Neck"
  273. Motor6D10.Parent = Part8
  274. Motor6D10.C0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  275. Motor6D10.C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  276. Motor6D10.Part0 = Part8
  277. Motor6D10.Part1 = Part24
  278. Motor6D10.MaxVelocity = 0.10000000149012
  279. Motor6D11.Name = "Left Hip"
  280. Motor6D11.Parent = Part8
  281. Motor6D11.C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  282. Motor6D11.C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  283. Motor6D11.Part0 = Part8
  284. Motor6D11.Part1 = Part17
  285. Motor6D11.MaxVelocity = 0.10000000149012
  286. Motor6D12.Name = "Right Hip"
  287. Motor6D12.Parent = Part8
  288. Motor6D12.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  289. Motor6D12.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  290. Motor6D12.Part0 = Part8
  291. Motor6D12.Part1 = Part15
  292. Motor6D12.MaxVelocity = 0.10000000149012
  293. Motor6D13.Name = "Left Shoulder"
  294. Motor6D13.Parent = Part8
  295. Motor6D13.C0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  296. Motor6D13.C1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  297. Motor6D13.Part0 = Part8
  298. Motor6D13.Part1 = Part18
  299. Motor6D13.MaxVelocity = 0.10000000149012
  300. Motor6D14.Name = "Right Shoulder"
  301. Motor6D14.Parent = Part8
  302. Motor6D14.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  303. Motor6D14.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  304. Motor6D14.Part0 = Part8
  305. Motor6D14.Part1 = Part16
  306. Motor6D14.MaxVelocity = 0.10000000149012
  307. Part15.Name = "Right Leg"
  308. Part15.Parent = Model0
  309. Part15.BrickColor = BrickColor.new("Bright blue")
  310. Part15.Transparency = 1
  311. Part15.Elasticity = 0
  312. Part15.FormFactor = Enum.FormFactor.Symmetric
  313. Part15.Friction = 2
  314. Part15.Size = Vector3.new(1, 2, 1)
  315. Part15.CFrame = CFrame.new(14.2699957, 1.00000405, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  316. Part15.BottomSurface = Enum.SurfaceType.Smooth
  317. Part15.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  318. Part15.Position = Vector3.new(14.2699957, 1.00000405, 15.8199997)
  319. Part15.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  320. Part16.Name = "Right Arm"
  321. Part16.Parent = Model0
  322. Part16.BrickColor = BrickColor.new("Cool yellow")
  323. Part16.Transparency = 1
  324. Part16.Elasticity = 0
  325. Part16.FormFactor = Enum.FormFactor.Symmetric
  326. Part16.Friction = 2
  327. Part16.Size = Vector3.new(1, 2, 1)
  328. Part16.CFrame = CFrame.new(15.2699957, 3.00000405, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  329. Part16.Color = Color3.new(0.992157, 0.917647, 0.552941)
  330. Part16.Position = Vector3.new(15.2699957, 3.00000405, 15.8199997)
  331. Part16.Color = Color3.new(0.992157, 0.917647, 0.552941)
  332. Part17.Name = "Left Leg"
  333. Part17.Parent = Model0
  334. Part17.BrickColor = BrickColor.new("Bright blue")
  335. Part17.Transparency = 1
  336. Part17.Elasticity = 0
  337. Part17.FormFactor = Enum.FormFactor.Symmetric
  338. Part17.Friction = 2
  339. Part17.Size = Vector3.new(1, 2, 1)
  340. Part17.CFrame = CFrame.new(13.2699957, 1.00000405, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  341. Part17.BottomSurface = Enum.SurfaceType.Smooth
  342. Part17.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  343. Part17.Position = Vector3.new(13.2699957, 1.00000405, 15.8199997)
  344. Part17.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  345. Part18.Name = "Left Arm"
  346. Part18.Parent = Model0
  347. Part18.BrickColor = BrickColor.new("Cool yellow")
  348. Part18.Transparency = 1
  349. Part18.Elasticity = 0
  350. Part18.FormFactor = Enum.FormFactor.Symmetric
  351. Part18.Friction = 2
  352. Part18.Size = Vector3.new(1, 2, 1)
  353. Part18.CFrame = CFrame.new(12.2699957, 3.00000405, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  354. Part18.Color = Color3.new(0.992157, 0.917647, 0.552941)
  355. Part18.Position = Vector3.new(12.2699957, 3.00000405, 15.8199997)
  356. Part18.Color = Color3.new(0.992157, 0.917647, 0.552941)
  357. Part19.Name = "HumanoidRootPart"
  358. Part19.Parent = Model0
  359. Part19.BrickColor = BrickColor.new("Bright blue")
  360. Part19.Transparency = 1
  361. Part19.Elasticity = 0
  362. Part19.FormFactor = Enum.FormFactor.Symmetric
  363. Part19.Friction = 2
  364. Part19.Size = Vector3.new(2, 2, 1)
  365. Part19.CFrame = CFrame.new(13.7699957, 3.00000405, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  366. Part19.BottomSurface = Enum.SurfaceType.Smooth
  367. Part19.TopSurface = Enum.SurfaceType.Smooth
  368. Part19.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  369. Part19.Position = Vector3.new(13.7699957, 3.00000405, 15.8199997)
  370. Part19.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  371. Motor6D20.Name = "RootJoint"
  372. Motor6D20.Parent = Part19
  373. Motor6D20.C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  374. Motor6D20.C1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  375. Motor6D20.Part0 = Part19
  376. Motor6D20.Part1 = Part8
  377. Motor6D20.MaxVelocity = 0.10000000149012
  378. BillboardGui21.Name = "Body"
  379. BillboardGui21.Parent = Part19
  380. BillboardGui21.Size = UDim2.new(5, 0, 6, 0)
  381. BillboardGui21.ExtentsOffset = Vector3.new(0, 1, 0)
  382. ImageLabel22.Parent = BillboardGui21
  383. ImageLabel22.Transparency = 1
  384. ImageLabel22.Size = UDim2.new(1, 0, 1, 15)
  385. ImageLabel22.Position = UDim2.new(0.00100000005, 0, 0.0500000007, 0)
  386. ImageLabel22.BackgroundColor3 = Color3.new(0, 0, 0)
  387. ImageLabel22.BackgroundTransparency = 1
  388. ImageLabel22.Image = "rbxassetid://747104328"
  389. Script23.Parent = BillboardGui21
  390. table.insert(cors,sandbox(Script23,function()
  391.  
  392. print("Animation is working!")
  393. while true do
  394. script.Parent.ImageLabel.Image = "rbxassetid://747104328"
  395. wait(0.05)
  396. script.Parent.ImageLabel.Image = "rbxassetid://747104416"
  397. wait(0.05)
  398. script.Parent.ImageLabel.Image = "rbxassetid://747104519"
  399. wait(0.05)
  400. script.Parent.ImageLabel.Image = "rbxassetid://747104626"
  401. wait(0.05)
  402. script.Parent.ImageLabel.Image = "rbxassetid://747104797"
  403. wait(0.05)
  404. script.Parent.ImageLabel.Image = "rbxassetid://747105028"
  405. wait(0.05)
  406. script.Parent.ImageLabel.Image = "rbxassetid://747105125"
  407. wait(0.05)
  408. script.Parent.ImageLabel.Image = "rbxassetid://747105255"
  409. wait(0.05)
  410. script.Parent.ImageLabel.Image = "rbxassetid://747105383"
  411. wait(0.05)
  412. script.Parent.ImageLabel.Image = "rbxassetid://747105492"
  413. wait(0.05)
  414. script.Parent.ImageLabel.Image = "rbxassetid://747105619"
  415. wait(0.05)
  416. script.Parent.ImageLabel.Image = "rbxassetid://747105804"
  417. wait(0.05)
  418. end
  419. end))
  420. Part24.Name = "Head"
  421. Part24.Parent = Model0
  422. Part24.BrickColor = BrickColor.new("Cool yellow")
  423. Part24.Transparency = 1
  424. Part24.Elasticity = 0
  425. Part24.FormFactor = Enum.FormFactor.Symmetric
  426. Part24.Friction = 2
  427. Part24.Size = Vector3.new(2, 1, 1)
  428. Part24.CFrame = CFrame.new(13.7699957, 4.50000381, 15.8199997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  429. Part24.TopSurface = Enum.SurfaceType.Smooth
  430. Part24.Color = Color3.new(0.992157, 0.917647, 0.552941)
  431. Part24.Position = Vector3.new(13.7699957, 4.50000381, 15.8199997)
  432. Part24.Color = Color3.new(0.992157, 0.917647, 0.552941)
  433. Sound25.Name = "Oldman5"
  434. Sound25.Parent = Part24
  435. Sound25.Volume = 1
  436. Sound25.Looped = true
  437. Sound26.Name = "3"
  438. Sound26.Parent = Part24
  439. Sound26.SoundId = "rbxassetid://679119455"
  440. Sound26.Volume = 1
  441. Sound27.Name = "1"
  442. Sound27.Parent = Part24
  443. Sound27.SoundId = "rbxassetid://679119455"
  444. Sound27.Volume = 1
  445. Sound28.Name = "2"
  446. Sound28.Parent = Part24
  447. Sound28.SoundId = "rbxassetid://679119455"
  448. Sound28.Volume = 1
  449. Sound29.Name = "BumpInTheNight"
  450. Sound29.Parent = Model0
  451. Sound29.SoundId = "rbxassetid://275141545"
  452. Sound29.Volume = 1.5
  453. Sound29.Looped = true
  454. Sound30.Parent = Model0
  455. Sound30.SoundId = "rbxassetid://242965028"
  456. Sound30.Volume = 1
  457. Part31.Name = "Thumbnail"
  458. Part31.Parent = Model0
  459. Part31.Material = Enum.Material.CorrodedMetal
  460. Part31.BrickColor = BrickColor.new("Bright red")
  461. Part31.Transparency = 1
  462. Part31.Rotation = Vector3.new(-180, 0, -180)
  463. Part31.CanCollide = false
  464. Part31.Locked = true
  465. Part31.Size = Vector3.new(5.20000076, 6, 0.0999998748)
  466. Part31.CFrame = CFrame.new(13.7699957, 4.1999898, 0.369994015, -0.999990642, 0, -1.24052167e-05, 0, 1, 0, 1.96844339e-05, 0, -0.999990761)
  467. Part31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  468. Part31.Position = Vector3.new(13.7699957, 4.1999898, 0.369994015)
  469. Part31.Orientation = Vector3.new(0, -180, 0)
  470. Part31.Color = Color3.new(0.768628, 0.156863, 0.109804)
  471. Decal32.Parent = Part31
  472. Decal32.Texture = "rbxassetid://747104328"
  473. for i,v in pairs(mas:GetChildren()) do
  474. v.Parent = workspace
  475. pcall(function() v:MakeJoints() end)
  476. end
  477. mas:Destroy()
  478. for i,v in pairs(cors) do
  479. spawn(function()
  480. pcall(v)
  481. end)
  482. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement