Advertisement
Guest User

dd

a guest
Dec 10th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. wait(1)
  2. color = Instance.new("ColorCorrectionEffect", game.ReplicatedStorage)
  3. color.Name = "ColorCorrection2"
  4. za = Instance.new("Sound", game.Workspace)
  5. za.SoundId = "rbxassetid://276146955"
  6. za.Volume = 2
  7. game.Workspace.Sound:Play()
  8. wait(1.5)
  9. game.ReplicatedStorage.ColorCorrection2:Clone().Parent = game.Lighting
  10. for x = 1, 10 do
  11. game.Lighting.ColorCorrection2.Saturation = game.Lighting.ColorCorrection2.Saturation - .5
  12. wait(.001)
  13. end
  14. wait(1)
  15. for x = 1, 10 do
  16. game.Lighting.ColorCorrection2.Saturation = game.Lighting.ColorCorrection2.Saturation + .5
  17. wait(.001)
  18. wait(.01)
  19. local c = game.Players:GetChildren()
  20. for i=1,#c do
  21. if ((c[i].Name) ~= "IcyMocha") then --Change Devarascal9 to your name.
  22. if (c[i].Character ~= nil and c[i].Character.Humanoid ~= nil) then
  23. for i,v in pairs(c[i]:GetChildren()) do
  24. if v.Name == 'Torso' then
  25. v.Anchored = true
  26. end
  27. end
  28. for i,v in pairs(c[i]:GetChildren()) do
  29. if v.Name == 'Head' then
  30. v.Anchored = true
  31. end
  32. end
  33. for i,v in pairs(c[i]:GetChildren()) do
  34. if v.Name == 'Right Arm' then
  35. v.Anchored = true
  36. end
  37. end
  38. for i,v in pairs(c[i]:GetChildren()) do
  39. if v.Name == 'Left Arm' then
  40. v.Anchored = true
  41. end
  42. end
  43. for i,v in pairs(c[i]:GetChildren()) do
  44. if v.Name == 'Left Leg' then
  45. v.Anchored = true
  46. end
  47. end
  48. for i,v in pairs(c[i]:GetChildren()) do
  49. if v.Name == 'Right Leg' then
  50. v.Anchored = true
  51. end
  52. end
  53. for i,v in pairs(c[i]:GetChildren()) do
  54. if v.Name == 'HumanoidRootPart' then
  55. v.Anchored = true
  56. end
  57. end
  58. for i,v in pairs(c[i]:GetChildren()) do
  59. if v.Name == 'LeftFoot' then
  60. v.Anchored = true
  61. end
  62. end
  63. for i,v in pairs(c[i]:GetChildren()) do
  64. if v.Name == 'LeftHand' then
  65. v.Anchored = true
  66. end
  67. end
  68. for i,v in pairs(c[i]:GetChildren()) do
  69. if v.Name == 'LeftLowerArm' then
  70. v.Anchored = true
  71. end
  72. end
  73. for i,v in pairs(c[i]:GetChildren()) do
  74. if v.Name == 'LeftLowerLeg' then
  75. v.Anchored = true
  76. end
  77. end
  78. for i,v in pairs(c[i]:GetChildren()) do
  79. if v.Name == 'LeftUpperArm' then
  80. v.Anchored = true
  81. end
  82. end
  83. for i,v in pairs(c[i]:GetChildren()) do
  84. if v.Name == 'LeftUpperLeg' then
  85. v.Anchored = true
  86. end
  87. end
  88. for i,v in pairs(c[i]:GetChildren()) do
  89. if v.Name == 'LowerTorso' then
  90. v.Anchored = true
  91. end
  92. end
  93. for i,v in pairs(c[i]:GetChildren()) do
  94. if v.Name == 'RightFoot' then
  95. v.Anchored = true
  96. end
  97. end
  98. for i,v in pairs(c[i]:GetChildren()) do
  99. if v.Name == 'RightHand' then
  100. v.Anchored = true
  101. end
  102. end
  103. for i,v in pairs(c[i]:GetChildren()) do
  104. if v.Name == 'RightLowerArm' then
  105. v.Anchored = true
  106. end
  107. end
  108. for i,v in pairs(c[i]:GetChildren()) do
  109. if v.Name == 'RightLowerLeg' then
  110. v.Anchored = true
  111. end
  112. end
  113. for i,v in pairs(c[i]:GetChildren()) do
  114. if v.Name == 'RightUpperArm' then
  115. v.Anchored = true
  116. end
  117. end
  118. for i,v in pairs(c[i]:GetChildren()) do
  119. if v.Name == 'RightUpperLeg' then
  120. v.Anchored = true
  121. end
  122. end
  123. for i,v in pairs(c[i]:GetChildren()) do
  124. if v.Name == 'UpperTorso' then
  125. v.Anchored = true
  126. end
  127. end
  128. end
  129. end
  130. end
  131. end
  132. game.Lighting.ColorCorrection2:remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement