Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.49 KB | None | 0 0
  1. local PC = game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  2. repeat wait() until PC
  3. local CameraBricks = game.Workspace:WaitForChild'CAMERABRICKS':GetChildren()
  4. game.Workspace.CurrentCamera.CameraType = 'Scriptable'
  5.  
  6. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  7. game.StarterGui:SetCore("ResetButtonCallback", false)
  8.     local starterGui = game:GetService('StarterGui')
  9.     starterGui:SetCore("TopbarEnabled", false)
  10. if PlayerGui then
  11.     PlayerGui:WaitForChild("IntroOptions").Frame.Sound:Play()
  12. PlayerGui:SetTopbarTransparency(0)
  13. PlayerGui:WaitForChild("NewMainGui").Frame.Visible = false
  14. game.Workspace.CurrentCamera.CameraType = 'Scriptable'
  15. local PCAM = game.Workspace.CurrentCamera
  16. for i=1,10 do
  17. PC:WaitForChild'Torso'.CFrame = CFrame.new(2658.5, -184.9, -724.9)
  18. wait(.01)
  19. PC:WaitForChild'Torso'.CFrame = CFrame.new(4420.051, -165.371, -1759.231)
  20. end
  21. PCAM.CFrame = CFrame.new(4420.051, -165.371, -1759.231)
  22. PC:WaitForChild'Torso'.CFrame = CFrame.new(4468.001, -351.4, -1818)
  23. local ContentProvider = game:GetService("ContentProvider")
  24.  
  25. local function LoadAssets(AssetList)
  26.  
  27.     for _, AssetId in pairs(AssetList) do
  28.         ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId)
  29.     end
  30. end
  31.  
  32. LoadAssets({
  33. 880199592,
  34. 880199471,
  35. 880792679,
  36. 880793278,
  37. 877683705,
  38. 877680785,
  39. 877680890,
  40. 877680980,
  41. 877681082,
  42. 877682817,
  43. 877683222,
  44. 877683425,
  45. 879188193,
  46. 877683549,
  47. 877684046,
  48. 877682903,
  49. 877681213,
  50. 877683823,
  51. 879133153,
  52. 879133488,
  53. 879133924,
  54. 879133655,
  55. 879134275,
  56. 879134668,
  57. 880199281,
  58. 880198598,
  59. 880212534,
  60. 880193248,
  61. 880193670,
  62. 880186296,
  63. 880184497,
  64. 880185115
  65.     })
  66.  
  67.  
  68.  
  69. local screen = Instance.new("ScreenGui")
  70. screen.Parent = PlayerGui
  71. local Frame = Instance.new("Frame")
  72. Frame.BackgroundTransparency = .4
  73. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  74. Frame.Parent = screen
  75. Frame.Size = UDim2.new(1,0,1,0)
  76.  
  77. local textLabel = Instance.new("TextLabel")
  78. textLabel.Text = "MIAMI 1984"
  79. textLabel.Size = UDim2.new(1,0,1,0)
  80. textLabel.FontSize = Enum.FontSize.Size36
  81. textLabel.Font = "SciFi"
  82. textLabel.TextColor3 = Color3.new(0, 187, 255)
  83. textLabel.BackgroundTransparency = 1
  84. textLabel.TextTransparency = 1
  85. textLabel.Parent = screen
  86.  
  87.  
  88.  
  89. for i=1,100 do
  90.     wait(.005)
  91.     textLabel.TextTransparency = textLabel.TextTransparency - .01
  92. end
  93. wait(1.1)
  94. for i=1,100 do
  95.     wait(.005)
  96.     textLabel.TextTransparency = textLabel.TextTransparency + .01
  97. end
  98. game.ReplicatedStorage.GuiStates:FireServer('EndOfIn')
  99. screen:Destroy()
  100. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement