AllFPlayers

Get all the FPlayer functions for all the players

Example

local allFPlayers = HRLib.AllFPlayers()
for i=1, #allFPlayers do
    allFPlayers[i].Notify('Announcement! ......', 'warning')
end

Last updated