04-28-2013, 05:01 AM
you have to do this:
local loopPlayers = function(Player)
Player:GetClientHandle():Kick("Message")
end
local loopWorlds = function(World)
World:ForEachPlayer(loopPlayers)
end
cRoot:Get():ForEachWorld(loopWorlds)

