Advertisement
Nutgear

Giygas script

Jun 25th, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.61 KB | None | 0 0
  1. Giyig = Instance.new("Sky")
  2. Sound = Instance.new("Sound",workspace)
  3. m = Instance.new("Message",workspace)
  4.  
  5. game.Lighting.TimeOfDay = "5:00:00"
  6. game.Lighting.GlobalShadows = false
  7.  
  8. Sound.SoundId = "rbxassetid://417886890"
  9. Sound.Volume = 10
  10. Sound.Playing = true
  11. Sound.Looped = true
  12. Sound.PlaybackSpeed = 1
  13.  
  14. Giyig.Parent = game.Lighting
  15. Giyig.CelestialBodiesShown = false
  16. Giyig.SkyboxBk =  "rbxassetid://29323079"
  17. Giyig.SkyboxDn = "rbxassetid://29323079"
  18. Giyig.SkyboxFt =  "http://www.roblox.com/asset/?id=480633900"
  19. Giyig.SkyboxLf =  "rbxassetid://29323079"
  20. Giyig.SkyboxRt =  "rbxassetid://29323079"
  21. Giyig.SkyboxUp = "rbxassetid://29323079"
  22. Giyig.StarCount = 0
  23.  
  24. --wait (120)
  25. --Sound:Destroy()
  26. --http://www.roblox.com/asset/?id=41413062
  27.  
  28. --Giyig.Parent = game.Lighting
  29. --Giyig.CelestialBodiesShown = false
  30. --Giyig.SkyboxBk =  "http://www.roblox.com/asset/?id=41413062"
  31. --Giyig.SkyboxDn = "http://www.roblox.com/asset/?id=41413062"
  32. --Giyig.SkyboxFt =  "http://www.roblox.com/asset/?id=41413062"
  33. --Giyig.SkyboxLf =  "http://www.roblox.com/asset/?id=41413062"
  34. --Giyig.SkyboxRt =  "http://www.roblox.com/asset/?id=41413062"
  35. --Giyig.SkyboxUp = "http://www.roblox.com/asset/?id=41413062"
  36. --Giyig.StarCount = 0
  37. --game.Lighting.TimeOfDay = "15:00:00"
  38. --game.Lighting.GlobalShadows = true
  39.  
  40. --wait (5)
  41. --Giyig:Destroy()
  42.  
  43. while true do
  44.     wait (2.5) 
  45.    m.Text = "You cannot grasp from the true form of Giygas' attack!"
  46.   wait (0.5)
  47.    m.Text = ""
  48.   for i,v in pairs (game.Players:GetPlayers()) do
  49.    
  50.     if v and v.Character then
  51.         v.Character.Humanoid.Health = v.Character.Humanoid.Health - 1235
  52.     end
  53.     end
  54.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement