I’m making a baseball-themed game, and a lot of players have started arguing about calls. Most of them recommended I try and make a replay system, so I searched it up on YouTube to no avail. Is there any possible way to make a system like this?
For further context, my goal is to make a set of cameras that, for example, face towards the bases to easily make safe and out calls. The goal is for when a player types “/start” in chat the camera starts recording and when they say “/stop” and “/play” the recording stops and plays, say, in a screen gui.
The YouTuber that successfully made this is Hexcede, here’s the GitHub repository.
GitHub - Hexcede/Roblox-Replay-Module: A module for recording and replaying gameplay to a ViewportFrame
Is it possible to tinker with the script so that instead of only recording once, it records whenever the player says “/start” and also shows up for everyone in the server?