Advertisement
Guest User

COVID-19 ROBLOX Void script builder warning

a guest
Mar 22nd, 2020
1,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ImageLabel = Instance.new("ImageLabel")
  3. local TextLabel = Instance.new("TextLabel")
  4.  
  5. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  6. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  7.  
  8. ImageLabel.Parent = ScreenGui
  9. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  10. ImageLabel.BackgroundTransparency = 1.000
  11. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  12. ImageLabel.Image = "http://www.roblox.com/asset/?id=401595095"
  13.  
  14. TextLabel.Parent = ScreenGui
  15. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  16. TextLabel.BackgroundTransparency = 1.000
  17. TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
  18. TextLabel.BorderSizePixel = 0
  19. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  20. TextLabel.Font = Enum.Font.SourceSans
  21. TextLabel.Text = "WARNING, Covid-19 has successfully been the most powerful virus ever created by man. It has successfully infected the whole earth and cities now. PLEASE STAY INDOORS, This message will be removed in 60 seconds. You may use g/nog (In chat) to also close this GUI / Hazard warning, Please make sure you wash your hands often and use alcohol type hand sanitizers. GermX is a recommended brand. Do not be anywhere near anyone with a dry cough. Use disinfectant whips to clean the daily objects you use every day like \"Phones, Mouses, Keyboards, ETC\". Do not go out of the house or near family members if you are sick. If your city is in lockdown you must NOT go outside, Touch unclean surfaces, ETC, Please stay safe everyone!"
  22. TextLabel.TextColor3 = Color3.fromRGB(255, 32, 255)
  23. TextLabel.TextScaled = true
  24. TextLabel.TextSize = 14.000
  25. TextLabel.TextStrokeTransparency = 0.000
  26. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement