Is it possible to remove player nametags in the playerlist? (Just a simple question lol)
You really cant but there is a way to remove it (place the script in startergui)
local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)