Backrooms Test (Completely original idea *cough* *cough*)

Hey, long time no see! Yeah, after two years I think? I’m back, and I will try to be more active here but WHO CARES, you’re here for some Backrooms thing so here it is, it’s just a little test I did to see if I could achieve a similar looking camera quality from late 90s, early 2000s, there’s a lot of laziness from my part but overall I think it turned out fine, there’s a lot of inspiration from different media pieces and not limited to Backrooms content itself, take in count the rooms doesn’t make any sense since I just did it them on the go, sadly, the compression effect I did is barely visible since the video itself is compressed lol, but enough talking, here it is:

What do you think? Should I make a full game from this? All feedback is really appreciated :smiley:

8 Likes

oH lOoK aNoThEr BaCkRoOmS gAmE sO oRiGiNaL

Jokes aside, that looks REALLY impressive. Some things to say:

Why is 1/7th of the screen black?
Add some camera bob. Players DIG camera bob.

2 Likes

if you gonna make it a 90s camera ur gonna have to cap the cameras fps to 24

1 Like

visuals and aesthetics are good, but you’re gonna have to bring something new to the table that the other backrooms games don’t do. Otherwise it will be lost on the endless wave of the other backrooms games

1 Like

I totally agree, I’m actually not really interested on the creatures part and all of that, I was planning on doing other type of horror, and I may actually not even do the backrooms itself, more like all type of liminal spaces, this was honestly just a test to see Roblox capabilities, as I’m not too familiar with the engine.

1 Like

Thanks a lot man! The 1/7 is actually because there’s intentional black borders I implemented, but because I needed to compress de video, the compressor for some reason cut the other border and I sadly couldn’t find an option to avoid that :man_facepalming:. The camera bob is a GREAT feedback, I actually thought of it before but I’m afraid that I don’t have the skills to do it :sad:

Anyways, here is how it looks with the other border lol:

Hey man, I actually wanted to do this but couldn’t find an option to cap the fps in Roblox Studio, do you know if there’s a way to do this?

This is really good,
i suggest to add borders, add some VHS effects and maybe the date and hour to make it look like a record

2 Likes

Not sure if it’s the best way of doing it, but you could update the camera position every 1/24th of a second

1 Like

Actually yeah. i dont even have an idea of a hacky method for this other than creating a viewportframe but this will remove lighting

I think that could work, at least for a visual effect only, the rest of things are still gonna move normal tho, but still better than nothing.

Still creating your backrooms game?

1 Like

Ooh! Necrobump! Time to comment on this. Something like so should work to cap the FPS:

local TARGET_FRAMERATE = 30

while true do
    game:GetService("RunService").RenderStepped:Wait()
    local t0 = tick()
    game:GetService("RunService").Heartbeat:Wait()
    repeat until t0 + 1/TARGET_FRAMERATE < tick()
end

Game looks awesome, by the way. I don’t think you should make a full thing out of it, but a playable showcase would be cool.

1 Like

There’s a free model for camera sway where you can easily tweak its values.

I found coding one was really difficult as well so I decided to look for some models and found one.

1 Like

Woah, didn’t expected this to rise from the ashes, I’m happy to see that at least one person expected this all this time xD, sadly lot of stuff happened in my life lately and needed to rethink my priorities, but I think about this every single day, so it’s just a matter to have the time to complete this, maybe doing a showcase like Kwick said would be enough, but I promise this gonna be completed sooner than later, I also have a Star Wars project in the shelving waiting to be completed too xD

1 Like

Wow, thanks you so much man, I’ll save this to implement it someday!

2 Likes

Thanks a lot man, I’ll check it out when I have the time!

1 Like