SlashStrikeZ136

Untitled

Jan 7th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. mouse=game.Players.LocalPlayer:GetMouse()
  2.  
  3. function look_for_player(str)
  4. for i,v in pairs (game.Players:GetChildren()) do
  5. if game.Players:FindFirstChild(str) then
  6. return true
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment