Good plugin.
You can simplify this:
to this:
You can simplify this:
Code:
local ForEachWorld = function(World)
World:ForEachPlayer(ForEachPlayer)
end
cRoot:Get():ForEachWorld(ForEachWorld)
Code:
cRoot:Get():ForEachPlayer(ForEachPlayer)