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"))
- Sound0 = Instance.new("Sound")
- Sound1 = Instance.new("Sound")
- Sound2 = Instance.new("Sound")
- Sound3 = Instance.new("Sound")
- Sound4 = Instance.new("Sound")
- Sound0.Name = "Throw"
- Sound0.Parent = mas
- Sound0.SoundId = "http://www.roblox.com/asset/?id=18426149"
- Sound0.Volume = 1
- Sound1.Name = "blam"
- Sound1.Parent = mas
- Sound1.Pitch = 1.2999999523163
- Sound1.SoundId = "rbxassetid://134854740"
- Sound1.Volume = 1
- Sound2.Name = "blam2"
- Sound2.Parent = mas
- Sound2.SoundId = "rbxassetid://137994058"
- Sound2.Volume = 1
- Sound3.Name = "blam3"
- Sound3.Parent = mas
- Sound3.SoundId = "rbxassetid://165969964"
- Sound3.Volume = 1
- Sound4.Name = "oops"
- Sound4.Parent = mas
- Sound4.Pitch = 0.80000001192093
- Sound4.SoundId = "rbxassetid://148635119"
- Sound4.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