Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Workspace.Death_Glow
- local TextureId = 157475905
- local SoundId = 426412246
- --------------------------------
- local m = Instance.new("Hint", game.Workspace)
- Player.Humanoid.Sit = true
- Player.Humanoid.WalkSpeed = 150
- Player.Humanoid.JumpPower = 200
- Player.Humanoid.MaxHealth = 500000
- wait(0.1)
- Player.Humanoid.Health = 500000
- --
- local sky = Instance.new("Sky", game.Lighting) --
- sky.CelestialBodiesShown = false --
- local texture = ("http://www.roblox.com/asset/?id="..TextureId) --
- sky.SkyboxBk = texture
- sky.SkyboxDn = texture --
- sky.SkyboxFt = texture --
- sky.SkyboxLf = texture --
- sky.SkyboxRt = texture --
- sky.SkyboxUp = texture
- --
- --
- local s = Instance.new("Sound", game.Workspace) --
- s.Looped = true --
- s.SoundId = ("http://www.roblox.com/asset/?id="..SoundId) --
- s:Play() --
- s.Volume = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement