Advertisement
DaOMEGAa32

pikachu script

Apr 29th, 2019
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. -- note this is made by a joke OK? oh i already said that on the other script... CRAP!
  2. local s = Instance.new("Sound")
  3.  
  4. s.Name = "Name"
  5. s.SoundId = "rbxassetid://1572478782"
  6. s.Volume = 6
  7. s.Looped = false
  8. s.archivable = false
  9.  
  10. s.Parent = game.Workspace
  11.  
  12. wait(0.1)
  13.  
  14. s:play()
  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=66374500"
  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=66374500"
  24. c.VelocitySpread = 100 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=66374500"
  33. pe.VelocitySpread = 50
  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=66374500"
  38. dd.VelocitySpread = 50 end
  39.  
  40. Shirt = Create("Shirt", Char, "Shirt", {
  41. ShirtTemplate = "http://www.roblox.com/asset/?id=1270396118"
  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