Advertisement
pa1nx9

nicotine warning label

Sep 20th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. local Nicotine = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame_2 = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. Nicotine.Name = "Nicotine"
  6. Nicotine.Parent = game.CoreGui
  7. Nicotine.ResetOnSpawn = false
  8. Frame.Parent = Nicotine
  9. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  10. Frame.BorderSizePixel = 0
  11. Frame.Position = UDim2.new(0, 0, 0.856702685, 0)
  12. Frame.Size = UDim2.new(1, 0, 0.142326653, 0)
  13. Frame.ZIndex = -100
  14. Frame_2.Parent = Frame
  15. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  16. Frame_2.Position = UDim2.new(0.010383362, 0, 0.0799996853, 0)
  17. Frame_2.Size = UDim2.new(0.981629491, 0, 0.829999924, 0)
  18. TextLabel.Parent = Frame_2
  19. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. TextLabel.BackgroundTransparency = 1.000
  21. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  22. TextLabel.ZIndex = 8
  23. TextLabel.Font = Enum.Font.Oswald
  24. TextLabel.Text = "Warning:\n This product contains Nicotine. Nicotine is an Addictive Chemical"
  25. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  26. TextLabel.TextScaled = true
  27. TextLabel.TextWrapped = true
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement