Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mouse=game.Players.LocalPlayer:GetMouse()
- function look_for_player(str)
- for i,v in pairs (game.Players:GetChildren()) do
- if game.Players:FindFirstChild(str) then
- return true
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment