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

How would I go about creating a first person sao menu?

Asked by 6 years ago

I am not looking for someone to make it for me or even give me a piece of code, what I am asking for is a general idea or a rundown on how it can be made, once again I am not asking for a script.

0
Are you talking like, VR? WillieTehWierdo200 966 — 6y
0
Try something like having a part with a surfaceGui on it appear infront of the character then use some fancy camera manuipation to move camera so it looks at the part. SmugNyan 24 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Hey basicecstasy,

I would add all the UIs into the Starter Gui. Then, I would use UserInputService, and when they click a certain key, I would make the Player's CameraMode property equal to LockFirstPerson. After that, I would animate the UIs for that player and when they click the menu button again, I would make the CameraMode property of the player equal to Classic.

You can achieve UI animations with tweening. You can achieve the UserInputService click once to open and click again to close with debounce.

I hope that this helped give you an idea of how to achieve this task, and have a nice day.

~~ KingLoneCat

Ad

Answer this question