Why am I getting this error when calling this function

I made a function that takes some inputs and also has Sleep() which is why there is suspends. The issue is that when I call it, I get an error. Can anyone help?


spawn it

its not a spawner

as in, write:

spawn:
      randomOrder(ButtonHouse12, "House 12")

And also, do you know how I can update a text block (add text, not setting the text)

This might help:

In the video, you also use SetText, is there a way to instead add text to the already existing message

Not that I’m aware of. I’d probably just set a variable with the text value and then add to that and then set that variable as the text for the UI

you use SetText() to change existing text on a button as well

(I feel like I’m sharing this every other day and I swear it isn’t on purpose) but I do it with this height meter script: Height Meter for OnlyUp style maps | Uefn Code Snippet

that’s a good code snippet

Hey, I found a solution to AddText but I ran into another issue, how can I round to Ceil(), it gives me this error

It literally tells you how to fix it. Use square brackets. Easy peazy