camera

  1. A

    CLEO Help Move camera back and forth between two points

    Hello, I am creating a script where a camera follows a player actor, and the camera can move back and forth, the direction of the camera movement is between My Player(Point1) and the Target Player(Point2). Here is the script that I have so far. {$CLEO .cs} 0000: const TARGETPLAYER = 31@...
Top