Skip to content

Commit

Permalink
added local HumanoidsList to GetHumanoids function
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlyles committed May 13, 2012
1 parent 8da682d commit 7943541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions follow.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-- Finds all Humanoids in SearchArea
-- Returns HumanoidsList, a table of all Humanoids in the SearchArea
function GetHumanoids( SearchArea )
local HumanoidsList = {}
-- Default SearchArea is Workspace
SearchArea = SearchArea or game.Workspace
-- Check all children of SearchArea
Expand Down

0 comments on commit 7943541

Please sign in to comment.