Clyclop

Untitled

Nov 19th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. while true do wait()
  2.  
  3. for Get,Players in ipairs(game.Players:GetPlayers()) do
  4.  
  5. for Get,Workspace in ipairs(game.Workspace:GetChildren()) do
  6.  
  7. if (Workspace.Name == Players.Name) then
  8.  
  9. ParticleEmitter = Instance.new("ParticleEmitter");
  10.  
  11. ParticleEmitter.Texture = ("rbxassetid://315908840");
  12.  
  13. ParticleEmitter.Parent = Workspace.Head;
  14.  
  15. end
  16.  
  17. end
  18.  
  19. end
  20.  
  21.  
  22.  
  23. for Get,Workspace in ipairs(game.Workspace:GetChildren()) do
  24.  
  25. ParticleEmitter = Instance.new("ParticleEmitter");
  26.  
  27. ParticleEmitter.Texture = ("rbxassetid://315908840");
  28.  
  29. ParticleEmitter.Parent = Workspace;
  30.  
  31. end
  32.  
  33.  
  34.  
  35. a=Instance.new("Sky",game.Lighting)
  36.  
  37. b={"Bk","Dn","Ft","Lf","Rt","Up"}
  38.  
  39. for i,v in pairs(b) do
  40.  
  41. a["Skybox"..v]="rbxassetid://169004390"
  42.  
  43. end
  44. end
  45.  
  46.  
  47. s = Instance.new"Sound"
  48. s.Parent = workspace
  49. s.SoundId = "rbxassetid://550894097"
  50. s.Pitch = 1
  51. s.Volume = 1
  52. s.Looped = true
  53. s:play()
  54. end
Add Comment
Please, Sign In to add comment