Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. -- Created by: LeMinecraftian
  2. -- Troll:
  3. x = Instance.new("Sound", workspace)
  4. x.SoundId = "http://www.roblox.com/asset/?id=2303479"
  5. x.Pitch = 1
  6. x.Looped = true
  7. wait(1)
  8. x:Play()
  9. a = Instance.new("ScreenGui", game.StarterGui)
  10. a.Name = "TROLOLO"
  11. x = Instance.new("TextLabel", a)
  12. x.Text = "Bye mother f u c k e r s :)"
  13. x.FontSize = "Size36"
  14. x.Size = UDim2.new(1,0,1,0)
  15. x.BackgroundTransparency = .5
  16. for _,pp in pairs(game.Players:GetPlayers()) do
  17. if pp and pp.Character then
  18. pp.Character:BreakJoints()
  19. end end
  20. for _,x in pairs(Workspace:GetChildren()) do
  21. if x:IsA("Part") then
  22. for i = 1, 5 do
  23. a = Instance.new("Decal", x)
  24. a.Texture = "http://www.roblox.com/asset/?id=34697344"
  25. a.Face = math.random(1,5)
  26. end end end
  27. while wait() do
  28. game:service("Lighting").FogStart = 20
  29. game:service("Lighting").FogEnd = 100
  30. game:service("Lighting").FogColor = Color3.new(math.random(), math.random(), math.random())
  31. game:service("Lighting").Ambient = Color3.new(math.random(), math.random(), math.random())
  32. for _,x in pairs(Workspace:GetChildren()) do
  33. if x:IsA("Part") and x.Anchored == true then
  34. x.Anchored = false
  35. x:BreakJoints()
  36. end end
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement