Hello Developers
The title might be confusing to understand, but let me explain it for you, bit by bit.
I want to create a tool which saves the Camera’s CFrame to the whole game, and reloads the Camera’s CFrame to the saved one once the game is re-run.
The problem is that, I don’t know have any clue on to make that.
The tool will be used on the client and the saves are to be made on the server.
yes please.
The tool was meant to be used to edit the camera’s Coordinate Frame for a Jumpscare, which could be used for debugging the camera’s position and orientation.
I guess you could make a tool with a LocalScript which fires a RemoteEvent with the Character’s CFrame and the Camera CFrame as an argument. On the server you could make a script which responds to the event by saving it to a DataStore and reloading the CFrames the next time the player rejoins.