How to create a backrooms game in Roblox Studio (simple tutorial)
if you got 2 notifications, there was an error i didn't catch until uploading. this is the final version of the video💕 backrooms texture pack by Uploader_Mesh https://create.roblox.com/store/asset/9459620211/Backrooms-BUILD-Kit VHS effect by kara4ik0294 https://create.roblox.com/store/asset/14223586463/VHS-EFFECT-Must-be-in-StarterGui?pageNumber=1&pagePosition=0 camera wobble by monkeyboy4476 https://create.roblox.com/store/asset/13655222446/Realistic-First-Person-Camera teleporter script: local Pad = game.Workspace.Pad2 script.Parent.Touched:Connect(function(hit) local Player = game.Players:GetPlayerFromCharacter(hit.Parent) if Player then local CurrentlyTeleporting = Player.Character:FindFirstChild("CurrentlyTeleporting") if not CurrentlyTeleporting then return end if not CurrentlyTeleporting.Value then CurrentlyTeleporting.Value = true Player.Character.HumanoidRootPart.CFrame = Pad.CFrame + Vector3.new(0,5,0) wait(3) CurrentlyTeleporting.Value = false end end end)
Download
0 formatsNo download links available.