Spawn confusion...

I’ve been trying to use the spawn function and read about everything there is to read… I am just so confused, whenever I type in the coordinates I desire (Using pixel instead of block coordinates) but it just stays at the top of my screen… Help would be appreciated.

Game: https://flowlab.io/game/view/1101034 Ps, it is for a math project…

I’m sorry if I am completely missing something and just wasting time :stuck_out_tongue:

It’s because you have the keyboard output to the x and y input of the spawner.
The keyboard outputs a 1 when pressed so its going to cordinates (1,1) everytime you press the button.
Just have the keyboard output to the spawn only.

Thanks!