Advertisement
Death_Glow

idkwhatijustmade

Mar 28th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. local Player = game.Workspace.Death_Glow
  2. local TextureId = 157475905
  3. local SoundId = 426412246
  4. --------------------------------
  5. local m = Instance.new("Hint", game.Workspace)
  6. Player.Humanoid.Sit = true
  7. Player.Humanoid.WalkSpeed = 150
  8. Player.Humanoid.JumpPower = 200
  9. Player.Humanoid.MaxHealth = 500000
  10. wait(0.1)
  11. Player.Humanoid.Health = 500000
  12. --
  13. local sky = Instance.new("Sky", game.Lighting) --
  14. sky.CelestialBodiesShown = false --
  15. local texture = ("http://www.roblox.com/asset/?id="..TextureId) --
  16. sky.SkyboxBk = texture
  17. sky.SkyboxDn = texture --
  18. sky.SkyboxFt = texture --
  19. sky.SkyboxLf = texture --
  20. sky.SkyboxRt = texture --
  21. sky.SkyboxUp = texture
  22. --
  23. --
  24. local s = Instance.new("Sound", game.Workspace) --
  25. s.Looped = true --
  26. s.SoundId = ("http://www.roblox.com/asset/?id="..SoundId) --
  27. s:Play() --
  28. s.Volume = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement