Audience filters

Restrict who can fire a BakoshApp trigger — Anyone, Guest, Follower, Friend, Username, or Subscriber.

Every trigger in BakoshApp can be narrowed by who is allowed to fire it. The audience filter sits at the bottom of the trigger picker, right under the event-type parameters. It applies on top of the event match — both must be true for the action to fire.

Available filters

FilterWho can fire the trigger
AnyoneAny viewer (the default).
GuestOnly guests — viewers who are not following the streamer.
FollowerOnly viewers who follow the streamer.
FriendOnly friends.
UsernameOnly one specific TikTok username (entered as plain text).
SubscriberOnly paid TikTok subscribers (Subscribe).

How they combine with the event

The audience filter is an extra AND condition. Examples:

  • Trigger = Gift Rose + audience = Follower → fires only when a follower sends a Rose. Roses from guests are ignored.
  • Trigger = Chat + audience = Subscriber → only chat messages from paid subscribers fire the action.
  • Trigger = Like (100) + audience = Anyone → 100 accumulated likes from anyone fires the action (the default).

Audience filters work on both connection paths — Native Connector and TikFinity.

Worked examples

"Only followers can spawn a tank"

  1. Add or open the Spawn tank action.
  2. Press Trigger.
  3. Type = Gift, gift = Galaxy (or whatever you want).
  4. Audience filter = Follower.
  5. Save.

A Galaxy from a non-follower will now be ignored by this action.

"My friend gets a special effect"

  1. On the chosen action, open the Trigger modal.
  2. Type = Gift, gift = Rose.
  3. Audience filter = Username, enter your friend's TikTok handle (without @).
  4. Save.

Only Roses from that one viewer fire the action.

"Subscribers-only chat command"

  1. Create a Chat-triggered action.
  2. Audience filter = Subscriber.

Now only paid subscribers can run it via chat.

Notes

  • Audience info comes from TikTok's LIVE event payload. If TikTok marks the viewer as a follower at the moment they send the event, the filter matches.
  • The Username filter is an exact match (case-insensitive). Enter the handle as it appears in TikTok, without the @.
  • Switching the active mod doesn't change audience filters — they're stored on the action itself.

For the rest of the trigger system — types, parameters, the Like accumulator, the gift streak guard — see Triggers.