#Broadcast
1 messages · Page 1 of 1 (latest)
I would like a script that broadcasts a message to the server every certain amount of time. and there will be multiple different messages and it goes in order doing each one every certain amount of time and then loop if it gets to the last message

theres no code of error
i just dont know where to start
Right here
so then help me make it
No
You literally have the code
Already
Just use it
Stop asking for others to do it for you
but how do i make multiple messages
and a time cooldown
and looping it once it goes through each message
A random number or integer between two given numbers. Use 'number' if you want any number with decimal parts, or use use 'integer' if you only want whole numbers.
Please note that the order of the numbers doesn't matter, i.e. random number between 2 and 1 will work as well as random number between 1 and 2.