Advertisement
Scriptorz5

Loss

Jun 8th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. l = {1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1001,1001,1001,1001,1001,1001,1001,1003,1001,1001,1003,1003,1001,1001,1003,1003,1003,1001,1001,1003,1003,1001,1001,1001,1001,1001,1001,1001,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003,1003}
  2. local w = 21
  3. local o = {0, 0}
  4. a = Instance.new('ScreenGui', game.Workspace)
  5. for i = 1, #l, 1 do
  6. f = Instance.new('Frame', a)
  7. f.BorderSizePixel = 0
  8. f.BackgroundColor3 = BrickColor.new(l[i]).Color
  9. f.Size = UDim2.new(0, 1, 0, 1)
  10. f.Position = UDim2.new(0, o[1], 0, o[2])
  11. o[1] = o[1] + 1
  12. if o[1]%w == 0 then
  13. o[1] = o[1] - w
  14. o[2] = o[2] + 1
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement