Advertisement
Guest User

cool

a guest
Dec 6th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. local browserwindow = game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("RobloxOS"):FindFirstChild("Desktop"):FindFirstChild("InternetExplorer"):FindFirstChild("Web")
  2. local t1 = Instance.new("TextLabel")
  3. t1.Parent = browserwindow
  4. t1.Text = "This is a test - 7GrandDad"
  5. t1.Size = UDim2.new(1, 0, 0.1, 0)
  6. t1.TextScaled = true
  7. t1.Font = Enum.Font.SourceSansItalic
  8. t1.BackgroundTransparency = 1
  9. t1.BorderSizePixel = 0
  10. t1.TextColor3 = Color3.fromRGB(0,0,0)
  11. local t2 = Instance.new("TextLabel")
  12. t2.Parent = browserwindow
  13. t2.Text = "Wow! Very Epic! - 7GrandDad"
  14. t2.Size = UDim2.new(1, 0, 0.1, 0)
  15. t2.Position = UDim2.new(0, 0, 0.1, 0)
  16. t2.TextScaled = true
  17. t2.Font = Enum.Font.SourceSansItalic
  18. t2.BackgroundTransparency = 1
  19. t2.BorderSizePixel = 0
  20. t2.TextColor3 = Color3.fromRGB(0,0,0)
  21. local t3 = Instance.new("TextLabel")
  22. t3.Parent = browserwindow
  23. t3.Text = "Internet Explorer 1.0! - 7GrandDad"
  24. t3.Size = UDim2.new(1, 0, 0.1, 0)
  25. t3.Position = UDim2.new(0, 0, 0.2, 0)
  26. t3.TextScaled = true
  27. t3.Font = Enum.Font.SourceSansItalic
  28. t3.BackgroundTransparency = 1
  29. t3.BorderSizePixel = 0
  30. t3.TextColor3 = Color3.fromRGB(0,0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement