I am not able to create bullet at Theif.PointX(Left) and Theif.PointY(Right). What m I doing wrong
Your position action is wrong : you give two times the PointX() coords instead of PointX();PointY().
So just use this like here :
Theif.PointX(Left) ; Theif.PointY(Left)
Theif.PointX(Right) ; Theif.PointY(Right)
If it’s still not working, check for uppercase, because PointX() and PointY() are case sensitive.
working thanks. I don’t need two points I just need one and X and X was the mistake. thanks! because I just copy things instead
You can add the [SOLVED] tag on the post title (by editing your first post).