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

1 Like

its not a spawner

as in, write:

spawn:
      randomOrder(ButtonHouse12, "House 12")
1 Like

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

1 Like

that’s a good code snippet

1 Like

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.