Is it possible? `

Continuing the discussion from The Power of Randomizers:

So, theoretically speaking would it be possible to have a word randomizer, a sentence generator?

2 Likes

Yes it is. Lots of block code however

2 Likes

Yes I think it take a lot of memory

2 Likes

i don’t know Abt it but I think some people done it though

Need a few properties (1 + 1 for every word you want to generate) and 1 trigger. Settings for properties below

Screenshot 2024-09-23 11.09.56 AM
Screenshot 2024-09-23 11.09.45 AM

Trigger block code below. Every time trigger is triggered it will pick a random property to choose from. basically random word generator. Make sure to set default text in property to different word each time.

Screenshot 2024-09-23 11.09.35 AM

If this helped you make sure to mark a solution, and if you have any more questions, let me know.

1 Like

Hmm it’s not that hard.

Also if you want to have multiple words than do this so the words are not the same!
Screenshot 2024-09-23 11.18.23 AM
Made a mistake, make sure after the if do section to make the trigger trigger again!

1 Like

still pretty easy. (at least for me)

2 Likes

It gets more and more for every word you want to add


Note that tr re-triggers the trigger

1 Like

Bro dose it well it’s easy with 1 word

with enough time such a randomizer could write the code of gimkit line by line

4 Likes

I KNOW ITS A LITTLE BIT OF A STRETCH, BUT:

1 Like

Okay, how do I set up the randomizer on a notification block?

you can make some if triggers in the block going to a notification block. let me know if you need further explenation.

I don’t understand that

image
This is what I have so far with the rest of the text blocks

Ok, so if you have 2 words use this code for trigger (add broadcast on channel tr under the set word 2 in the if segment)

Screenshot 2024-09-23 11.18.23 AM

This is for trigger as well

Screenshot 2024-09-23 12.58.53 PM

this for notification. Make sure to leave message blank in the settings


Screenshot 2024-09-23 12.59.43 PM

so the trigger should be set up like this?
image

Move tr into the if statement and then you should be good

2 Likes

I have it set up with 5 words,

  • Hello
  • World
  • I
  • Am
  • XxGuyt6517xX
    I activate it twice and get “Hello” then “Iamworld”

You want it to be in order?

1 Like