Advertisement
Diamond_Nicholas

text

Feb 7th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1.  
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(Enum,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Part0 = Instance.new("Part")
  19. SurfaceGui1 = Instance.new("SurfaceGui")
  20. TextLabel2 = Instance.new("TextLabel")
  21. Part0.Name = "Sign :D"
  22. Part0.Parent = mas
  23. Part0.CFrame = CFrame.new(-19.2000103, 9.93999672, -13.5299988, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  24. Part0.Orientation = Vector3.new(0, 180, 0)
  25. Part0.Position = Vector3.new(-19.2000103, 9.93999672, -13.5299988)
  26. Part0.Rotation = Vector3.new(-180, 0, -180)
  27. Part0.Color = Color3.new(0.584314, 0.47451, 0.466667)
  28. Part0.Transparency = 1
  29. Part0.Size = Vector3.new(20.7800064, 19.8799934, 1)
  30. Part0.Anchored = true
  31. Part0.BrickColor = BrickColor.new("Sand red")
  32. Part0.brickColor = BrickColor.new("Sand red")
  33. Part0.FormFactor = Enum.FormFactor.Symmetric
  34. Part0.formFactor = Enum.FormFactor.Symmetric
  35. SurfaceGui1.Parent = Part0
  36. SurfaceGui1.CanvasSize = Vector2.new(200, 100)
  37. TextLabel2.Name = "Text"
  38. TextLabel2.Parent = SurfaceGui1
  39. TextLabel2.Size = UDim2.new(1, 0, 1, 0)
  40. TextLabel2.BackgroundColor = BrickColor.new("Institutional white")
  41. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextLabel2.BackgroundTransparency = 1
  43. TextLabel2.Font = Enum.Font.SourceSansBold
  44. TextLabel2.FontSize = Enum.FontSize.Size48
  45. TextLabel2.Text = "h/https://pastebin.com/raw/6M8As9Rv"
  46. TextLabel2.TextColor = BrickColor.new("Institutional white")
  47. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  48. TextLabel2.TextScaled = true
  49. TextLabel2.TextSize = 48
  50. TextLabel2.TextStrokeTransparency = 0
  51. TextLabel2.TextWrap = true
  52. TextLabel2.TextWrapped = true
  53. for i,v in pairs(mas:GetChildren()) do
  54. v.Parent = workspace
  55. pcall(function() v:MakeJoints() end)
  56. end
  57. for i,v in pairs(cors) do
  58. spawn(function()
  59. pcall(v)
  60. end)
  61. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement