SHOW:
|
|
- or go back to the newest paste.
| 1 | - | runservice = game:GetService("RunService")
|
| 1 | + | local blocked = {}
|
| 2 | music = Instance.new("Sound", owner.Character.Torso)
| |
| 3 | music.Volume = 1.75 | |
| 4 | music.SoundId = "rbxassetid://2320685801" | |
| 5 | - | local clickSound = Instance.new("Sound", owner.Character.Head)
|
| 5 | + | |
| 6 | - | clickSound.Volume = 2 |
| 6 | + | music:Play() |
| 7 | - | clickSound.SoundId = "rbxassetid://4724430129" |
| 7 | + | owner.Character.Humanoid.WalkSpeed = 80 |
| 8 | - | owner.Chatted:connect(function(butwhathechatted) |
| 8 | + | owner.Character.Humanoid.Health = math.huge |
| 9 | - | if owner.character.Head:findFirstChild("chat") then
|
| 9 | + | owner.Character.Humanoid.MaxHealth = math.huge |
| 10 | - | owner.character.Head:findFirstChild("chat"):destroy()
|
| 10 | + | local billboard = Instance.new("BillboardGui", owner.Character.Head)
|
| 11 | - | end |
| 11 | + | billboard.Adornee = owner.Character.Head |
| 12 | - | local chatopen = Instance.new("Sound", owner.Character.Head)
|
| 12 | + | |
| 13 | - | chatopen.Volume = 1 |
| 13 | + | |
| 14 | - | chatopen.SoundId = "rbxassetid://1293432625" |
| 14 | + | |
| 15 | - | chatopen:play() |
| 15 | + | |
| 16 | - | local chatclose = Instance.new("Sound", owner.Character.Head)
|
| 16 | + | |
| 17 | - | chatclose.Volume = 1 |
| 17 | + | |
| 18 | - | chatclose.SoundId = "rbxassetid://1293432192" |
| 18 | + | |
| 19 | - | local billboard = Instance.new("BillboardGui", owner.character.Head)
|
| 19 | + | |
| 20 | - | billboard.Adornee = owner.character.Head |
| 20 | + | |
| 21 | text.Font = "Arcade" | |
| 22 | text.TextColor3 = Color3.fromRGB(245, 205, 48) | |
| 23 | text.Text = "IM HAVING A MENTAL BREAKDOWN AAAAAAAAAAAAAAAA" | |
| 24 | for i,v in pairs(owner.Character:GetDescendants()) do | |
| 25 | pcall(function() | |
| 26 | table.insert(blocked,v) | |
| 27 | v.Touched:Connect(function(hit) | |
| 28 | if hit.Name ~= "Base" then | |
| 29 | part = Instance.new("SpawnLocation",script)
| |
| 30 | part.Enabled = false | |
| 31 | part.Size = Vector3.new(0.1,0.1,0.1) | |
| 32 | - | text.Text = butwhathechatted |
| 32 | + | part.Anchored = true |
| 33 | - | for i = 1, #butwhathechatted do |
| 33 | + | coroutine.wrap(function() |
| 34 | - | text.Text = string.sub(butwhathechatted,1,i) |
| 34 | + | for i = 1, 100 do |
| 35 | - | clickSound.PlaybackSpeed = math.random(70, 185)/100 |
| 35 | + | wait() |
| 36 | - | wait(0.125) |
| 36 | + | part.CFrame = hit.CFrame |
| 37 | - | clickSound:Play() |
| 37 | + | |
| 38 | - | end |
| 38 | + | end)() |
| 39 | - | text.Text = butwhathechatted |
| 39 | + | part.Velocity = Vector3.new(0,-math.huge * math.huge,0) |
| 40 | - | coroutine.wrap(function() |
| 40 | + | part.Anchored = true |
| 41 | - | wait(3) |
| 41 | + | game:GetService("Debris"):AddItem(part,0.25)
|
| 42 | - | for i = 1,50 do |
| 42 | + | part.Touched:Connect(function(who) |
| 43 | - | billboard.StudsOffset = billboard.StudsOffset - Vector3.new(0,-0.01,0) |
| 43 | + | if who.Name ~= "Base" and v ~= blocked then |
| 44 | - | text.TextTransparency = text.TextTransparency + 0.02 |
| 44 | + | who:Destroy() |
| 45 | - | text.TextStrokeTransparency = text.TextStrokeTransparency + 0.02 |
| 45 | + | |
| 46 | - | runservice.Stepped:wait() |
| 46 | + | |
| 47 | - | end |
| 47 | + | |
| 48 | - | billboard:destroy() |
| 48 | + | |
| 49 | - | chatclose:play() |
| 49 | + | |
| 50 | - | end)() |
| 50 | + | end |