How do I make the camera similar to this?

ok so I’m trying to make a fangame of paintvale and the one thing I’m focusing on rn is the camera and I was wondering if someone could help me out with it? cause I’m a newbie at this stuff

What is it about the camera that you need help with? The more specific you are, the better someone can help.

so basically the camera does this when you face right Image
and it does this if you face left
Image

Isnt there an option to disable this which behaviour are you using because im pretty sure there is an option to disable

You can use the Smooth Camera extension which has an offset option.

Install the extension, add the behavior to the player, then you can change the offset with events (value 100 is just an example):

  • (invert) player is horizontally flipped → camera offset on X axis = 100
  • player is horizontally flipped → camera offset on X axis = -100
1 Like

thanks dudes I appreciate ya