Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Converted to script using a superior plugin created by a noob named NopeUsername
- local functions = {}
- 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
- local MotherModel = Instance.new("Model")
- -- DECLARING VARIABLES
- local Model0 = Instance.new("Model")
- local Part1 = Instance.new("Part")
- local SurfaceGui2 = Instance.new("SurfaceGui")
- local TextLabel3 = Instance.new("TextLabel")
- local Part4 = Instance.new("Part")
- -- SETTING PROPERTIES
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.Color = Color3.new(0.627451, 0.372549, 0.207843)
- Part1.CFrame = CFrame.new(1.45999718, 51.5303993, -124.620003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.Material = Enum.Material.WoodPlanks
- Part1.Size = Vector3.new(61.869571685791, 27.479207992554, 3.6761476993561)
- Part1.BrickColor = BrickColor.new("Dark orange")
- Part1.Position = Vector3.new(1.459997177124, 51.53039932251, -124.62000274658)
- SurfaceGui2.Face = Enum.NormalId.Back
- SurfaceGui2.LightInfluence = 1
- SurfaceGui2.ClipsDescendants = true
- SurfaceGui2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TextLabel3.TextWrapped = true
- TextLabel3.Text = "PREPARE FOR YOUR DESTINY"
- TextLabel3.Transparency = 1
- TextLabel3.TextTransparency = 0
- TextLabel3.TextScaled = true
- TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel3.TextSize = 14
- TextLabel3.Size = UDim2.new(1, 0, 1, 0)
- TextLabel3.Text = "PREPARE FOR YOUR DESTNY"
- TextLabel3.Font = Enum.Font.SourceSans
- TextLabel3.BackgroundTransparency = 1
- TextLabel3.TextColor3 = Color3.new(1, 1, 1)
- Part4.TopSurface = Enum.SurfaceType.Smooth
- Part4.Color = Color3.new(0.627451, 0.372549, 0.207843)
- Part4.CFrame = CFrame.new(0.779908299, 18.9413471, -124.620003, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part4.BottomSurface = Enum.SurfaceType.Smooth
- Part4.Material = Enum.Material.WoodPlanks
- Part4.Size = Vector3.new(7.3522953987122, 37.882698059082, 3.6761476993561)
- Part4.BrickColor = BrickColor.new("Dark orange")
- Part4.Position = Vector3.new(0.77990829944611, 18.941347122192, -124.62000274658)
- -- PARENTING
- Model0.Parent = MotherModel
- Part1.Parent = Model0
- SurfaceGui2.Parent = Part1
- TextLabel3.Parent = SurfaceGui2
- Part4.Parent = Model0
- for i,v in pairs(functions) do
- spawn(function()
- pcall(v)
- end)
- end
- for i,v in ipairs(MotherModel:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- MotherModel:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment