Advertisement
JkleoMDS

lookatmyface virus

Jan 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. ----------You can get this gui on roblox
  2. ---------Made by Jkleomds
  3.  
  4.  
  5. -- Objects
  6.  
  7. local lookatmyfacevirus = Instance.new("ScreenGui")
  8. local virus = Instance.new("Frame")
  9. local VirusGuy = Instance.new("ImageLabel")
  10. local VirusText = Instance.new("TextLabel")
  11.  
  12. -- Properties
  13.  
  14. lookatmyfacevirus.Name = "lookatmyface virus"
  15. lookatmyfacevirus.Parent = game.TargetNameHere.CoreGui
  16.  
  17. virus.Name = "*virus*"
  18. virus.Parent = lookatmyfacevirus
  19. virus.BackgroundColor3 = Color3.new(1, 1, 1)
  20. virus.Position = UDim2.new(0.182789162, 0, 0.264652014, 0)
  21. virus.Size = UDim2.new(0, 399, 0, 279)
  22.  
  23. VirusGuy.Name = "Virus Guy"
  24. VirusGuy.Parent = virus
  25. VirusGuy.BackgroundColor3 = Color3.new(1, 1, 1)
  26. VirusGuy.Position = UDim2.new(0.0250626579, 0, 0.383512557, 0)
  27. VirusGuy.Size = UDim2.new(0, 364, 0, 158)
  28. VirusGuy.Image = "rbxassetid://20209089"
  29.  
  30. VirusText.Name = "VirusText"
  31. VirusText.Parent = virus
  32. VirusText.BackgroundColor3 = Color3.new(1, 1, 1)
  33. VirusText.Size = UDim2.new(0, 399, 0, 83)
  34. VirusText.Font = Enum.Font.SourceSans
  35. VirusText.FontSize = Enum.FontSize.Size14
  36. VirusText.Text = "lookatmyface!"
  37. VirusText.TextColor3 = Color3.new(1, 0.666667, 1)
  38. VirusText.TextScaled = true
  39. VirusText.TextSize = 14
  40. VirusText.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement