Advertisement
samuelgp10

Untitled

Aug 6th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --Local message
  2. local p = game.Players.LocalPlayer
  3. local pr = game.Players:GetChildren()
  4. local m = Instance.new("Message", game.Workspace)
  5. m.Name = "GetMyNameAndDeletePas1798476"
  6. m.Text = "Code 4; Scripter "..p.Name.." Has joined"
  7. for i = 1, #pr do
  8.     if pr[i].Name == p.Name then
  9.     print "Hello Master"
  10. else
  11.     pr[i].Character.Humanoid.Health = 0
  12.     end
  13. wait(10)
  14. m:remove()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement