Help With Block Errors

I was working on my floor is lava type map, when I encountered this. In the image, it says in the bottom left “Error Running Block (Trigger)”

The code for my block is very simple. When triggered, it broadcasts a message on channel (Get Property “Lava Level”)

Is this something I’m doing wrong, or is this something on Gimkit’s end?

By the way, since I don’t know if this a bug or not, I put the topic in Bugs. I’ll change this if I need too.

Do you have a “create text with” block? Channels can only be strings [1] .Your code may try to be broadcasting on an integer [2] . The “create text with” block converts everything to a string.


  1. text value ↩︎

  2. number value ↩︎

3 Likes

That makes sense. I fixed the problem. I will change the post accordingly. Thanks for the help!

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