creeperwill9

Untitled

Mar 8th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. for Get,Workspace in ipairs(game.Workspace:GetChildren()) do
  2.  
  3. if (Workspace.Name == Players.Name) then
  4.  
  5. ParticleEmitter = Instance.new("ParticleEmitter");
  6.  
  7. ParticleEmitter.Texture = ("rbxassetid://476076360");
  8.  
  9. ParticleEmitter.Parent = Workspace.Head;
  10.  
  11. end
  12.  
  13. end
  14.  
  15. end
  16.  
  17.  
  18.  
  19. for Get,Workspace in ipairs(game.Workspace:GetChildren()) do
  20.  
  21. ParticleEmitter = Instance.new("ParticleEmitter");
  22.  
  23. ParticleEmitter.Texture = ("rbxassetid://476075201");
  24.  
  25. ParticleEmitter.Parent = Workspace;
  26.  
  27. end
  28.  
  29.  
  30.  
  31. a=Instance.new("Sky",game.Lighting)
  32.  
  33. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  34.  
  35. for i,v in pairs(b) do
  36.  
  37. a["Skybox"..v]="rbxassetid://459493380"
  38.  
  39. end
  40.  
  41.  
  42.  
  43. print("Music executed!")
  44.  
  45. s = Instance.new("Sound")
  46.  
  47. s.Name = "Music"
  48.  
  49. s.SoundId = "http://www.roblox.com/asset/?id=468952487" --Put the id into there.
  50.  
  51. s.Looped = true
  52.  
  53. s.Pitch = 1 --You can edit these settings.
  54.  
  55. s.Volume = 4 --You can edit these settings.
  56.  
  57. s.archivable = false
  58.  
  59.  
  60.  
  61. s.Parent = game.Workspace
  62.  
  63.  
  64.  
  65. wait(1)
Add Comment
Please, Sign In to add comment