Advertisement
vibrantsinger423

h

Aug 25th, 2019
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Part0 = Instance.new("Part")
  20. SurfaceGui1 = Instance.new("SurfaceGui")
  21. Frame2 = Instance.new("Frame")
  22. TextBox3 = Instance.new("TextBox")
  23. Part0.Parent = mas
  24. Part0.CFrame = CFrame.new(129, 11.4999876, -414.009979, 0, 0, -0.999999464, 0, 0.999998927, 0, 0.999999464, 0, 0)
  25. Part0.Orientation = Vector3.new(0, -90, 0)
  26. Part0.Position = Vector3.new(129, 11.4999876, -414.009979)
  27. Part0.Rotation = Vector3.new(0, -89.9400024, 0)
  28. Part0.Size = Vector3.new(156, 23, 2)
  29. Part0.BottomSurface = Enum.SurfaceType.Smooth
  30. Part0.TopSurface = Enum.SurfaceType.Smooth
  31. SurfaceGui1.Parent = Part0
  32. SurfaceGui1.LightInfluence = 1
  33. SurfaceGui1.ClipsDescendants = true
  34. SurfaceGui1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  35. Frame2.Parent = SurfaceGui1
  36. Frame2.Size = UDim2.new(0, 800, 0, 800)
  37. Frame2.BackgroundColor = BrickColor.new("Institutional white")
  38. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextBox3.Name = "ginka gonga ginki ki gonga gong gong ginka gonga gong gonga"
  40. TextBox3.Parent = Frame2
  41. TextBox3.Size = UDim2.new(0, 800, 0, 800)
  42. TextBox3.BackgroundColor = BrickColor.new("Institutional white")
  43. TextBox3.BackgroundColor3 = Color3.new(1, 1, 1)
  44. TextBox3.Font = Enum.Font.SourceSans
  45. TextBox3.FontSize = Enum.FontSize.Size14
  46. TextBox3.Text = "ginka gonga ginki ki gonga gong gong ginka gonga gong gonga"
  47. TextBox3.TextColor = BrickColor.new("Really black")
  48. TextBox3.TextColor3 = Color3.new(0, 0, 0)
  49. TextBox3.TextScaled = true
  50. TextBox3.TextSize = 14
  51. TextBox3.TextWrap = true
  52. TextBox3.TextWrapped = true
  53. TextBox3.PlaceholderText = "ginka gonga ginki ki gonga gong gong ginka gonga gong gonga"
  54. for i,v in pairs(mas:GetChildren()) do
  55. v.Parent = workspace
  56. pcall(function() v:MakeJoints() end)
  57. end
  58. mas:Destroy()
  59. for i,v in pairs(cors) do
  60. spawn(function()
  61. pcall(v)
  62. end)
  63. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement