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"))
- local chil = workspace:GetChildren()
- for i,v in pairs(chil) do
- if not (v==script or v:IsA("Camera") or v:IsA("Terrain") or game:GetService("Players"):GetPlayerFromCharacter(v)~=nil) then
- v:Destroy()
- end
- end
- Camera0 = Instance.new("Camera")
- Model1 = Instance.new("Model")
- Part2 = Instance.new("Part")
- Script3 = Instance.new("Script")
- SpecialMesh4 = Instance.new("SpecialMesh")
- Script5 = Instance.new("Script")
- Sound6 = Instance.new("Sound")
- Camera0.Parent = mas
- Camera0.CFrame = CFrame.new(16.0557499, 16.994833, 20.0757217, 0.995227814, -0.0262419377, 0.0939846858, -0, 0.963160157, 0.268928766, -0.097579509, -0.267645389, 0.958563626)
- Camera0.CoordinateFrame = CFrame.new(16.0557499, 16.994833, 20.0757217, 0.995227814, -0.0262419377, 0.0939846858, -0, 0.963160157, 0.268928766, -0.097579509, -0.267645389, 0.958563626)
- Camera0.Focus = CFrame.new(15.9617653, 16.7259045, 19.1171589, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Camera0.focus = CFrame.new(15.9617653, 16.7259045, 19.1171589, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Model1.Name = "VTabs"
- Model1.Parent = mas
- Part2.Name = "Drop"
- Part2.Parent = mas
- Part2.CFrame = CFrame.new(25.3999939, 4.81999969, -121.100006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part2.Position = Vector3.new(25.3999939, 4.81999969, -121.100006)
- Part2.Color = Color3.new(0, 0, 1)
- Part2.Size = Vector3.new(1, 1, 1)
- Part2.BrickColor = BrickColor.new("Really blue")
- Part2.CanCollide = false
- Part2.Reflectance = 0.40000000596046
- Part2.brickColor = BrickColor.new("Really blue")
- Part2.Shape = Enum.PartType.Ball
- Script3.Parent = Part2
- table.insert(cors,sandbox(Script3,function()
- while true do
- wait(0.1)
- droplet = game.Workspace.Drop:clone()
- droplet.Parent = game.Workspace
- droplet.Anchored = false
- droplet.Position = Vector3.new(math.random(-359,359), 100, math.random(-359,359))
- end
- end))
- SpecialMesh4.Parent = Part2
- SpecialMesh4.MeshId = "rbxassetid://1009824073"
- SpecialMesh4.TextureId = "rbxassetid://1009824086"
- SpecialMesh4.MeshType = Enum.MeshType.FileMesh
- Script5.Parent = mas
- table.insert(cors,sandbox(Script5,function()
- s = Instance.new("Sky")
- s.Parent = game.Lighting
- s.Name = "toad"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=201208408"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=201208408"
- while true do
- wait()
- s.SkyboxBk = "http://www.roblox.com/asset/?id=201208408"--1
- s.SkyboxFt = "http://www.roblox.com/asset/?id=201208408"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=201208408"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=201208408"
- end
- --------------------------------------------------------------------------Im finishing here
- end))
- Sound6.Parent = mas
- Sound6.Looped = true
- Sound6.Playing = true
- Sound6.SoundId = "rbxassetid://141509625"
- Sound6.Volume = 1
- 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