Advertisement
joe201501

Yuyuko Button

Apr 5th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Model0 = Instance.new("Model")
  19. Humanoid1 = Instance.new("Humanoid")
  20. Part2 = Instance.new("Part")
  21. CylinderMesh3 = Instance.new("CylinderMesh")
  22. Part4 = Instance.new("Part")
  23. CylinderMesh5 = Instance.new("CylinderMesh")
  24. Script6 = Instance.new("Script")
  25. Model0.Name = " "
  26. Model0.Parent = mas
  27. Humanoid1.Parent = Model0
  28. Humanoid1.Health = 0
  29. Humanoid1.MaxHealth = 0
  30. Part2.Parent = Model0
  31. Part2.BrickColor = BrickColor.new("Dark stone grey")
  32. Part2.Reflectance = 0.5
  33. Part2.Anchored = true
  34. Part2.Size = Vector3.new(5, 1.20000005, 5)
  35. Part2.CFrame = CFrame.new(-26.8999996, 0.600005269, -16.4399662, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  36. Part2.Color = Color3.new(0.388235, 0.372549, 0.384314)
  37. Part2.Position = Vector3.new(-26.8999996, 0.600005269, -16.4399662)
  38. Part2.Color = Color3.new(0.388235, 0.372549, 0.384314)
  39. CylinderMesh3.Parent = Part2
  40. Part4.Name = "Head"
  41. Part4.Parent = Model0
  42. Part4.BrickColor = BrickColor.new("Pastel light blue")
  43. Part4.Anchored = true
  44. Part4.Size = Vector3.new(5, 1.20000005, 5)
  45. Part4.CFrame = CFrame.new(-26.8999996, 1.80000603, -16.4399662, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  46. Part4.Color = Color3.new(1, 0, 0)
  47. Part4.Position = Vector3.new(-26.8999996, 1.80000603, -16.4399662)
  48. Part4.Color = Color3.new(1, 0, 0)
  49. y = Instance.new("Decal",Part4)
  50. y.Name = "yuyuko"
  51. y.Parent = Part32
  52. y.Texture = "http://www.roblox.com/asset/?id=129696498"
  53. y.Face = Enum.NormalId.Top
  54. CylinderMesh5.Parent = Part4
  55. CylinderMesh5.Scale = Vector3.new(0.75, 1, 0.75)
  56. CylinderMesh5.Scale = Vector3.new(0.75, 1, 0.75)
  57. Script6.Parent = Part4
  58. local ONOES = Instance.new("Sound")
  59. ONOES.SoundId = "rbxassetid://747105289"
  60. ONOES.Volume = 99999999999
  61. ONOES.EmitterSize = math.huge
  62. ONOES.Looped = false
  63. ONOES.archivable = false
  64. ONOES.Parent = workspace
  65.  
  66. local s = Instance.new("Sound")
  67. s.Volume = 10
  68. s.EmitterSize = math.huge
  69. sounds = {"rbxasset://sounds\\rocket shot.wav", "rbxasset://sounds\\collide.wav"}
  70. local workspace = game.Workspace
  71.  
  72. function radiation(hit)
  73. local h = hit.Parent:findFirstChild("Humanoid")
  74. local DAMAGE = math.huge
  75. if h~=nil then
  76. h.WalkSpeed = 5
  77. h.Parent["Right Leg"]:Destroy()
  78. h.Parent["Left Arm"]:Destroy()
  79. for i =1,h.MaxHealth do
  80. h.Health = h.Health - DAMAGE
  81. wait(1)
  82. end
  83. end
  84. end
  85. function unanchor (m)
  86. for _,i in pairs (m:GetChildren()) do
  87. if i:IsA("Part","Model","Union","WedgePart","CornerWedgePart") then
  88. -- i.Anchored = false
  89. local Fire = Instance.new("Fire")
  90. Fire.Parent = i
  91. Fire.Size = math.random(5,10)
  92. i.Material = "CorrodedMetal"
  93. i:BreakJoints()
  94. i.BrickColor = BrickColor.new(26)
  95. i.Touched:connect(radiation)
  96.  
  97. else
  98. unanchor(i)
  99. end
  100. end
  101. end
  102. unanchor(game.Workspace)
  103.  
  104. Sound.SoundId = "http://www.roblox.com/asset?id=150486669"
  105. Sound.PlaybackSpeed = 1
  106. Sound.Playing = true
  107. Sound.Volume = 10
  108.  
  109. local e = Instance.new("Explosion")
  110. e.Parent = workspace
  111. e.BlastPressure = 1e4*object:getMass()
  112. e.Position = Part2.Position
  113. object.Anchored = true
  114. object:BreakJoints()
  115. wait(1.5)
  116.  
  117. local deb = true
  118. script.Parent.Touched:connect(function(hit)
  119. if not deb then return end
  120. deb = false
  121. ONOES:Play()
  122. script.Parent.Parent.Name = ""
  123. local c = script.Parent.CFrame
  124. for i = 0, 1, 0.05 do
  125. script.Parent.CFrame = c - Vector3.new(0, i, 0)
  126. wait()
  127. end
  128. local m = Instance.new("Message")
  129. m.Text = "WARNING YUYUKO IS EATING THE WORLD!!!!!!!!"
  130. m.Parent = workspace
  131. local color = game.Lighting.Ambient
  132. delay(0, function()
  133. while true do
  134. game.Lighting.Brightness = 2
  135. game.Lighting.Ambient = Color3.new(100, 0, 0)
  136. game.Lighting.ColorShift_Top = Color3.new(1, 0, 0)
  137. game.Lighting.ColorShift_Bottom = Color3.new(1, 0, 0)
  138. wait(1)
  139. game.Lighting.Brightness = 1
  140. game.Lighting.Ambient = color
  141. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  142. game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
  143. wait(1)
  144. end
  145. end)
  146. wait(5)
  147. m:remove()
  148. script.Parent.Parent.Name = "YUYUKO YUYUKO YUYUKO"
  149. for i, v in ipairs(workspace:getChildren()) do
  150. check(v)
  151. wait()
  152. end
  153. end)
  154.  
  155. for i,v in pairs(mas:GetChildren()) do
  156. v.Parent = workspace
  157. pcall(function() v:MakeJoints() end)
  158. end
  159. mas:Destroy()
  160. for i,v in pairs(cors) do
  161. spawn(function()
  162. pcall(v)
  163. end)
  164. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement