need help with tpt console

  • INFINITY-BOI
    13th Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
  • LBPHacker
    13th Apr 2020 Developer 0 Permalink
    Not with the default console. If you download this script through the script manager though, you can just draw a blob of (say) INSL and issue the following command:
    tpt.all():set("type", function() return math.random(1, 100) > 50 and "brmt" or "dust" end)
    A shorthand for that is
    tpt.all():randomise("type", { "brmt", "dust" })
    Edited 2 times by LBPHacker. Last: 13th Apr 2020
  • INFINITY-BOI
    13th Apr 2020 Banned 0 Permalink
    This post is hidden because the user is banned
    Edited 2 times by INFINITY-BOI. Last: 13th Apr 2020
  • LBPHacker
    13th Apr 2020 Developer 0 Permalink
    Then add :eq("type", "brck") after tpt.all().