Camera follow character on one third of the screen

how to do that, i don’t want to follow him in the middle of screen
3.jpg

Every frame change position of camera to player x + (screenwidth*0.15).

player.X+(screenwidth*0.15) it’s not working :frowning:

Yeah, cause you don’t do the +screenwith part. Actually using camera width would probably be better, since its not certain here whether the screen is the same size as the camera. Should look like this:

thanks man now its working fine :wink: