This is going to very unexplainable so here is what I have in mind: https://gyazo.com/6186c20bb51ab6dc2707d60915ac17f8
Basically, I want to have a part show on a surface what another part is doing.
I don’t have any start code since I don’t know how to go about doing this.
Lets say this is the start (A script inside workspace)
local displayPart = game.Workspace.Display -- Part that would display local cameraPart = game.Workspace.CameraPart -- Part that would display what it sees
You can check out this: here
Solution until further notice, I will research this.