Advertisement
DaOMEGAa32

my virson of pingu

Apr 10th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Name"
  4. s.SoundId = "rbxassetid://281136047"
  5. s.Volume = 5
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0.1)
  12.  
  13. s:play()
  14. wait (12)
  15. local w = workspace:GetChildren()
  16. local a = Instance.new("Sky",game.Lighting)
  17. local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
  18. for _,v in pairs(b) do
  19. a["Skybox"..v]="http://www.roblox.com/asset/?id=1323853747"
  20. end
  21. for q,p in pairs(game.Players:GetPlayers()) do
  22. local c = Instance.new("ParticleEmitter",p.Character.Torso)
  23. c.Texture = "http://www.roblox.com/asset/?id=1323853747"
  24. c.VelocitySpread = 50 end
  25. local d = Instance.new("Sound",workspace)
  26. d.SoundId = "rbx"
  27. d.Looped = true
  28. d:Play()
  29. for i= 1,#w do
  30. if w[i]:isA("BasePart") then
  31. pe = Instance.new("ParticleEmitter", w[i])
  32. pe.Texture = "http://www.roblox.com/asset/?id=1323853747"
  33. pe.VelocitySpread = 5
  34. end end
  35. for n,m in pairs(game.Players:GetPlayers()) do
  36. local dd = Instance.new("ParticleEmitter",m.Character.Torso)
  37. dd.Texture = "http://www.roblox.com/asset/?id=1323853747"
  38. dd.VelocitySpread = 50 end
  39.  
  40. Shirt = Create("Shirt", Char, "Shirt", {
  41. ShirtTemplate = "http://www.roblox.com/asset/?id=1663699320"
  42. })
  43.  
  44. game.Lighting.TimeOfDay=0;
  45. game.Lighting.Brightness=0;
  46. game.Lighting.ShadowColor=Color3.new(0,0,0);
  47. game.Lighting.Ambient=Color3.new(0,0,0);
  48. game.Lighting.FogEnd=40;
  49. game.Lighting.FogColor=Color3.new(3,0,0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement