Hey, I’m just wondering how I can get the size and position of the default roblox player list, as I’m wanting to offset a UI to the side of it.
I’ve looked around for a while and can’t seem to find anything relating to this and would prefer to not need a custom player list in order to achieve this.
The position of the player list seems to be {1, -4},{0, 4} based on CoreGui.RobloxGui.PlayerListMaster's position. For the size I am not too sure - I believe it expands depending on how many players there are.
I could be wrong though, but you can look inside of that frame’s descendants
I believe that depending on your resolution the size of it differs, which would unfortunately cause issues. Looks like I’ll just need to make a custom one.