Advertisement
Guest User

jajajaj

a guest
Jan 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 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. Sound1 = Instance.new("Sound")
  21. Script2 = Instance.new("Script")
  22. Part3 = Instance.new("Part")
  23. SpecialMesh4 = Instance.new("SpecialMesh")
  24. Part5 = Instance.new("Part")
  25. SpecialMesh6 = Instance.new("SpecialMesh")
  26. Part7 = Instance.new("Part")
  27. Vector3Value8 = Instance.new("Vector3Value")
  28. Decal9 = Instance.new("Decal")
  29. Model0.Parent = mas
  30. Sound1.Name = "Music"
  31. Sound1.Parent = Model0
  32. Sound1.SoundId = "rbxassetid://1316278479"
  33. Sound1.Volume = 5
  34. Sound1.Looped = true
  35. Script2.Parent = Sound1
  36. table.insert(cors,sandbox(Script2,function()
  37. while script.Parent.IsPlaying == false do
  38. wait()
  39. script.Parent:Play()
  40. end
  41.  
  42. -- Made by master3395
  43. end))
  44. Part3.Parent = Model0
  45. Part3.Rotation = Vector3.new(-180, 0, -180)
  46. Part3.Anchored = true
  47. Part3.Size = Vector3.new(4, 1, 2)
  48. Part3.CFrame = CFrame.new(-0.604281843, 25.145649, 3.50436115, -0.999999404, 0, 9.13912075e-08, 0, 1, 0, -9.13912075e-08, 0, -0.999999404)
  49. Part3.BottomSurface = Enum.SurfaceType.Smooth
  50. Part3.TopSurface = Enum.SurfaceType.Smooth
  51. Part3.Position = Vector3.new(-0.604281843, 25.145649, 3.50436115)
  52. Part3.Orientation = Vector3.new(0, 180, 0)
  53. SpecialMesh4.Parent = Part3
  54. SpecialMesh4.MeshId = "rbxassetid://1300138314"
  55. SpecialMesh4.Scale = Vector3.new(0.439999998, 0.5, 0.5)
  56. SpecialMesh4.TextureId = "rbxassetid://1300129774"
  57. SpecialMesh4.MeshType = Enum.MeshType.FileMesh
  58. SpecialMesh4.Scale = Vector3.new(0.439999998, 0.5, 0.5)
  59. Part5.Parent = Model0
  60. Part5.Rotation = Vector3.new(-180, 0, -180)
  61. Part5.Anchored = true
  62. Part5.Size = Vector3.new(7.14000082, 6.29000139, 7.90999937)
  63. Part5.CFrame = CFrame.new(-0.590000689, 19.7094002, 0.235000089, -0.999999464, 0, -8.74227268e-08, 0, 1, 0, 8.74227268e-08, 0, -0.999999464)
  64. Part5.BottomSurface = Enum.SurfaceType.Smooth
  65. Part5.TopSurface = Enum.SurfaceType.Smooth
  66. Part5.Position = Vector3.new(-0.590000689, 19.7094002, 0.235000089)
  67. Part5.Orientation = Vector3.new(0, -180, 0)
  68. SpecialMesh6.Parent = Part5
  69. SpecialMesh6.MeshId = "rbxassetid://1292550911"
  70. SpecialMesh6.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  71. SpecialMesh6.TextureId = "rbxassetid://1292570160"
  72. SpecialMesh6.MeshType = Enum.MeshType.FileMesh
  73. SpecialMesh6.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  74. Part7.Parent = Model0
  75. Part7.Material = Enum.Material.SmoothPlastic
  76. Part7.BrickColor = BrickColor.new("Maroon")
  77. Part7.Rotation = Vector3.new(-180, 0, -180)
  78. Part7.Anchored = true
  79. Part7.Size = Vector3.new(17.9399929, 7.15999508, 23.6700001)
  80. Part7.CFrame = CFrame.new(-0.554389, 6.27794266, -3.97767448, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  81. Part7.BottomSurface = Enum.SurfaceType.Smooth
  82. Part7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  83. Part7.Color = Color3.new(0.458824, 0, 0)
  84. Part7.Position = Vector3.new(-0.554389, 6.27794266, -3.97767448)
  85. Part7.Orientation = Vector3.new(0, 180, 0)
  86. Part7.Color = Color3.new(0.458824, 0, 0)
  87. Vector3Value8.Name = "OriginalSize"
  88. Vector3Value8.Parent = Part7
  89. Vector3Value8.Value = Vector3.new(8.19999886, 13.1699944, 23.6700001)
  90. Decal9.Parent = Part7
  91. Decal9.Texture = "http://www.roblox.com/asset/?id=1326762290"
  92. for i,v in pairs(mas:GetChildren()) do
  93. v.Parent = workspace
  94. pcall(function() v:MakeJoints() end)
  95. end
  96. mas:Destroy()
  97. for i,v in pairs(cors) do
  98. spawn(function()
  99. pcall(v)
  100. end)
  101. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement