Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Humanoid1 = Instance.new("Humanoid")
- Part2 = Instance.new("Part")
- CylinderMesh3 = Instance.new("CylinderMesh")
- Part4 = Instance.new("Part")
- CylinderMesh5 = Instance.new("CylinderMesh")
- Script6 = Instance.new("Script")
- Model0.Name = " "
- Model0.Parent = mas
- Humanoid1.Parent = Model0
- Humanoid1.Health = 0
- Humanoid1.MaxHealth = 0
- Part2.Parent = Model0
- Part2.BrickColor = BrickColor.new("Dark stone grey")
- Part2.Reflectance = 0.5
- Part2.Anchored = true
- Part2.Size = Vector3.new(5, 1.20000005, 5)
- Part2.CFrame = CFrame.new(-26.8999996, 0.600005269, -16.4399662, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part2.Color = Color3.new(0.388235, 0.372549, 0.384314)
- Part2.Position = Vector3.new(-26.8999996, 0.600005269, -16.4399662)
- Part2.Color = Color3.new(0.388235, 0.372549, 0.384314)
- CylinderMesh3.Parent = Part2
- Part4.Name = "Head"
- Part4.Parent = Model0
- Part4.BrickColor = BrickColor.new("Pastel light blue")
- Part4.Anchored = true
- Part4.Size = Vector3.new(5, 1.20000005, 5)
- Part4.CFrame = CFrame.new(-26.8999996, 1.80000603, -16.4399662, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part4.Color = Color3.new(1, 0, 0)
- Part4.Position = Vector3.new(-26.8999996, 1.80000603, -16.4399662)
- Part4.Color = Color3.new(1, 0, 0)
- y = Instance.new("Decal",Part4)
- y.Name = "yuyuko"
- y.Parent = Part32
- y.Texture = "http://www.roblox.com/asset/?id=129696498"
- y.Face = Enum.NormalId.Top
- CylinderMesh5.Parent = Part4
- CylinderMesh5.Scale = Vector3.new(0.75, 1, 0.75)
- CylinderMesh5.Scale = Vector3.new(0.75, 1, 0.75)
- Script6.Parent = Part4
- local ONOES = Instance.new("Sound")
- ONOES.SoundId = "rbxassetid://747105289"
- ONOES.Volume = 99999999999
- ONOES.EmitterSize = math.huge
- ONOES.Looped = false
- ONOES.archivable = false
- ONOES.Parent = workspace
- local s = Instance.new("Sound")
- s.Volume = 10
- s.EmitterSize = math.huge
- sounds = {"rbxasset://sounds\\rocket shot.wav", "rbxasset://sounds\\collide.wav"}
- local workspace = game.Workspace
- function radiation(hit)
- local h = hit.Parent:findFirstChild("Humanoid")
- local DAMAGE = math.huge
- if h~=nil then
- h.WalkSpeed = 5
- h.Parent["Right Leg"]:Destroy()
- h.Parent["Left Arm"]:Destroy()
- for i =1,h.MaxHealth do
- h.Health = h.Health - DAMAGE
- wait(1)
- end
- end
- end
- function unanchor (m)
- for _,i in pairs (m:GetChildren()) do
- if i:IsA("Part","Model","Union","WedgePart","CornerWedgePart") then
- -- i.Anchored = false
- local Fire = Instance.new("Fire")
- Fire.Parent = i
- Fire.Size = math.random(5,10)
- i.Material = "CorrodedMetal"
- i:BreakJoints()
- i.BrickColor = BrickColor.new(26)
- i.Touched:connect(radiation)
- else
- unanchor(i)
- end
- end
- end
- unanchor(game.Workspace)
- Sound.SoundId = "http://www.roblox.com/asset?id=150486669"
- Sound.PlaybackSpeed = 1
- Sound.Playing = true
- Sound.Volume = 10
- local e = Instance.new("Explosion")
- e.Parent = workspace
- e.BlastPressure = 1e4*object:getMass()
- e.Position = Part2.Position
- object.Anchored = true
- object:BreakJoints()
- wait(1.5)
- local deb = true
- script.Parent.Touched:connect(function(hit)
- if not deb then return end
- deb = false
- ONOES:Play()
- script.Parent.Parent.Name = ""
- local c = script.Parent.CFrame
- for i = 0, 1, 0.05 do
- script.Parent.CFrame = c - Vector3.new(0, i, 0)
- wait()
- end
- local m = Instance.new("Message")
- m.Text = "WARNING YUYUKO IS EATING THE WORLD!!!!!!!!"
- m.Parent = workspace
- local color = game.Lighting.Ambient
- delay(0, function()
- while true do
- game.Lighting.Brightness = 2
- game.Lighting.Ambient = Color3.new(100, 0, 0)
- game.Lighting.ColorShift_Top = Color3.new(1, 0, 0)
- game.Lighting.ColorShift_Bottom = Color3.new(1, 0, 0)
- wait(1)
- game.Lighting.Brightness = 1
- game.Lighting.Ambient = color
- game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
- game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
- wait(1)
- end
- end)
- wait(5)
- m:remove()
- script.Parent.Parent.Name = "YUYUKO YUYUKO YUYUKO"
- for i, v in ipairs(workspace:getChildren()) do
- check(v)
- wait()
- end
- end)
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement