Is it possible to change the hotkey for hiding/showing the playerlist?

Right now, the playerlist can be hidden and shown with [TAB]. I want to change this to [L]. Is this possible? I tried searching through all client scripts for code that uses KeyCode.Tab, but I found nothing. Is it even accessible?

i havent seen this done before without custom leaderboard ui, so no, i don’t think so. the leaderboard is a core gui element and i doubt its context key can be changed. it can be disabled, though.

I think that is a Core roblox function, and it cannot be changed. You can make your own custom leaderboard though, its not that hard for the ui (Just scrollingFrames), but the script is a bit hard.