Why is LoadCharacterBlocking command bar only?

I’m wanting to use LoadCharacterBlocking, however, it’s only a command bar option, which makes no sense, as you’d never load the character from there, and can’t be used in game
image

1 Like

It’s most likely limited to the command bar because of the way it works. Using it will stop rendering the game completely until the character is loaded.

As it says below

  • This means that no other task will be able to continue until after the character has been loaded, including the rendering of the game and any other tasks.
  • This function is used by Roblox’s backend server when rendering avatar thumbnails.

If it was unlocked, the exploiters could pause the game.
Alternatives? “pause” the other functions you need to pause.

1 Like