How could I make a 'replay' killcam system?

So, no, I am not asking for a full script but for an Idea. I have tried @boatbomber’s module, but I’m not sure how I’d do it, I have tried sending replays over bindable functions and that didn’t work and I also tried recording every players character but that didn’t work either (and it’s bad for performance I’m guessing).

So, how’d I do it? I’ve seen people do it in 2011 so I can probably do it in 2021. Also, YES, I have looked around on the devfourm but I couldn’t find anything to help me out much.

The best way to do this would probably be to constantly save and discard the last 10 or so seconds of all player CFrames and actions, at least the ones that are important. You would have to play them back and recreate what happened using only data. It’s a lot of work, but a unique effect for sure.

3 Likes