Advertisement
DaOMEGAa32

soveit union script (taco rain script edit)

Apr 27th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.59 KB | None | 0 0
  1. -- this edit is made by a joke OK?
  2.  
  3. local S = Instance.new("Sound", script)
  4. S.SoundId = "rbxassetid://2851788572"
  5. local M = Instance.new("SpecialMesh", script)
  6. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  7. M.MeshId = "rbxassetid://2546401234"
  8. M.TextureId = "rbxassetid://996369921"
  9.  
  10. script:WaitForChild("Sound"):Play()
  11.  
  12. c = workspace.CurrentCamera
  13. color = Color3.new(0,0,0)
  14. player = game.Players.LocalPlayer
  15. enabled = true
  16.  
  17. game.Lighting.FogEnd = "100"
  18. game.Lighting.FogStart = "0"
  19.  
  20. Spawn(function ()
  21. -- Sky Color Interpolation Stuff
  22. while true do
  23. local o = color
  24. local n = BrickColor.random().Color
  25. for i = 1,100 do
  26. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  27. local e = o:lerp(n,i*.01)
  28. color = Color3.new(e.X,e.Y,e.Z)
  29. wait()
  30. end
  31. end
  32. end)
  33.  
  34. game.Lighting.FogColor = color
  35. game.Lighting.Changed:connect(function ()
  36. game.Lighting.FogColor = color
  37. end)
  38.  
  39. Spawn(function ()
  40. local update = workspace:WaitForChild("Update")
  41. update:WaitForChild("Mesh").Changed:connect(function ()
  42. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  43. end)
  44. update:WaitForChild("Sound").Changed:connect(function ()
  45. enabled = false
  46. script.Sound:Stop()
  47. local m = Instance.new("Message",player.PlayerGui)
  48. m.Text = "xd"
  49. wait(3)
  50. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  51. script.Sound:Play()
  52. m:Destroy()
  53. enabled = true
  54. end)
  55. end)
  56.  
  57. while wait() do
  58. local char = player.Character
  59. if char and enabled then
  60. if char:findFirstChild("Humanoid") then
  61. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  62. end
  63. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  64. local taco = Instance.new("Part")
  65. taco.CanCollide = false
  66. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  67. local mesh = script:WaitForChild("Mesh"):clone()
  68. mesh.Parent = taco
  69. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  70. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  71. taco.Parent = c
  72. game:GetService("Debris"):AddItem(taco,4)
  73. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  74. game.Lighting.FogColor = color
  75. end
  76. end
  77. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  78. M.MeshId = "rbxassetid://2546401234"
  79. M.TextureId = "rbxassetid://996369921"
  80.  
  81. script:WaitForChild("Sound"):Play()
  82.  
  83. c = workspace.CurrentCamera
  84. color = Color3.new(0,0,0)
  85. player = game.Players.LocalPlayer
  86. enabled = true
  87.  
  88. game.Lighting.FogEnd = "100"
  89. game.Lighting.FogStart = "0"
  90.  
  91. Spawn(function ()
  92. -- Sky Color Interpolation Stuff
  93. while true do
  94. local o = color
  95. local n = BrickColor.random().Color
  96. for i = 1,100 do
  97. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  98. local e = o:lerp(n,i*.01)
  99. color = Color3.new(e.X,e.Y,e.Z)
  100. wait()
  101. end
  102. end
  103. end)
  104.  
  105. game.Lighting.FogColor = color
  106. game.Lighting.Changed:connect(function ()
  107. game.Lighting.FogColor = color
  108. end)
  109.  
  110. Spawn(function ()
  111. local update = workspace:WaitForChild("Update")
  112. update:WaitForChild("Mesh").Changed:connect(function ()
  113. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  114. end)
  115. update:WaitForChild("Sound").Changed:connect(function ()
  116. enabled = false
  117. script.Sound:Stop()
  118. local m = Instance.new("Message",player.PlayerGui)
  119. m.Text = "xd"
  120. wait(3)
  121. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  122. script.Sound:Play()
  123. m:Destroy()
  124. enabled = true
  125. end)
  126. end)
  127.  
  128. while wait() do
  129. local char = player.Character
  130. if char and enabled then
  131. if char:findFirstChild("Humanoid") then
  132. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  133. end
  134. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  135. local taco = Instance.new("Part")
  136. taco.CanCollide = false
  137. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  138. local mesh = script:WaitForChild("Mesh"):clone()
  139. mesh.Parent = taco
  140. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  141. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  142. taco.Parent = c
  143. game:GetService("Debris"):AddItem(taco,4)
  144. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  145. game.Lighting.FogColor = color
  146. end
  147. end
  148. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  149. M.MeshId = "rbxassetid://2546401234"
  150. M.TextureId = "rbxassetid://996369921"
  151.  
  152. script:WaitForChild("Sound"):Play()
  153.  
  154. c = workspace.CurrentCamera
  155. color = Color3.new(0,0,0)
  156. player = game.Players.LocalPlayer
  157. enabled = true
  158.  
  159. game.Lighting.FogEnd = "100"
  160. game.Lighting.FogStart = "0"
  161.  
  162. Spawn(function ()
  163. -- Sky Color Interpolation Stuff
  164. while true do
  165. local o = color
  166. local n = BrickColor.random().Color
  167. for i = 1,100 do
  168. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  169. local e = o:lerp(n,i*.01)
  170. color = Color3.new(e.X,e.Y,e.Z)
  171. wait()
  172. end
  173. end
  174. end)
  175.  
  176. game.Lighting.FogColor = color
  177. game.Lighting.Changed:connect(function ()
  178. game.Lighting.FogColor = color
  179. end)
  180.  
  181. Spawn(function ()
  182. local update = workspace:WaitForChild("Update")
  183. update:WaitForChild("Mesh").Changed:connect(function ()
  184. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  185. end)
  186. update:WaitForChild("Sound").Changed:connect(function ()
  187. enabled = false
  188. script.Sound:Stop()
  189. local m = Instance.new("Message",player.PlayerGui)
  190. m.Text = "xd"
  191. wait(3)
  192. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  193. script.Sound:Play()
  194. m:Destroy()
  195. enabled = true
  196. end)
  197. end)
  198.  
  199. while wait() do
  200. local char = player.Character
  201. if char and enabled then
  202. if char:findFirstChild("Humanoid") then
  203. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  204. end
  205. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  206. local taco = Instance.new("Part")
  207. taco.CanCollide = false
  208. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  209. local mesh = script:WaitForChild("Mesh"):clone()
  210. mesh.Parent = taco
  211. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  212. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  213. taco.Parent = c
  214. game:GetService("Debris"):AddItem(taco,4)
  215. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  216. game.Lighting.FogColor = color
  217. end
  218. end
  219. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  220. M.MeshId = "rbxassetid://2546401234"
  221. M.TextureId = "rbxassetid://996369921"
  222.  
  223. script:WaitForChild("Sound"):Play()
  224.  
  225. c = workspace.CurrentCamera
  226. color = Color3.new(0,0,0)
  227. player = game.Players.LocalPlayer
  228. enabled = true
  229.  
  230. game.Lighting.FogEnd = "100"
  231. game.Lighting.FogStart = "0"
  232.  
  233. Spawn(function ()
  234. -- Sky Color Interpolation Stuff
  235. while true do
  236. local o = color
  237. local n = BrickColor.random().Color
  238. for i = 1,100 do
  239. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  240. local e = o:lerp(n,i*.01)
  241. color = Color3.new(e.X,e.Y,e.Z)
  242. wait()
  243. end
  244. end
  245. end)
  246.  
  247. game.Lighting.FogColor = color
  248. game.Lighting.Changed:connect(function ()
  249. game.Lighting.FogColor = color
  250. end)
  251.  
  252. Spawn(function ()
  253. local update = workspace:WaitForChild("Update")
  254. update:WaitForChild("Mesh").Changed:connect(function ()
  255. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  256. end)
  257. update:WaitForChild("Sound").Changed:connect(function ()
  258. enabled = false
  259. script.Sound:Stop()
  260. local m = Instance.new("Message",player.PlayerGui)
  261. m.Text = "xd"
  262. wait(3)
  263. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  264. script.Sound:Play()
  265. m:Destroy()
  266. enabled = true
  267. end)
  268. end)
  269.  
  270. while wait() do
  271. local char = player.Character
  272. if char and enabled then
  273. if char:findFirstChild("Humanoid") then
  274. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  275. end
  276. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  277. local taco = Instance.new("Part")
  278. taco.CanCollide = false
  279. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  280. local mesh = script:WaitForChild("Mesh"):clone()
  281. mesh.Parent = taco
  282. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  283. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  284. taco.Parent = c
  285. game:GetService("Debris"):AddItem(taco,4)
  286. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  287. game.Lighting.FogColor = color
  288. end
  289. end
  290. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  291. M.MeshId = "rbxassetid://2546401234"
  292. M.TextureId = "rbxassetid://996369921"
  293.  
  294. script:WaitForChild("Sound"):Play()
  295.  
  296. c = workspace.CurrentCamera
  297. color = Color3.new(0,0,0)
  298. player = game.Players.LocalPlayer
  299. enabled = true
  300.  
  301. game.Lighting.FogEnd = "100"
  302. game.Lighting.FogStart = "0"
  303.  
  304. Spawn(function ()
  305. -- Sky Color Interpolation Stuff
  306. while true do
  307. local o = color
  308. local n = BrickColor.random().Color
  309. for i = 1,100 do
  310. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  311. local e = o:lerp(n,i*.01)
  312. color = Color3.new(e.X,e.Y,e.Z)
  313. wait()
  314. end
  315. end
  316. end)
  317.  
  318. game.Lighting.FogColor = color
  319. game.Lighting.Changed:connect(function ()
  320. game.Lighting.FogColor = color
  321. end)
  322.  
  323. Spawn(function ()
  324. local update = workspace:WaitForChild("Update")
  325. update:WaitForChild("Mesh").Changed:connect(function ()
  326. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  327. end)
  328. update:WaitForChild("Sound").Changed:connect(function ()
  329. enabled = false
  330. script.Sound:Stop()
  331. local m = Instance.new("Message",player.PlayerGui)
  332. m.Text = "xd"
  333. wait(3)
  334. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  335. script.Sound:Play()
  336. m:Destroy()
  337. enabled = true
  338. end)
  339. end)
  340.  
  341. while wait() do
  342. local char = player.Character
  343. if char and enabled then
  344. if char:findFirstChild("Humanoid") then
  345. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  346. end
  347. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  348. local taco = Instance.new("Part")
  349. taco.CanCollide = false
  350. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  351. local mesh = script:WaitForChild("Mesh"):clone()
  352. mesh.Parent = taco
  353. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  354. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  355. taco.Parent = c
  356. game:GetService("Debris"):AddItem(taco,4)
  357. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  358. game.Lighting.FogColor = color
  359. end
  360. end
  361. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  362. M.MeshId = "rbxassetid://2546401234"
  363. M.TextureId = "rbxassetid://996369921"
  364.  
  365. script:WaitForChild("Sound"):Play()
  366.  
  367. c = workspace.CurrentCamera
  368. color = Color3.new(0,0,0)
  369. player = game.Players.LocalPlayer
  370. enabled = true
  371.  
  372. game.Lighting.FogEnd = "100"
  373. game.Lighting.FogStart = "0"
  374.  
  375. Spawn(function ()
  376. -- Sky Color Interpolation Stuff
  377. while true do
  378. local o = color
  379. local n = BrickColor.random().Color
  380. for i = 1,100 do
  381. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  382. local e = o:lerp(n,i*.01)
  383. color = Color3.new(e.X,e.Y,e.Z)
  384. wait()
  385. end
  386. end
  387. end)
  388.  
  389. game.Lighting.FogColor = color
  390. game.Lighting.Changed:connect(function ()
  391. game.Lighting.FogColor = color
  392. end)
  393.  
  394. Spawn(function ()
  395. local update = workspace:WaitForChild("Update")
  396. update:WaitForChild("Mesh").Changed:connect(function ()
  397. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  398. end)
  399. update:WaitForChild("Sound").Changed:connect(function ()
  400. enabled = false
  401. script.Sound:Stop()
  402. local m = Instance.new("Message",player.PlayerGui)
  403. m.Text = "xd"
  404. wait(3)
  405. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  406. script.Sound:Play()
  407. m:Destroy()
  408. enabled = true
  409. end)
  410. end)
  411.  
  412. while wait() do
  413. local char = player.Character
  414. if char and enabled then
  415. if char:findFirstChild("Humanoid") then
  416. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  417. end
  418. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  419. local taco = Instance.new("Part")
  420. taco.CanCollide = false
  421. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  422. local mesh = script:WaitForChild("Mesh"):clone()
  423. mesh.Parent = taco
  424. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  425. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  426. taco.Parent = c
  427. game:GetService("Debris"):AddItem(taco,4)
  428. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  429. game.Lighting.FogColor = color
  430. end
  431. end
  432. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  433. M.MeshId = "rbxassetid://2546401234"
  434. M.TextureId = "rbxassetid://996369921"
  435.  
  436. script:WaitForChild("Sound"):Play()
  437.  
  438. c = workspace.CurrentCamera
  439. color = Color3.new(0,0,0)
  440. player = game.Players.LocalPlayer
  441. enabled = true
  442.  
  443. game.Lighting.FogEnd = "100"
  444. game.Lighting.FogStart = "0"
  445.  
  446. Spawn(function ()
  447. -- Sky Color Interpolation Stuff
  448. while true do
  449. local o = color
  450. local n = BrickColor.random().Color
  451. for i = 1,100 do
  452. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  453. local e = o:lerp(n,i*.01)
  454. color = Color3.new(e.X,e.Y,e.Z)
  455. wait()
  456. end
  457. end
  458. end)
  459.  
  460. game.Lighting.FogColor = color
  461. game.Lighting.Changed:connect(function ()
  462. game.Lighting.FogColor = color
  463. end)
  464.  
  465. Spawn(function ()
  466. local update = workspace:WaitForChild("Update")
  467. update:WaitForChild("Mesh").Changed:connect(function ()
  468. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  469. end)
  470. update:WaitForChild("Sound").Changed:connect(function ()
  471. enabled = false
  472. script.Sound:Stop()
  473. local m = Instance.new("Message",player.PlayerGui)
  474. m.Text = "xd"
  475. wait(3)
  476. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  477. script.Sound:Play()
  478. m:Destroy()
  479. enabled = true
  480. end)
  481. end)
  482.  
  483. while wait() do
  484. local char = player.Character
  485. if char and enabled then
  486. if char:findFirstChild("Humanoid") then
  487. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  488. end
  489. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  490. local taco = Instance.new("Part")
  491. taco.CanCollide = false
  492. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  493. local mesh = script:WaitForChild("Mesh"):clone()
  494. mesh.Parent = taco
  495. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  496. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  497. taco.Parent = c
  498. game:GetService("Debris"):AddItem(taco,4)
  499. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  500. game.Lighting.FogColor = color
  501. end
  502. end
  503. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  504. M.MeshId = "rbxassetid://2546401234"
  505. M.TextureId = "rbxassetid://996369921"
  506.  
  507. script:WaitForChild("Sound"):Play()
  508.  
  509. c = workspace.CurrentCamera
  510. color = Color3.new(0,0,0)
  511. player = game.Players.LocalPlayer
  512. enabled = true
  513.  
  514. game.Lighting.FogEnd = "100"
  515. game.Lighting.FogStart = "0"
  516.  
  517. Spawn(function ()
  518. -- Sky Color Interpolation Stuff
  519. while true do
  520. local o = color
  521. local n = BrickColor.random().Color
  522. for i = 1,100 do
  523. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  524. local e = o:lerp(n,i*.01)
  525. color = Color3.new(e.X,e.Y,e.Z)
  526. wait()
  527. end
  528. end
  529. end)
  530.  
  531. game.Lighting.FogColor = color
  532. game.Lighting.Changed:connect(function ()
  533. game.Lighting.FogColor = color
  534. end)
  535.  
  536. Spawn(function ()
  537. local update = workspace:WaitForChild("Update")
  538. update:WaitForChild("Mesh").Changed:connect(function ()
  539. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  540. end)
  541. update:WaitForChild("Sound").Changed:connect(function ()
  542. enabled = false
  543. script.Sound:Stop()
  544. local m = Instance.new("Message",player.PlayerGui)
  545. m.Text = "xd"
  546. wait(3)
  547. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  548. script.Sound:Play()
  549. m:Destroy()
  550. enabled = true
  551. end)
  552. end)
  553.  
  554. while wait() do
  555. local char = player.Character
  556. if char and enabled then
  557. if char:findFirstChild("Humanoid") then
  558. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  559. end
  560. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  561. local taco = Instance.new("Part")
  562. taco.CanCollide = false
  563. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  564. local mesh = script:WaitForChild("Mesh"):clone()
  565. mesh.Parent = taco
  566. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  567. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  568. taco.Parent = c
  569. game:GetService("Debris"):AddItem(taco,4)
  570. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  571. game.Lighting.FogColor = color
  572. end
  573. end
  574. M.MeshType = "FileMesh" -- 3D Meshes of Files in ROBLOX Service
  575. M.MeshId = "rbxassetid://2546401234"
  576. M.TextureId = "rbxassetid://996369921"
  577.  
  578. script:WaitForChild("Sound"):Play()
  579.  
  580. c = workspace.CurrentCamera
  581. color = Color3.new(0,0,0)
  582. player = game.Players.LocalPlayer
  583. enabled = true
  584.  
  585. game.Lighting.FogEnd = "100"
  586. game.Lighting.FogStart = "0"
  587.  
  588. Spawn(function ()
  589. -- Sky Color Interpolation Stuff
  590. while true do
  591. local o = color
  592. local n = BrickColor.random().Color
  593. for i = 1,100 do
  594. local o,n = Vector3.new(o.r,o.g,o.b),Vector3.new(n.r,n.g,n.b)
  595. local e = o:lerp(n,i*.01)
  596. color = Color3.new(e.X,e.Y,e.Z)
  597. wait()
  598. end
  599. end
  600. end)
  601.  
  602. game.Lighting.FogColor = color
  603. game.Lighting.Changed:connect(function ()
  604. game.Lighting.FogColor = color
  605. end)
  606.  
  607. Spawn(function ()
  608. local update = workspace:WaitForChild("Update")
  609. update:WaitForChild("Mesh").Changed:connect(function ()
  610. script.Mesh.TextureId = "http://www.roblox.com/asset/?ID="..update.Mesh.Value
  611. end)
  612. update:WaitForChild("Sound").Changed:connect(function ()
  613. enabled = false
  614. script.Sound:Stop()
  615. local m = Instance.new("Message",player.PlayerGui)
  616. m.Text = "xd"
  617. wait(3)
  618. script.Sound.SoundId = "http://www.roblox.com/asset/?ID="..update.Sound.Value
  619. script.Sound:Play()
  620. m:Destroy()
  621. enabled = true
  622. end)
  623. end)
  624.  
  625. while wait() do
  626. local char = player.Character
  627. if char and enabled then
  628. if char:findFirstChild("Humanoid") then
  629. char.Humanoid.Name = "humanoid" -- Prevent them from resetting their character.
  630. end
  631. local location = game.Players.LocalPlayer.Character:GetModelCFrame()
  632. local taco = Instance.new("Part")
  633. taco.CanCollide = false
  634. taco.RotVelocity = Vector3.new(math.random()*math.pi,math.random()*math.pi,math.random()*math.pi)
  635. local mesh = script:WaitForChild("Mesh"):clone()
  636. mesh.Parent = taco
  637. mesh.Scale = Vector3.new(math.random()*20,math.random()*20,math.random()*20)
  638. taco.CFrame = location * CFrame.new(math.random()*500 - 250,math.random(100,200),math.random()*500 - 250)
  639. taco.Parent = c
  640. game:GetService("Debris"):AddItem(taco,4)
  641. c.FieldOfView = 300+(math.cos(tick()/1))*1 -- http://www.roblox.com/Wave-Generator-item?id=146404985
  642. game.Lighting.FogColor = color
  643. end
  644. end
  645.  
  646.  
  647. if game.Players.NumPlayers >= 1 then -- if player has 2 then copy script and paste into backpack!
  648. for i,v in pairs(game.Players:GetChildren()) do
  649. local SC = script:Clone()
  650. SC.Parent = v.Backpack
  651. end
  652. end
  653.  
  654. game.Players.PlayerAdded:connect(function(Plr)
  655. local SC = script:Clone()
  656. SC.Parent = Plr.Backpack
  657. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement