Clone won't appear :(
-
The “When I receive {Current shares},” lights up, and the “If statement” is true, so it should spawn the clone. However, it just chooses not to spawn it for some reason (as you can see with the bottom right code string)
Here’s the link: https://play.creaticode.com/projects/67f67b70904c6cecf55b8dbc
-
@the_true_odst try console logging stuff to ensure, put a console log before you create the clone (in the if) to ensure it’s actually triggering properly
-
@tyller_ It does trigger properly, I saw the message in the console saying it worked, but it doesn’t appear.
This is what happens when I don’t use the clone:
-
Maybe it is a good opportunity to learn how to debug? Here are 2 tutorials that should be helpful:
-
@info-creaticode Well, the thing is, it worked before, and I didn’t change anything to it when it stopped working.