How to make a sprite go directly on a tile?

I’ve been trying to make an ADOFAI game, this is my second post on trying to bugfix it. The last one was getting them on the tile I wanted

Post Link: How to get a sprite to go on a certain tile with more than one of them? - #4 by TheCoder64

I’ve been trying to make the sprite go directly on the tile, but after a month, I’ve given up and created this post. Can anyone help?

There’s also another bug where the sprite starts off the place where I put it and the camera glitches everything I click

Project Link: https://arcade.makecode.com/S73608-62284-74280-26043

image use this

This doesn’t work with my project, can you show me this block in action with my project?

do you know how to use

1.go into a tilemap darg your mouse over a spot you want and look in the bottom left there will be 2 numbers like 13,10 type those into this block

2sprite will be placed on tile

like place ball 1 on tile col tile row

There is an extension called sprite grid, it could be useful for your problems.