SHOW:
|
|
- or go back to the newest paste.
| 1 | plr = game.Players.LocalPlayer | |
| 2 | char = plr.Character | |
| 3 | skin = BrickColor.new("Pastel brown")
| |
| 4 | ||
| 5 | wait(0.5) | |
| 6 | for i,v in pairs(char:GetChildren()) do | |
| 7 | if v.ClassName == "Shirt" or v.ClassName == "Pants" then | |
| 8 | v:Destroy() | |
| 9 | end | |
| 10 | end | |
| 11 | local shirt = Instance.new("Shirt",char)
| |
| 12 | shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=115893651" | |
| 13 | local pants = Instance.new("Pants",char)
| |
| 14 | pants.PantsTemplate = "http://www.roblox.com/asset/?id=115893704" | |
| 15 | local bdy = char["Body Colors"] | |
| 16 | bdy.HeadColor = skin | |
| 17 | bdy.LeftArmColor = skin | |
| 18 | bdy.LeftLegColor = skin | |
| 19 | bdy.RightArmColor = skin | |
| 20 | bdy.RightLegColor = skin | |
| 21 | bdy.TorsoColor = skin | |
| 22 | wait(1) | |
| 23 | local gunshot = Instance.new("Sound",char.Torso)
| |
| 24 | gunshot.Name = "BANG" | |
| 25 | gunshot.SoundId = "rbxassetid://213603013" | |
| 26 | gunshot.Volume = 2 | |
| 27 | gunshot:Play() | |
| 28 | char.Humanoid.WalkSpeed = 0 | |
| 29 | char.Humanoid.JumpPower = 0 | |
| 30 | char.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0) | |
| 31 | char.Torso["Left Shoulder"].C1 = CFrame.new(0,0,0) | |
| 32 | char.Torso["Left Hip"].C1 = CFrame.new(0,0,0) | |
| 33 | char.Torso["Right Hip"].C1 = CFrame.new(0,0,0) | |
| 34 | char.HumanoidRootPart.RootJoint.C1 = CFrame.new(0,0,0) | |
| 35 | rlegweld = char.Torso["Right Hip"] | |
| 36 | llegweld = char.Torso["Left Hip"] | |
| 37 | rhandweld = char.Torso["Right Shoulder"] | |
| 38 | lhandweld = char.Torso["Left Shoulder"] | |
| 39 | humanoidrootpart = char.HumanoidRootPart.RootJoint | |
| 40 | for i = 0,1 , 0.03 do | |
| 41 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i) | |
| 42 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i) | |
| 43 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i) | |
| 44 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.80910063, 0.148392916, 0, 0.586558223, 0.80990839, -5.84135723e-26, -0.809910417, 0.586559713, -6.21380681e-26, -1.6509281e-26, 8.28998148e-26, 1.0000025),i) | |
| 45 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.71110725, -1.9999876, 1, -1.89579053e-26, -7.87598728e-27, 7.01770661e-27, 6.76514401e-06, 1.0000025, -1.93673287e-26, -1.00000238, 6.85455143e-06),i) | |
| 46 | game:GetService("RunService").RenderStepped:wait()
| |
| 47 | end | |
| 48 | wait(2) | |
| 49 | char.Torso.Neck.C1 = CFrame.new(0,0,0) | |
| 50 | local scream = Instance.new("Sound",char)
| |
| 51 | scream.SoundId = "rbxassetid://566988981" | |
| 52 | scream.Volume = 4 | |
| 53 | scream:Play() | |
| 54 | char.Head.face.Texture = "http://www.roblox.com/asset/?id=152630087" | |
| 55 | for i = 0,1 ,0.03 do | |
| 56 | char.Torso.Neck.C0 = char.Torso.Neck.C0:lerp(CFrame.new(1.1920929e-07, 1.01759481, 0.499690324, 1, 2.27373675e-13, -3.63797881e-12, 7.27595761e-12, 0.0351885781, -0.999380767, 7.81597009e-14, 0.999380767, 0.0351885781),i) | |
| 57 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.43054783, 2.02057076, -4.70876694e-06, -0.998074114, -0.0620345771, -4.98416557e-06, 0.0620345846, -0.998074114, 2.182147e-06, -5.10993777e-06, 1.86875695e-06, 1.00000012),i) | |
| 58 | game:GetService("RunService").RenderStepped:wait()
| |
| 59 | end | |
| 60 | wait(2) | |
| 61 | for i = 0,1 ,0.03 do | |
| 62 | char.Torso.Neck.C0 = char.Torso.Neck.C0:lerp(CFrame.new(0, 1.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),i) | |
| 63 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i) | |
| 64 | game:GetService("RunService").RenderStepped:wait()
| |
| 65 | end | |
| 66 | wait(4) | |
| 67 | renders = game:GetService("RunService").RenderStepped
| |
| 68 | for i = 0,1 , 0.03 do | |
| 69 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i) | |
| 70 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i) | |
| 71 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i) | |
| 72 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i) | |
| 73 | char.Torso.Neck.C0 = char.Torso.Neck.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i) | |
| 74 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i) | |
| 75 | renders:wait() | |
| 76 | end | |
| 77 | local nametag = Instance.new("BillboardGui",char)
| |
| 78 | nametag.StudsOffset = Vector3.new(0,2,0) | |
| 79 | nametag.Adornee = char.Head | |
| 80 | nametag.Size = UDim2.new(0,200,0,50) | |
| 81 | ||
| 82 | local text = Instance.new("TextLabel",nametag)
| |
| 83 | text.Size = UDim2.new(0,200,0,50) | |
| 84 | text.BackgroundTransparency = 1 | |
| 85 | text.Text = "The Ghost" | |
| 86 | text.TextColor3 = Color3.new(180/255,0,0) | |
| 87 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
| 88 | text.Font = Enum.Font.Fantasy | |
| 89 | text.TextScaled = true | |
| 90 | text.TextStrokeTransparency = 0 | |
| 91 | coroutine.wrap(function() | |
| 92 | while wait() do | |
| 93 | wait(3) | |
| 94 | text.Text = "GIVE UP" | |
| 95 | wait() | |
| 96 | text.Text = "The Ghost"; | |
| 97 | wait(2) | |
| 98 | local str = "" | |
| 99 | for i = 1, math.random(3,25) do | |
| 100 | str = str..string.char(math.random(65,122)) | |
| 101 | end | |
| 102 | text.Text = str | |
| 103 | wait() | |
| 104 | str = "" | |
| 105 | for i = 1, math.random(12,25) do | |
| 106 | str = str..string.char(math.random(48,122)) | |
| 107 | end | |
| 108 | wait() | |
| 109 | text.Text = str | |
| 110 | wait() | |
| 111 | text.Text = "The Ghost"; | |
| 112 | wait(1) | |
| 113 | text.Text = "BE GONE THOT" | |
| 114 | wait() | |
| 115 | text.Text = "Burn in hell." | |
| 116 | wait() | |
| 117 | text.Text = "The Ghost"; | |
| 118 | wait(2) | |
| 119 | text.Text = "You made me do this."; | |
| 120 | wait() | |
| 121 | text.Text = "edgy"; | |
| 122 | wait() | |
| 123 | for i = 1, math.random(12,25) do | |
| 124 | str = str..string.char(math.random(48,57)) | |
| 125 | end | |
| 126 | text.Text = str | |
| 127 | wait() | |
| 128 | text.Text = "The Ghost"; | |
| 129 | wait(2) | |
| 130 | end | |
| 131 | end)() | |
| 132 | - | char.Humanoid.WalkSpeed = 16 |
| 132 | + | char.Humanoid.WalkSpeed = 50 |
| 133 | char.Humanoid.JumpPower = 50 | |
| 134 | local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone() | |
| 135 | local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
| |
| 136 | rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 137 | rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
| 138 | rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) | |
| 139 | local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone() | |
| 140 | local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
| |
| 141 | lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 142 | lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
| 143 | lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) | |
| 144 | local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone() | |
| 145 | game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove() | |
| 146 | local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
| |
| 147 | llegweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 148 | llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"] | |
| 149 | llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0) | |
| 150 | local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone() | |
| 151 | game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove() | |
| 152 | local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
| |
| 153 | rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 154 | rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"] | |
| 155 | rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0) | |
| 156 | local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone() | |
| 157 | game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove() | |
| 158 | local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
| |
| 159 | humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart | |
| 160 | humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso | |
| 161 | local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone() | |
| 162 | local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
| |
| 163 | headweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
| 164 | headweld.Part1 = game.Players.LocalPlayer.Character.Head | |
| 165 | headweld.C0 = CFrame.new(0, 1.5, 0, 0.805139124, -0.593086064, 0, 0.593086064, 0.805139124, 0, 0, 0, 1) | |
| 166 | model = Instance.new("Model",char)
| |
| 167 | char.Humanoid.Name = "nil" | |
| 168 | for i,v in pairs(char:GetChildren()) do | |
| 169 | if v.ClassName == "Accessory" then | |
| 170 | v:Remove() | |
| 171 | end | |
| 172 | end | |
| 173 | for i,v in pairs(char:GetChildren()) do | |
| 174 | if v.ClassName == "Part" then | |
| 175 | v.Transparency = 1 | |
| 176 | end | |
| 177 | end | |
| 178 | local music = Instance.new("Sound",char)
| |
| 179 | music.SoundId = "rbxassetid://254933693" | |
| 180 | music.Volume = 4 | |
| 181 | music.Looped = true | |
| 182 | music:Play() | |
| 183 | local hitbox = Instance.new("Part",char.Torso)
| |
| 184 | hitbox.Size = char.Torso.Size | |
| 185 | hitbox.Transparency = 1 | |
| 186 | hitbox.CanCollide = false | |
| 187 | local hweld = Instance.new("Weld",hitbox)
| |
| 188 | hweld.Part0 = hitbox | |
| 189 | hweld.Part1 = char.Torso | |
| 190 | hweld.C0 = CFrame.new(0, 0, 1.02879095, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 191 | local slap = Instance.new("Sound",char)
| |
| 192 | slap.SoundId = "rbxassetid://261566877" | |
| 193 | slap.Name = "damage" | |
| 194 | slap.Volume = 4 | |
| 195 | hitbox.Touched:connect(function(part) | |
| 196 | local hum = part.Parent:FindFirstChildOfClass("Humanoid")
| |
| 197 | if hum then | |
| 198 | slap:Play() | |
| 199 | hum.Sit = true | |
| 200 | hum.JumpPower = 0 | |
| 201 | wait(3) | |
| 202 | for i,v in pairs(hum.Parent:GetChildren()) do | |
| 203 | if v.ClassName == "Part" or v.ClassName == "MeshPart" then | |
| 204 | local cp = Instance.new("BodyPosition",v)
| |
| 205 | cp.Position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) | |
| 206 | v.BrickColor = BrickColor.new("Really black")
| |
| 207 | game:GetService("Debris"):AddItem(hum.Parent,2)
| |
| 208 | end | |
| 209 | end | |
| 210 | hum.Health = 0 | |
| 211 | hum.Name = "w h y ?" | |
| 212 | end | |
| 213 | end) | |
| 214 | char.Parent = game.Workspace.CurrentCamera | |
| 215 | model.Parent = game.Workspace | |
| 216 | model.Name = "GhostTrail" | |
| 217 | char.Head.face:Remove() | |
| 218 | while true do | |
| 219 | wait(0.01) | |
| 220 | if model.Parent == nil then | |
| 221 | model.Parent = game.Workspace | |
| 222 | end | |
| 223 | local hum = char:FindFirstChildOfClass("Humanoid")
| |
| 224 | hum.MaxHealth = math.huge | |
| 225 | hum.Health = math.huge | |
| 226 | for i,v in pairs(char:GetChildren()) do | |
| 227 | if v.ClassName == "Part" then | |
| 228 | local cp = v:Clone() | |
| 229 | cp.Parent = model | |
| 230 | cp.Anchored = true | |
| 231 | cp.CanCollide = false | |
| 232 | - | cp.BrickColor = BrickColor.new("Really black")
|
| 232 | + | cp.BrickColor = BrickColor.new("Institutional White")
|
| 233 | - | cp.Material = Enum.Material.SmoothPlastic |
| 233 | + | cp.Material = Enum.Material.Neon |
| 234 | cp.Transparency = 0.8 | |
| 235 | if cp.Name == "HumanoidRootPart" then | |
| 236 | cp:Remove() | |
| 237 | end | |
| 238 | for i,v in pairs(cp:GetChildren()) do | |
| 239 | if v.ClassName == "Motor6D" or v.ClassName == "Weld" then | |
| 240 | v:Remove() | |
| 241 | end | |
| 242 | end | |
| 243 | game:GetService("Debris"):AddItem(cp,0.2)
| |
| 244 | end | |
| 245 | end | |
| 246 | end |