Exports

exports['thug-killfeed-plus']:Open_Menu()

Opens the killfeed settings menu for the player. Allows players to customize their killfeed preferences.

exports['thug-killfeed-plus']:Is_Menu_Open()

Returns whether the settings menu is currently open (true) or closed (false)

exports['thug-killfeed-plus']:Force_Enable()

Re-enables the killfeed after it was disabled with Force_Disable(). Call this when returning to normal gameplay.

exports['thug-killfeed-plus']:Force_Disable()

Temporarily hides the killfeed. Useful during cutscenes, special events, or cinematic moments where you don't want kill notifications to appear.

exports['thug-killfeed-plus']:Is_Enabled()

Returns whether the killfeed is currently enabled (true) or disabled (false)

Last updated