Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make camera look like a video game title screen?

Asked by 2 years ago

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.

2 answers

Log in to vote
0
Answered by 2 years ago

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

0
Thank you, this is exactly what I wanted to do. MrBucketOfficial 39 — 2y
0
No problem theking66hayday 841 — 2y
Ad
Log in to vote
0
Answered by
Puppynniko 1059 Moderation Voter
2 years ago

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

Answer this question