So in games life Raft, Minecraft, and other games, on the title screen it shows the camera in a specific place and some Roblox games do this too. How would I do this? It's for a remake of a game.
Hi, I don't really understand your question. Are you wanting a play button?? Here is a tutorial if you wanted a play button that has a nice background. YT
Set camera to scriptable and set position
local Camera = workspace.CurrentCamera local TargetPart = workspace.Part -- set this to a part you want it to have the camera in Camera.CameraType = Enum.CameraType.Scriptable Camera.CFrame = TargetPart.CFrame