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")
- SurfaceGui1 = Instance.new("SurfaceGui")
- Frame2 = Instance.new("Frame")
- TextBox3 = Instance.new("TextBox")
- Part0.Parent = mas
- Part0.CFrame = CFrame.new(129, 11.4999876, -414.009979, 0, 0, -0.999999464, 0, 0.999998927, 0, 0.999999464, 0, 0)
- Part0.Orientation = Vector3.new(0, -90, 0)
- Part0.Position = Vector3.new(129, 11.4999876, -414.009979)
- Part0.Rotation = Vector3.new(0, -89.9400024, 0)
- Part0.Size = Vector3.new(156, 23, 2)
- Part0.BottomSurface = Enum.SurfaceType.Smooth
- Part0.TopSurface = Enum.SurfaceType.Smooth
- SurfaceGui1.Parent = Part0
- SurfaceGui1.LightInfluence = 1
- SurfaceGui1.ClipsDescendants = true
- SurfaceGui1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame2.Parent = SurfaceGui1
- Frame2.Size = UDim2.new(0, 800, 0, 800)
- Frame2.BackgroundColor = BrickColor.new("Institutional white")
- Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox3.Name = "ginka gonga ginki ki gonga gong gong ginka gonga gong gonga"
- TextBox3.Parent = Frame2
- TextBox3.Size = UDim2.new(0, 800, 0, 800)
- TextBox3.BackgroundColor = BrickColor.new("Institutional white")
- TextBox3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox3.Font = Enum.Font.SourceSans
- TextBox3.FontSize = Enum.FontSize.Size14
- TextBox3.Text = "ginka gonga ginki ki gonga gong gong ginka gonga gong gonga"
- TextBox3.TextColor = BrickColor.new("Really black")
- TextBox3.TextColor3 = Color3.new(0, 0, 0)
- TextBox3.TextScaled = true
- TextBox3.TextSize = 14
- TextBox3.TextWrap = true
- TextBox3.TextWrapped = true
- TextBox3.PlaceholderText = "ginka gonga ginki ki gonga gong gong ginka gonga gong gonga"
- 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