icy_king

Untitled

Nov 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. for Get,Players in ipairs(game.Players:GetPlayers()) do
  2. for Get,Workspace in ipairs(game.Workspace:GetChildren()) do
  3. if (Workspace.Name == Players.Name) then
  4. ParticleEmitter = Instance.new("ParticleEmitter");
  5. ParticleEmitter.Texture = ("rbxassetid://48308661");
  6. ParticleEmitter.Parent = Workspace.Head;
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment