Advertisement
BNutty07

O MY GAHH

Nov 30th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. Part0 = Instance.new("Part")
  20. SpecialMesh1 = Instance.new("SpecialMesh")
  21. ParticleEmitter2 = Instance.new("ParticleEmitter")
  22. Sound3 = Instance.new("Sound")
  23. Part0.Name = "MOUNTAIN DEW!"
  24. Part0.Parent = mas
  25. Part0.Anchored = true
  26. Part0.Size = Vector3.new(7.5, 15.0000019, 6.00000048)
  27. Part0.CFrame = CFrame.new(-27.75, 7.50000048, -1.1920929e-06, 1, 0, 0, 0, 1, 1.1920929e-07, 0, -1.1920929e-07, 1)
  28. Part0.Position = Vector3.new(-27.75, 7.50000048, -1.1920929e-06)
  29. SpecialMesh1.Parent = Part0
  30. SpecialMesh1.MeshId = "rbxassetid://10470609"
  31. SpecialMesh1.Scale = Vector3.new(15, 15.0000019, 15)
  32. SpecialMesh1.TextureId = "rbxassetid://10550002"
  33. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  34. SpecialMesh1.Scale = Vector3.new(15, 15.0000019, 15)
  35. ParticleEmitter2.Parent = Part0
  36. ParticleEmitter2.Rotation = NumberRange.new(11, 11)
  37. ParticleEmitter2.Size = NumberSequence.new(3,3)
  38. ParticleEmitter2.LightEmission = 0.30000001192093
  39. ParticleEmitter2.Texture = "rbxassetid://285778890"
  40. ParticleEmitter2.Acceleration = Vector3.new(0, -10, 0)
  41. ParticleEmitter2.Lifetime = NumberRange.new(70, 70)
  42. ParticleEmitter2.Rate = 15000
  43. ParticleEmitter2.RotSpeed = NumberRange.new(122, 122)
  44. ParticleEmitter2.Speed = NumberRange.new(50, 50)
  45. ParticleEmitter2.VelocitySpread = 10
  46. Sound3.Parent = Part0
  47. Sound3.SoundId = "rbxassetid://1212943183"
  48. Sound3.Looped = true
  49. for i,v in pairs(mas:GetChildren()) do
  50. v.Parent = workspace
  51. pcall(function() v:MakeJoints() end)
  52. end
  53. mas:Destroy()
  54. for i,v in pairs(cors) do
  55. spawn(function()
  56. pcall(v)
  57. end)
  58. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement