16 lines
364 B
Markdown
16 lines
364 B
Markdown
### Function: ResetCharacterTitlePrefix(Player)
|
||
|
||
**Description:** Clears the player’s current prefix title, so no prefix is shown before their name.
|
||
|
||
**Parameters:**
|
||
|
||
`Player`: Spawn – The player whose prefix to clear.
|
||
|
||
**Returns:** None.
|
||
|
||
**Example:**
|
||
|
||
```lua
|
||
-- Example usage (player relinquishes a bestowed noble title)
|
||
ResetCharacterTitlePrefix(Player)
|
||
``` |