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: