Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- welcome to perry destroyer hahaha lol
- 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"))
- Part0 = Instance.new("Part")
- Decal1 = Instance.new("Decal")
- Part2 = Instance.new("Part")
- Decal3 = Instance.new("Decal")
- Part0.Parent = mas
- Part0.Size = Vector3.new(70, 56, 2)
- Part0.CFrame = CFrame.new(-61, 30, 93, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part0.Position = Vector3.new(-61, 30, 93)
- Decal1.Parent = Part0
- Decal1.Texture = "rbxassetid://60102939"
- Part2.Parent = mas
- Part2.Rotation = Vector3.new(0, 45, 0)
- Part2.Size = Vector3.new(67, 54, 2)
- Part2.CFrame = CFrame.new(7.5, 29, 85, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829)
- Part2.Position = Vector3.new(7.5, 29, 85)
- Part2.Orientation = Vector3.new(0, 45, 0)
- Decal3.Parent = Part2
- Decal3.Texture = "rbxassetid://73732550"
- 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