Get all the FPlayer functions for all the players
local allFPlayers = HRLib.AllFPlayers() for i=1, #allFPlayers do allFPlayers[i].Notify('Announcement! ......', 'warning') end
Last updated 1 month ago