I have noticed that the variable AutocompleteVisible being toggled off does not disable the chat command being visible in the chat when typed in. This is very bad for hiding admin commands using this exact system.
Properties menu:
In-game chat:
Just simply disabling AutocompleteEnabled in the ChatInputBarConfiguration is the only way to hide commands you do not want to be shown
Expected behaviour
I expect the command to not be visible to the player when AutocompleteVisible is disabled.
I should also be able to see commands that are not disabled, like all the default commands
It seems that it actually was fixed! The /explode command doesn’t show up anymore despite it still being there.
It turns out that it wasn’t fixed. It was only fixed on Studio.
It seems that the issue has come back, but it also says that AutocompleteVisible is not a valid member when attempted to alter
It works perfectly fine in Studio, so is this feature not available yet? if not, that is a major issue since the commands are all shown to everyone in the game without being able to turn them off.
Using Enabled doesn’t give the result I want when set on the client, which is a major issue. I just resulted to disable autocomplete on the client when the user doesn’t have admin.