mooodi1234

Harambe Script Roblox

May 28th, 2017
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  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 = ("rbxassetid://476076360");
  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://476075201");
  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://459493380"
  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=468954972" --Put the id into there.
  52.  
  53. s.Looped = true
  54.  
  55. s.Pitch = 1 --You can edit these settings.
  56.  
  57. s.Volume = 4 --You can edit these settings.
  58.  
  59. s.archivable = false
  60.  
  61.  
  62.  
  63. s.Parent = game.Workspace
  64.  
  65.  
  66.  
  67. wait(1)
  68.  
  69.  
  70. s:play()
Add Comment
Please, Sign In to add comment