Time Travel in ROBLOX

This is just something I hacked together in an hour or so. Another one of my “midnight creations.”

In this game, you can literally pause ROBLOX time and go back and see everything frame-by-frame. It’s definitely not hard to make, but something cool to show off.

Play it here.

I should note that this is very server-intensive and when pausing the game, it may take a few seconds for it to actually pause. Same goes for going in between frames.

Sounds cool, will have to check it out when I get home.

:slight_smile:

Make things local.

Nice stuff.
I remember fiddling with a Free Model time travel model, which worked quite like your thing, but without players and such being logged. :stuck_out_tongue:

I noticed your game is trying to… reset the time each time I want to scroll in history. Oh, now it’s playing what I did several minutes ago in slowmotion. :uhhh:

Perhaps make it able to play, and lerp your logged data for filling out static jumps in part data. Also, our rocket tools aren’t shown in playback.

Instead of having to click, you should check if the user is holding the button down! :stuck_out_tongue:

Alright, I made the whole entire operation local. You can also hold down on the change frame buttons to quick-scrub through the frames. Will work on interpolating the positions for the move back 5 secs buttons; also making it add things that got removed or added before/after a frame.

Dude this thing is sweet. You can make a game with instant replays!!!

Yeah but unfortunately, it’s pretty memory-intensive.