Advertisement
ERROR_CODE

Graphic

Jan 7th, 2024 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.40 KB | None | 0 0
  1. local Bloom = Instance.new("BloomEffect")
  2. Bloom.Intensity = 0.1
  3. Bloom.Threshold = 0
  4. Bloom.Size = 100
  5.  
  6. Bloom.Parent = game:GetService("Lighting")
  7.  
  8. local Bloom = Instance.new("BloomEffect")
  9. Bloom.Enabled = false
  10. Bloom.Intensity = 0.35
  11. Bloom.Threshold = 0.2
  12. Bloom.Size = 56
  13.  
  14. Bloom.Parent = game:GetService("Lighting")
  15. local Blur = Instance.new("BlurEffect")
  16. Blur.Size = 1
  17.  
  18. Blur.Parent = game:GetService("Lighting")
  19. local Efecto = Instance.new("BlurEffect")
  20. Efecto.Name = "Efecto"
  21. Efecto.Enabled = false
  22. Efecto.Size = 1
  23.  
  24. Efecto.Parent = game:GetService("Lighting")
  25. local Inaritaisha = Instance.new("ColorCorrectionEffect")
  26. Inaritaisha.Name = "Inari taisha"
  27. Inaritaisha.Saturation = 0.05
  28. Inaritaisha.TintColor = Color3.fromRGB(255, 224, 219)
  29.  
  30. Inaritaisha.Parent = game:GetService("Lighting")
  31. local Normal = Instance.new("ColorCorrectionEffect")
  32. Normal.Name = "Normal"
  33. Normal.Enabled = false
  34. Normal.Saturation = -0.2
  35. Normal.TintColor = Color3.fromRGB(255, 232, 215)
  36.  
  37. Normal.Parent = game:GetService("Lighting")
  38. local SunRays = Instance.new("SunRaysEffect")
  39. SunRays.Intensity = 0.05
  40.  
  41.  
  42. local Takayama = Instance.new("ColorCorrectionEffect")
  43. Takayama.Name = "Takayama"
  44. Takayama.Enabled = true
  45. Takayama.Saturation = -0.3
  46. Takayama.Contrast = 0.1
  47. Takayama.TintColor = Color3.fromRGB(235, 214, 204)
  48.  
  49. Takayama.Parent = game:GetService("Lighting")
  50. local L = game:GetService("Lighting")
  51. L.Brightness = 2.14
  52.  
  53. L.ColorShift_Bottom = Color3.fromRGB(11, 0, 20)
  54. L.ColorShift_Top = Color3.fromRGB(240, 127, 14)
  55. L.OutdoorAmbient = Color3.fromRGB(34, 0, 49)
  56. L.ClockTime = 6.7
  57. L.FogColor = Color3.fromRGB(94, 76, 106)
  58. L.FogEnd = 1000
  59. L.FogStart = 0
  60. L.ExposureCompensation = 0.24
  61. L.ShadowSoftness = 0
  62. L.Ambient = Color3.fromRGB(59, 33, 27)
  63.  
  64. local Bloom = Instance.new("BloomEffect")
  65. Bloom.Intensity = 0.1
  66. Bloom.Threshold = 0
  67. Bloom.Size = 100
  68.  
  69.  
  70. Bloom.Parent = game:GetService("Lighting")
  71.  
  72. local Bloom = Instance.new("BloomEffect")
  73. Bloom.Enabled = false
  74. Bloom.Intensity = 0.35
  75. Bloom.Threshold = 0.2
  76. Bloom.Size = 56
  77.  
  78. Bloom.Parent = game:GetService("Lighting")
  79. local Blur = Instance.new("BlurEffect")
  80. Blur.Size = 1
  81.  
  82. Blur.Parent = game:GetService("Lighting")
  83. local Efecto = Instance.new("BlurEffect")
  84. Efecto.Name = "Efecto"
  85. Efecto.Enabled = false
  86. Efecto.Size = 2
  87.  
  88. Efecto.Parent = game:GetService("Lighting")
  89. local Inaritaisha = Instance.new("ColorCorrectionEffect")
  90. Inaritaisha.Name = "Inari taisha"
  91. Inaritaisha.Saturation = 0.05
  92. Inaritaisha.TintColor = Color3.fromRGB(255, 224, 219)
  93.  
  94. Inaritaisha.Parent = game:GetService("Lighting")
  95. local Normal = Instance.new("ColorCorrectionEffect")
  96. Normal.Name = "Normal"
  97. Normal.Enabled = false
  98. Normal.Saturation = -0.2
  99. Normal.TintColor = Color3.fromRGB(255, 232, 215)
  100.  
  101. Normal.Parent = game:GetService("Lighting")
  102.  
  103.  
  104. local Takayama = Instance.new("ColorCorrectionEffect")
  105. Takayama.Name = "Takayama"
  106. Takayama.Enabled = false
  107. Takayama.Saturation = -0.3
  108. Takayama.Contrast = 0.1
  109. Takayama.TintColor = Color3.fromRGB(235, 214, 204)
  110.  
  111. Takayama.Parent = game:GetService("Lighting")
  112. local L = game:GetService("Lighting")
  113. L.Brightness = 2.14
  114. L.ColorShift_Bottom = Color3.fromRGB(11, 0, 20)
  115. L.ColorShift_Top = Color3.fromRGB(240, 127, 14)
  116. L.OutdoorAmbient = Color3.fromRGB(34, 0, 49)
  117. L.ClockTime = 6.7
  118. L.FogColor = Color3.fromRGB(94, 76, 106)
  119. L.FogEnd = 1000
  120. L.FogStart = 0
  121. L.ExposureCompensation = 0.24
  122. L.ShadowSoftness = 0
  123. L.Ambient = Color3.fromRGB(59, 33, 27)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement