Random Percentage Commands with Streamlabs Cloudbot

Поділитися
Вставка
  • Опубліковано 14 чер 2023
  • Let’s talk about those percent-based commands that people have all the time on their twitch channels.
    In other people’s chats, I've had these command tell me how lovable I am, how nasty, how cheezy, or how creepy, etc.
    The idea is that users type the command and then cloudbot generates a random number and uses that as part of the output.
    It’s very simple and very fun, and is a great little engagement tool to give people something to do in chat during lulls in conversation, and when one user uses this command, it often results in a whole bunch of users trying it out too, which is always fun.
    For your copy/pasta needs, here's the message for the given example:
    {user.name} is {randnum.0-100}% awesome!
    🔥 Subscribe here! bit.ly/phlare_subscribe
    🔴 Watch Phlare Live: bit.ly/phlare_twitch
    ===== Quick Links =====
    Cloudbot Setup: bit.ly/cloudbot_setup
    More Cloudbot Guides: bit.ly/phlare_cloudbot
    📼 More Streamer Tutorials: bit.ly/phlare_tutorials
    🤖 Streamer.bot software: streamer.bot/
    ➤ OBS Studio: obsproject.com/
    ♪ Epidemic Sound - Royalty Free Music + SFX: bit.ly/phlare_es
    ===== Socials =====
    🔥 Join Phlare's Discord: bit.ly/phlare_discord
    👕 Phlare's Merch: bit.ly/phlare_shop
    👑 Phlare's Throne Wishlist: bit.ly/phlare_throne
    🐦 Twitter: bit.ly/phlare_twitter
    🗪 Phlare's other socials: bit.ly/phlare_linktre
    ===== Affordable Streaming Gear for Beginners* =====
    🎥 Elgato FaceCam: amzn.to/3KDqJjb
    🎤 HyperX Solocast: amzn.to/3ONUD6F
    🎤 Cheap Boom Arm: amzn.to/47pwYRf
    🎤 Pop Filter for Mic: amzn.to/3DTWcKe
    🚨 Programmable RGB Floodlights: amzn.to/3QS6pP5
    *As an Amazon Associate I earn from qualifying purchases.
    Music provided by Monstercat:
    Grabbitz - A Walk To The Gallows
    / monstercatinstinct
  • Навчання та стиль

КОМЕНТАРІ • 13

  • @Phlare
    @Phlare  11 місяців тому +1

    what's your favorite random % command you've seen? !gremlin is one of my favorites :)
    check here for more cloudbot guides: bit.ly/phlare_cloudbot

  • @kaylajane1170
    @kaylajane1170 9 місяців тому +2

    Thank you so much for your help❤

    • @Phlare
      @Phlare  9 місяців тому

      My pleasure!

  • @devonpostlewait8298
    @devonpostlewait8298 4 місяці тому +1

    how would you enter it for stream elements? that one didnt work

    • @Phlare
      @Phlare  4 місяці тому +1

      here's the equivalent video I made for stream elements
      ua-cam.com/video/ZvDXZtyJutE/v-deo.html
      also one for nightbot
      ua-cam.com/video/ij0PmFEaiNE/v-deo.html

    • @devonpostlewait8298
      @devonpostlewait8298 4 місяці тому +1

      @@Phlare it worked Ty so much!

  • @sanuyoyo
    @sanuyoyo 2 місяці тому +1

    Someone typed = !love youtube
    Ans should be = The Love between username & youtuber is 60 %
    Someone typed = !love stream
    Ans should be = The Love between username & stream is 70 %
    The Love between @{user.name} & {????} is : {randnum.0-100} %
    How can i change the next random word with !love command?

    • @Phlare
      @Phlare  2 місяці тому +1

      You can use {1} to capture the first word after the command… I’m having trouble finding a way to capture the whole message though.
      So this would work for “!love ham” but not “!love hot dogs”
      I’ll keep looking… there must be something like {message} or {input} but I can’t find it in their documentstion

    • @Phlare
      @Phlare  2 місяці тому

      Maybe try {msg}? I’m not at my PC to test

    • @sanuyoyo
      @sanuyoyo 2 місяці тому

      @@Phlare thanks for your time ,, I'm searching for some time & just found the actual code = {target.name}

    • @sanuyoyo
      @sanuyoyo 2 місяці тому +1

      Code=The Love between @{user.name} & {target.name} is : {randnum.0-100} %
      Just imagine if I type = !love nature
      Streamlab ans = The Love between @SANU YOYO & nature is : 78 %

    • @Phlare
      @Phlare  2 місяці тому

      Does it work? I would have expected target.name to not work if the target was not a twitch user