Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By Bartus2009_Bro/GabeTheDog
- --Discord: Gabe#2408
- --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")
- Part0.Parent = mas
- Part0.BrickColor = BrickColor.new("Ghost grey")
- Part0.Anchored = true
- Part0.Size = Vector3.new(581.60968, 42.4299965, 538.450134)
- Part0.CFrame = CFrame.new(1.98500061, 0.172317505, -7.02487183, 1, 1.99613548e-09, 0, -1.99613548e-09, 1, 0, 0, 0, 1)
- Part0.BottomSurface = Enum.SurfaceType.Smooth
- Part0.TopSurface = Enum.SurfaceType.Smooth
- Part0.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Part0.Position = Vector3.new(1.98500061, 0.172317505, -7.02487183)
- Part0.Color = Color3.new(0.792157, 0.796079, 0.819608)
- Decal1.Parent = Part0
- Decal1.Texture = "http://www.roblox.com/asset/?id=121471169"
- Decal1.Face = Enum.NormalId.Top
- 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