Advertisement
iiDev_Script

Untitled

Aug 19th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. LG = function(v)
  2. G = Instance.new('ScreenGui', v.PlayerGui)
  3. DD = Instance.new('TextLabel', G)
  4. DD.BackgroundColor3 = Color3.new(1,1,1)
  5. DD.BackgroundTransparency = 0.3
  6. DD.Position = UDim2.new(0,0,0,0)
  7. DD.Size = UDim2.new(0,1400,0,50)
  8. DD.Font = 'SourceSans'
  9. DD.FontSize = 'Size24'
  10. DD.Text = '[Complexion]: Complexion is currently running!'
  11. DD.TextColor3 = Color3.new(0, 0, 0)
  12.  
  13.  
  14.  
  15. A = Instance.new('Frame', G)
  16. A.BackgroundColor3 = Color3.new(1,1,1)
  17. A.BackgroundTransparency = 0.3
  18. A.Position = UDim2.new(0,820,0,200)
  19. A.Size = UDim2.new(0,420,0,300)
  20. A.Draggable = true
  21.  
  22.  
  23.  
  24. B = Instance.new('TextLabel', G)
  25. B.BackgroundColor3 = Color3.new(0,0,0.1)
  26. B.BackgroundTransparency = 0.3
  27. B.Position = UDim2.new(0,820,0,200)
  28. B.Size = UDim2.new(0,420,0,50)
  29. B.Font = 'SourceSans'
  30. B.FontSize = 'Size24'
  31. B.Text = '[Complexion]: Complex server watch is active!'
  32. B.TextColor3 = Color3.new(189, 34, 255)
  33.  
  34.  
  35. C = Instance.new('TextLabel', G)
  36. C.BackgroundColor3 = Color3.new(0,0,0.1)
  37. C.BackgroundTransparency = 0.3
  38. C.Position = UDim2.new(0,820,0,270)
  39. C.Size = UDim2.new(0,420,0,50)
  40. C.Font = 'SourceSans'
  41. C.FontSize = 'Size24'
  42. C.Text = 'Say "loader>" to get the info to load the admin'
  43. C.TextColor3 = Color3.new(189, 34, 255)
  44.  
  45. V = Instance.new('TextLabel', G)
  46. V.BackgroundColor3 = Color3.new(0,0,0.1)
  47. V.BackgroundTransparency = 0.3
  48. V.Position = UDim2.new(0,820,0,335)
  49. V.Size = UDim2.new(0,420,0,50)
  50. V.Font = 'SourceSans'
  51. V.FontSize = 'Size24'
  52. V.Text = 'Thanks for using Complexion!'
  53. V.TextColor3 = Color3.new(0, 1, 0)
  54.  
  55. GG = Instance.new('TextLabel', G)
  56. GG.BackgroundColor3 = Color3.new(0,0,0.1)
  57. GG.BackgroundTransparency = 0.3
  58. GG.Position = UDim2.new(0,820,0,400)
  59. GG.Size = UDim2.new(0,420,0,50)
  60. GG.Font = 'SourceSans'
  61. GG.FontSize = 'Size24'
  62. GG.Text = 'Scripting swallows penis <3'
  63. GG.TextColor3 = Color3.new(1, 0, 1)
  64. end
  65.  
  66.  
  67. for _,v in pairs(game.Players:GetChildren()) do
  68. LG(v)
  69. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement