How would I make a ROBLOX Game like this. Roblox Rec It

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Figure out how this game work. I want to make a game like the roblox game “Rec It”

  2. What solutions have you tried so far? I looked all over and I have no idea how I could script this.

The game starts out on this Gui and you can record your own videos! (like social media)

And the ingame feed looks like this.

My question is how do they make the game record and how do they make a feed.

(this is what recording looks like)

https://streamable.com/atk7ol

How would I go about making a game like this.

1 Like

You would need to store every part’s CFrame in the character every frame, and the camera’s CFrame every frame. Then you would loop over those values, cloning a character and manipulating it’s part’s CFrame to maintain a smooth replay.

2 Likes

I am not asking you to write code for me. That being said, what would I implement into the game that would do this. I’m sorry for asking this.

1 Like