Advertisement
Lukas17

Untitled

Mar 3rd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. local cryptedmemorys = Instance.new("Model")
  2. local model = Instance.new("Model", cryptedmemorys)
  3. local text = Instance.new("Part")
  4. local surfacegui = Instance.new("SurfaceGui")
  5. local label = Instance.new("TextLabel")
  6. local part = Instance.new("Part")
  7. local part_2 = Instance.new("Part")
  8. local part_3 = Instance.new("Part")
  9. local part_4 = Instance.new("Part")
  10. local part_5 = Instance.new("Part")
  11. local thumbnailcamera = Instance.new("Camera")
  12.  
  13. cryptedmemorys.Name = "CryptedMemorys"
  14. cryptedmemorys.Parent = workspace
  15. text.Anchored = true
  16. text.Size = Vector3.new(9.4, 5.4, 0.2)
  17. text.Color = Color3.new(0.972549, 0.972549, 0.972549)
  18. text.Material = Enum.Material.Marble
  19. text.Orientation = Vector3.new(0, 180, 0)
  20. text.Name = "Text"
  21. text.BrickColor = BrickColor.new("Institutional white")
  22. text.Transparency = 1
  23. text.Parent = model
  24. text.CFrame = CFrame.new(-32.5, 5.9, -29.7) * CFrame.Angles(-3.142, 0, -3.142)
  25. surfacegui.Active = false
  26. surfacegui.Name = "SurfaceGUI"
  27. surfacegui.CanvasSize = Vector2.new(245, 145)
  28. surfacegui.Parent = text
  29. label.TextWrapped = true
  30. label.Name = "Label"
  31. label.BackgroundColor3 = Color3.new(1, 1, 1)
  32. label.BackgroundTransparency = 1
  33. label.TextSize = 38
  34. label.Font = Enum.Font.SourceSansLight
  35. label.Size = UDim2.new(1, 0, 1, 0)
  36. label.Text = "ALL HAIL CRYPTEDMEMORYS"
  37. label.TextColor3 = Color3.new(1, 1, 1)
  38. label.Parent = surfacegui
  39. part.Size = Vector3.new(1.4, 5.8, 2)
  40. part.Orientation = Vector3.new(0, -180, 0)
  41. part.Material = Enum.Material.Marble
  42. part.Color = Color3.new(0.972549, 0.972549, 0.972549)
  43. part.BottomSurface = Enum.SurfaceType.Smooth
  44. part.TopSurface = Enum.SurfaceType.Smooth
  45. part.BrickColor = BrickColor.new("Institutional white")
  46. part.Parent = model
  47. part.CFrame = CFrame.new(-28.5, 6.1, -30.6) * CFrame.Angles(-3.142, 0, -3.142)
  48. part_2.Size = Vector3.new(6.6, 5.8, 2)
  49. part_2.Orientation = Vector3.new(0, -180, 0)
  50. part_2.Material = Enum.Material.Marble
  51. part_2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  52. part_2.BottomSurface = Enum.SurfaceType.Smooth
  53. part_2.TopSurface = Enum.SurfaceType.Smooth
  54. part_2.BrickColor = BrickColor.new("Institutional white")
  55. part_2.Parent = model
  56. part_2.CFrame = CFrame.new(-32.5, 6.1, -30.6) * CFrame.Angles(-3.142, 0, -3.142)
  57. part_3.Size = Vector3.new(1.4, 5.8, 2)
  58. part_3.BrickColor = BrickColor.new("Institutional white")
  59. part_3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  60. part_3.Material = Enum.Material.Marble
  61. part_3.TopSurface = Enum.SurfaceType.Smooth
  62. part_3.BottomSurface = Enum.SurfaceType.Smooth
  63. part_3.Parent = model
  64. part_3.CFrame = CFrame.new(-36.5, 6.1, -30.6) * CFrame.Angles(0, 0, 0)
  65. part_4.Anchored = true
  66. part_4.Size = Vector3.new(9.8, 0.2, 2.8)
  67. part_4.Orientation = Vector3.new(0, 180, 0)
  68. part_4.Material = Enum.Material.Grass
  69. part_4.BottomSurface = Enum.SurfaceType.Smooth
  70. part_4.BrickColor = BrickColor.new("Artichoke")
  71. part_4.TopSurface = Enum.SurfaceType.Smooth
  72. part_4.Color = Color3.new(0.541176, 0.670588, 0.521569)
  73. part_4.Parent = cryptedmemorys
  74. part_4.CFrame = CFrame.new(-32.5, 3.12, -30.6) * CFrame.Angles(-3.142, 0, -3.142)
  75. part_5.Anchored = true
  76. part_5.Size = Vector3.new(10.2, 2.2, 3.2)
  77. part_5.BottomSurface = Enum.SurfaceType.Smooth
  78. part_5.Material = Enum.Material.Brick
  79. part_5.TopSurface = Enum.SurfaceType.Smooth
  80. part_5.Orientation = Vector3.new(0, 180, 0)
  81. part_5.Parent = cryptedmemorys
  82. part_5.CFrame = CFrame.new(-32.5, 2.1, -30.6) * CFrame.Angles(-3.142, 0, -3.142)
  83. thumbnailcamera.FieldOfView = 40
  84. thumbnailcamera.Name = "ThumbnailCamera"
  85. thumbnailcamera.Focus = CFrame.new(-5.279, 6.507, -23.991)
  86. thumbnailcamera.CFrame = CFrame.new(-5.293, 6.809, -25.968) * CFrame.Angles(-2.99, -0.007, -3.141)
  87. thumbnailcamera.Parent = cryptedmemorys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement