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"))
- Part0 = Instance.new("Part")
- Decal1 = Instance.new("Decal")
- Decal2 = Instance.new("Decal")
- Decal3 = Instance.new("Decal")
- Decal4 = Instance.new("Decal")
- Decal5 = Instance.new("Decal")
- Decal6 = Instance.new("Decal")
- Part0.Parent = mas
- Part0.CFrame = CFrame.new(27, 92, 46.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part0.Position = Vector3.new(27, 92, 46.5)
- Part0.Size = Vector3.new(72, 78, 69)
- Part0.BottomSurface = Enum.SurfaceType.Smooth
- Part0.TopSurface = Enum.SurfaceType.Smooth
- Decal1.Name = "Images/Yes"
- Decal1.Parent = Part0
- Decal1.Texture = "http://www.roblox.com/asset/?id=2664831698"
- Decal1.Face = Enum.NormalId.Top
- Decal2.Name = "Images/Yes"
- Decal2.Parent = Part0
- Decal2.Texture = "http://www.roblox.com/asset/?id=2664831698"
- Decal2.Face = Enum.NormalId.Right
- Decal3.Name = "my wife"
- Decal3.Parent = Part0
- Decal3.Texture = "http://www.roblox.com/asset/?id=337037177"
- Decal4.Name = "my wife"
- Decal4.Parent = Part0
- Decal4.Texture = "http://www.roblox.com/asset/?id=337037177"
- Decal4.Face = Enum.NormalId.Left
- Decal5.Name = "sonic derp"
- Decal5.Parent = Part0
- Decal5.Texture = "http://www.roblox.com/asset/?id=142705236"
- Decal5.Face = Enum.NormalId.Back
- Decal6.Name = "sonic derp"
- Decal6.Parent = Part0
- Decal6.Texture = "http://www.roblox.com/asset/?id=142705236"
- Decal6.Face = Enum.NormalId.Bottom
- 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