• Simple question how to disable suit zoom everyone?
    2 replies, posted
local Players = player.GetAll() Players:SetCanZoom( false ) dosen't work
not tested for k,v in pairs(player.GetAll() do v:SetCanZoom(false) end
You are literally trying to call a player function on a table, why do you expect it to work? Read the wiki, please
Sorry, you need to Log In to post a reply to this thread.