Blocks create Error Please fix it

However, I am now facing a new problem. I tried to follow the guide to create a new project from scratch, but I am still facing a persistent UI bug in the block editor.

I cannot connect the “starts at” block to the “else if” slot. It doesn’t snap into place. I have already tried hard refreshing, using an incognito window, and resetting my browser zoom.

Could you please offer some advice? It seems to be a bug that is preventing me from completing my project.
.

Thank you.

Hi cheat_so,

That’s correct, if and else if only accept true/false values.
Start at returns a numeric value and therefore doesn’t allow you to connect them.
Since I’m not exactly sure what you want to do, could you show the blocks or better explain what you’re trying to achieve?

1 Like

You need to compare the output of starts at with something so it becomes a boolean

RaYzZz am i right?

1 Like

Certainly,

just a small observation,
since start at returns a number, the blocks should be like this.


Was doubting myself :rofl::rofl::rofl::rofl::rofl:

Thank You RayzZz now It working

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