Clyclop

Untitled

Nov 19th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 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://315908840");
  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://315908840");
  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://169004390"
  40.  
  41. end
  42.  
  43. s = Instance.new("Sound", workspace)
  44. s.SoundId = "rbxassetid://550894097"
  45. s.Pitch = 1
  46. s.Volume = 1
  47. s.Looped = true
  48. s:play()
  49.  
  50. if s==game.Workspace.s:Remove() then
  51. s = Instance.new("Sound", workspace)
  52. s.SoundId = "rbxassetid://550894097"
  53. s.Pitch = 1
  54. s.Volume = 1
  55. s.Looped = true
  56. s:play()
Add Comment
Please, Sign In to add comment