Hello everyone!
Created a new tutorial, which is actually a continuation from my previous one
Hope you enjoy it!
Hello everyone!
Created a new tutorial, which is actually a continuation from my previous one
Hope you enjoy it!
In the repeat loop, you used return instead of continue I think.
Also, I find the repeat loop is be unnecessary, or is it just how the blockCast module supposed to be used.
Youโre right, Iโve also pointed out this issue in the pinned comment of the video, thank you though.
As far as the repeat loop goes, the use is getting all the possible targets, not just the first one that comes through like the normal shape cast or ray cast does, tldr shape cast or ray cast only returns one instance, not a table.