Advertisement
Josemmoya

dsdsdssd

Jul 14th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Model0 = Instance.new("Model")
  20. SunRaysEffect1 = Instance.new("SunRaysEffect")
  21. BlurEffect2 = Instance.new("BlurEffect")
  22. ColorCorrectionEffect3 = Instance.new("ColorCorrectionEffect")
  23. BloomEffect4 = Instance.new("BloomEffect")
  24. Model0.Parent = mas
  25. SunRaysEffect1.Name = "GFX"
  26. SunRaysEffect1.Parent = Model0
  27. SunRaysEffect1.Intensity = 1
  28. SunRaysEffect1.Spread = 0.097999997437
  29. BlurEffect2.Name = "GFX"
  30. BlurEffect2.Parent = Model0
  31. BlurEffect2.Size = 8
  32. ColorCorrectionEffect3.Name = "GFX"
  33. ColorCorrectionEffect3.Parent = Model0
  34. ColorCorrectionEffect3.Brightness = 0.10000000149012
  35. ColorCorrectionEffect3.Contrast = 0.69999998807907
  36. ColorCorrectionEffect3.Saturation = 1
  37. BloomEffect4.Name = "GFX"
  38. BloomEffect4.Parent = Model0
  39. BloomEffect4.Intensity = 0.55000001192093
  40. BloomEffect4.Threshold = 0.86699998378754
  41. for i,v in pairs(mas:GetChildren()) do
  42. v.Parent = game:GetService("Lighting")
  43. pcall(function() v:MakeJoints() end)
  44. end
  45. mas:Destroy()
  46. for i,v in pairs(cors) do
  47. spawn(function()
  48. pcall(v)
  49. end)
  50. end
  51. BloomEffect4.Parent = game:GetService("Lighting")
  52. SunRaysEffect1.Parent = game:GetService("Lighting")
  53. BlurEffect2.Parent = game:GetService("Lighting")
  54. ColorCorrectionEffect3.Parent = game:GetService("Lighting")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement