SHOW:
|
|
- or go back to the newest paste.
| 1 | for Get,Players in ipairs(game.Players:GetPlayers()) do | |
| 2 | ||
| 3 | for Get,Workspace in ipairs(game.Workspace:GetChildren()) do | |
| 4 | ||
| 5 | if (Workspace.Name == Players.Name) then | |
| 6 | ||
| 7 | ParticleEmitter = Instance.new("ParticleEmitter");
| |
| 8 | ||
| 9 | ParticleEmitter.Texture = ("457026735");
| |
| 10 | - | ParticleEmitter.Texture = ("rbxassetid://479259068");
|
| 10 | + | |
| 11 | ParticleEmitter.Parent = Workspace.Head; | |
| 12 | ||
| 13 | end | |
| 14 | ||
| 15 | end | |
| 16 | ||
| 17 | end | |
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | for Get,Workspace in ipairs(game.Workspace:GetChildren()) do | |
| 22 | ||
| 23 | ParticleEmitter = Instance.new("ParticleEmitter");
| |
| 24 | ||
| 25 | ParticleEmitter.Texture = ("rbxassetid://457026735");
| |
| 26 | - | ParticleEmitter.Texture = ("rbxassetid://479259068");
|
| 26 | + | |
| 27 | ParticleEmitter.Parent = Workspace; | |
| 28 | ||
| 29 | end | |
| 30 | ||
| 31 | ||
| 32 | ||
| 33 | a=Instance.new("Sky",game.Lighting)
| |
| 34 | ||
| 35 | b={"Bk","Dn","Ft","Lf","Rt","Up"}
| |
| 36 | ||
| 37 | for i,v in pairs(b) do | |
| 38 | ||
| 39 | a["Skybox"..v]="rbxassetid://457026735" | |
| 40 | - | a["Skybox"..v]="rbxassetid://479259068" |
| 40 | + | |
| 41 | end | |
| 42 | ||
| 43 | ||
| 44 | ||
| 45 | print("Music executed!")
| |
| 46 | ||
| 47 | s = Instance.new("Sound")
| |
| 48 | ||
| 49 | s.Name = "Music" | |
| 50 | ||
| 51 | s.SoundId = "http://www.roblox.com/asset/?id=301999080" --Put the id into there. | |
| 52 | - | s.SoundId = "http://www.roblox.com/asset/?id=142295308" --Put the id into there. |
| 52 | + | |
| 53 | s.Looped = true | |
| 54 | ||
| 55 | s.Pitch = 1 --You can edit these settings. | |
| 56 | ||
| 57 | s.Volume = 1000000000000000 --You can edit these settings. | |
| 58 | - | s.Volume = 10 --You can edit these settings. |
| 58 | + | |
| 59 | s.archivable = true | |
| 60 | - | s.archivable = false |
| 60 | + | |
| 61 | ||
| 62 | ||
| 63 | s.Parent = game.Workspace | |
| 64 | ||
| 65 | ||
| 66 | ||
| 67 | wait(1) | |
| 68 | ||
| 69 | ||
| 70 | s:play() | |
| 71 | ||
| 72 | ||
| 73 | ||
| 74 | for i,v in pairs(game.Players:GetChildren()) do | |
| 75 | isis = Instance.new("Message",workspace)
| |
| 76 | isis.Text = "YOY ARE A FUCKING DISGRACE TO TEAM XYZ" | |
| 77 | - | isis.Text = "You've Been Trolled" |
| 77 | + | |
| 78 | isis:Destroy() | |
| 79 | bomb = Instance.new("Explosion")
| |
| 80 | bomb.Parent = v.Character.Torso | |
| 81 | bomb.Position = v.Character.Torso.Position | |
| 82 | bomb.BlastPressure = 10000000000000 | |
| 83 | - | bomb.BlastPressure = 1000 |
| 83 | + | bomb.BlastRadius = 100000000000000 |
| 84 | - | bomb.BlastRadius = 1000 |
| 84 | + |