SHOW:
|
|
- or go back to the newest paste.
| 1 | wait(1) | |
| 2 | - | lp = game.Players.LocalPlayer |
| 2 | + | lp = owner |
| 3 | if lp == nil then | |
| 4 | error("Run this script as a local ;)))")
| |
| 5 | end | |
| 6 | char = lp.Character | |
| 7 | char.Head.CFrame = CFrame.new(char.Head.CFrame.X, char.Head.CFrame.Y + 5, char.Head.CFrame.Z) | |
| 8 | char.Head.Anchored = true | |
| 9 | hum = char:FindFirstChildOfClass("Humanoid")
| |
| 10 | hum.MaxHealth = 999999999999999999999999999999999999999999999999999999999999999999999 | |
| 11 | hum.Health = 1 | |
| 12 | rope = Instance.new("Part",workspace)
| |
| 13 | rope.Anchored = true | |
| 14 | - | rope.Position = char.Head.Position -- yes i know i'd use cframe but it would be positioned incorrectly as I want the rope ON the head not IN the head |
| 14 | + | rope.Position = char.Head.Position |
| 15 | rope.BrickColor = BrickColor.new("Dirt brown")
| |
| 16 | rope.Size = Vector3.new(0.25,10,0.25) | |
| 17 | ceiling = Instance.new("Part",workspace)
| |
| 18 | ceiling.BrickColor = BrickColor.Random() | |
| 19 | ceiling.Position = rope.Position | |
| 20 | ceiling.Anchored = true | |
| 21 | ceiling.Size = Vector3.new(10,1,10) | |
| 22 | sound = Instance.new("Sound",char.Head)
| |
| 23 | sound.SoundId = "rbxassetid://1278116217" | |
| 24 | sound:Play() | |
| 25 | repeat | |
| 26 | wait(0.01) | |
| 27 | until sound.IsLoaded == true | |
| 28 | wait(6) | |
| 29 | sky = Instance.new("Sky",game:GetService("Lighting"))
| |
| 30 | sky.SkyboxBk = "http://www.roblox.com/asset/?id=1276468232" | |
| 31 | sky.SkyboxDn = "http://www.roblox.com/asset/?id=1276468232" | |
| 32 | sky.SkyboxFt = "http://www.roblox.com/asset/?id=1276468232" | |
| 33 | sky.SkyboxLf = "http://www.roblox.com/asset/?id=1276468232" | |
| 34 | sky.SkyboxRt = "http://www.roblox.com/asset/?id=1276468232" | |
| 35 | sky.SkyboxUp = "http://www.roblox.com/asset/?id=1276468232" | |
| 36 | wait(0.2) | |
| 37 | sky.SkyboxBk = "rbxasset://textures/sky/sky512_ft.tex" | |
| 38 | sky.SkyboxFt = "rbxasset://textures/sky/sky512_rt.tex" | |
| 39 | sky.SkyboxRt = "rbxasset://textures/sky/sky512_ft.tex" | |
| 40 | sky.SkyboxLf = "rbxasset://textures/sky/sky512_bk.tex" | |
| 41 | wait(0.2) | |
| 42 | wait(1) | |
| 43 | sky.SkyboxBk = "rbxassetid://1407325520" | |
| 44 | sky.SkyboxDn = "rbxassetid://1407325520" | |
| 45 | sky.SkyboxFt = "rbxassetid://1407325520" | |
| 46 | sky.SkyboxLf = "rbxassetid://1407325520" | |
| 47 | sky.SkyboxRt = "rbxassetid://1407325520" | |
| 48 | sky.SkyboxUp = "rbxassetid://1407325520" | |
| 49 | while true do | |
| 50 | wait(0.01) | |
| 51 | hum.Health = 1 | |
| 52 | end |