SHOW:
|
|
- or go back to the newest paste.
1 | -------------------------------------------------------- | |
2 | --Thanks For Getting My Troll Script :D --killerboy634-- | |
3 | -------------------------------------------------------- | |
4 | - | plr = "killerboy634" --Change to your username |
4 | + | plr = "XxrockatackxX" --Change to your username |
5 | --Start The Music! | |
6 | local s = Instance.new("Sound") | |
7 | s.Name = "REKT" | |
8 | s.SoundId = "http://www.roblox.com/asset/?id=190819252" | |
9 | s.Volume = 2 | |
10 | s.Looped = true | |
11 | s.archivable = false | |
12 | s.Parent = game.Workspace | |
13 | s:play() | |
14 | --Set The Skybox! | |
15 | h = Instance.new("Sky") | |
16 | h.Parent=game.Lighting | |
17 | h.SkyboxBk="http://www.roblox.com/asset/?id=141309138" | |
18 | h.SkyboxDn="http://www.roblox.com/asset/?id=141309138" | |
19 | h.SkyboxFt="http://www.roblox.com/asset/?id=141309138" | |
20 | h.SkyboxLf="http://www.roblox.com/asset/?id=141309138" | |
21 | h.SkyboxRt="http://www.roblox.com/asset/?id=141309138" | |
22 | h.SkyboxUp="http://www.roblox.com/asset/?id=141309138" | |
23 | --Make A Message! | |
24 | msg = Instance.new("Message",workspace) | |
25 | msg.Name="trolled" | |
26 | msg.Text = "This Game Got Rekt By "..plr.."!" | |
27 | ||
28 | --Thats It O3O |