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
| Filter | Who can fire the trigger |
|---|---|
| Anyone | Any viewer (the default). |
| Guest | Only guests — viewers who are not following the streamer. |
| Follower | Only viewers who follow the streamer. |
| Friend | Only friends. |
| Username | Only one specific TikTok username (entered as plain text). |
| Subscriber | Only 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"
- Add or open the Spawn tank action.
- Press Trigger.
- Type = Gift, gift = Galaxy (or whatever you want).
- Audience filter = Follower.
- Save.
A Galaxy from a non-follower will now be ignored by this action.
"My friend gets a special effect"
- On the chosen action, open the Trigger modal.
- Type = Gift, gift = Rose.
- Audience filter = Username, enter your friend's TikTok handle (without
@). - Save.
Only Roses from that one viewer fire the action.
"Subscribers-only chat command"
- Create a Chat-triggered action.
- 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.