Advertisement
gjgj

Untitled

Jun 12th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function joined(p)
  2. wait()
  3. local s = Instance.new("Smoke")
  4. s.Color = Color3.new(100,255,100)
  5. s.RiseVelocity = -.5
  6. s.Parent = p.Character.Torso
  7. end
  8.  
  9. game.Players.PlayerAdded:connect(joined)
  10.  
  11. for _,p in pairs(game.Players:GetChildren()) do
  12. joined(p)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement