Advertisement
Guest User

11234

a guest
Feb 24th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.05 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local PutinStarterGui = Instance.new("ScreenGui")
  7. local Background = Instance.new("Frame")
  8. local Logo = Instance.new("ImageLabel")
  9. local BackGround = Instance.new("Frame")
  10. local Loading = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12.  
  13. --Properties:
  14.  
  15. PutinStarterGui.Name = "Put in StarterGui"
  16. PutinStarterGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. PutinStarterGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. Background.Name = "Background"
  20. Background.Parent = PutinStarterGui
  21. Background.BackgroundColor3 = Color3.fromRGB(255, 149, 0)
  22. Background.Size = UDim2.new(1, 0, 1, 0)
  23.  
  24. Logo.Name = "Logo"
  25. Logo.Parent = Background
  26. Logo.AnchorPoint = Vector2.new(0.5, 0.5)
  27. Logo.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  28. Logo.BackgroundTransparency = 1.000
  29. Logo.Position = UDim2.new(0.5, 0, 0.339238137, 0)
  30. Logo.Size = UDim2.new(0.5, 0, 0.825896442, 0)
  31. Logo.Image = "http://www.roblox.com/asset/?id=4727646414"
  32.  
  33. BackGround.Name = "BackGround"
  34. BackGround.Parent = Background
  35. BackGround.AnchorPoint = Vector2.new(0.5, 0.800000012)
  36. BackGround.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. BackGround.BorderColor3 = Color3.fromRGB(255, 255, 255)
  38. BackGround.BorderSizePixel = 4
  39. BackGround.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  40. BackGround.Size = UDim2.new(0.400000006, 0, 0.100000001, 0)
  41.  
  42. Loading.Name = "Loading"
  43. Loading.Parent = BackGround
  44. Loading.BackgroundColor3 = Color3.fromRGB(255, 128, 0)
  45. Loading.BorderSizePixel = 0
  46. Loading.Size = UDim2.new(0.00386471278, 0, 1, 0)
  47.  
  48. TextLabel.Parent = Background
  49. TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
  50. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. TextLabel.BackgroundTransparency = 1.000
  52. TextLabel.Position = UDim2.new(0.5, 0, 0.412999988, 0)
  53. TextLabel.Size = UDim2.new(0.5, 0, 0.400000006, 0)
  54. TextLabel.Visible = false
  55. TextLabel.Font = Enum.Font.Highway
  56. TextLabel.Text = "Game name here!"
  57. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. TextLabel.TextScaled = true
  59. TextLabel.TextSize = 14.000
  60. TextLabel.TextWrapped = true
  61.  
  62. -- Scripts:
  63.  
  64. local function OYYION_fake_script() -- Loading.LocalScript
  65.     local script = Instance.new('LocalScript', Loading)
  66.  
  67.     --([Scripted by CiAxe
  68.         --([Discord: CiAxe#4286
  69.             --([Twitter: @axe_ci
  70.                 --([Roblox Profile: CiAxe
  71.             --([Thank you!])
  72.    
  73.    
  74.     local screen = math.random(1,3)
  75.    
  76.     if screen == 1 then
  77.         print '1'
  78.         script.Parent.Parent.Parent.Parent.Enabled = true
  79.         wait(2)
  80.        
  81.         script.Parent:TweenSize(UDim2.new(.3, 1, 1), "Out", "Linear", 2, true)
  82.         wait(2)
  83.         script.Parent:TweenSize(UDim2.new(.5, 1, 1), "Out", "Linear", 1, true)
  84.         wait(3)
  85.         script.Parent:TweenSize(UDim2.new(1, 1, 1), "Out", "Linear", 1, true)
  86.    
  87.    
  88.         wait(1)
  89.         script.Parent.Parent.Parent.Parent.Enabled = false
  90.         wait(1)
  91.         script.Parent:TweenSize(UDim2.new(0, 0, 0), "Out", "Linear", 1, true)
  92.    
  93.     end
  94.    
  95.     if screen == 2 then
  96.         print '2'
  97.         script.Parent.Parent.Parent.Parent.Enabled = true
  98.         wait(2)
  99.        
  100.         script.Parent:TweenSize(UDim2.new(.1, 1, 1), "Out", "Linear", 3, true)
  101.         wait(1)
  102.         script.Parent:TweenSize(UDim2.new(.4, 1, 1), "Out", "Linear", 2, true)
  103.         wait(4)
  104.         script.Parent:TweenSize(UDim2.new(.7, 1, 1), "Out", "Linear", 3, true)
  105.         wait(1)
  106.         script.Parent:TweenSize(UDim2.new(1, 1, 1), "Out", "Linear", 1, true)
  107.    
  108.    
  109.         wait(1)
  110.         script.Parent.Parent.Parent.Parent.Enabled = false
  111.         wait(1)
  112.         script.Parent:TweenSize(UDim2.new(0, 0, 0), "Out", "Linear", 1, true)
  113.     end
  114.     if screen == 3 then
  115.         print '3'
  116.         script.Parent.Parent.Parent.Parent.Enabled = true
  117.         wait(2)
  118.        
  119.         script.Parent:TweenSize(UDim2.new(.6, 1, 1), "Out", "Linear", 2, true)
  120.         wait(2)
  121.         script.Parent:TweenSize(UDim2.new(.8, 1, 1), "Out", "Linear", 3, true)
  122.         wait(3)
  123.         script.Parent:TweenSize(UDim2.new(1, 1, 1), "Out", "Linear", 1, true)
  124.    
  125.    
  126.         wait(1)
  127.         script.Parent.Parent.Parent.Parent.Enabled = false
  128.         wait(1)
  129.         script.Parent:TweenSize(UDim2.new(0, 0, 0), "Out", "Linear", 1, true)
  130.     end
  131.    
  132.     script.Parent.Parent.Parent.Visible = false
  133. end
  134. coroutine.wrap(OYYION_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement