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

How would I make a GUI tilt inwards?

Asked by 9 years ago

How would I tilt a GUI inwards. For example like a 3D-ish HUD in certain FPS games.

What would I need to use to do this. I'm not asking for a script i'm just asking for what I need to do this.

0
You can't using a ScreenGui(with roblox settings), for ScreenGuis are second dimensional only. You would need to use BillboardGuis, and then put the BillboardGui into CurrentCamera. Diitto 230 — 9y
1
GUIs are 2 dimensional. You could use a image label with a picture of something being tilted. Or you could use Billboard or Surface GUIs on a tilted local or regular part. EzraNehemiah_TF2 3552 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Well it may be impossible with a ScreenGUi but I can tell you it is possible to give the illusion. What you have to do is make a part with the desired screen gui and make the part follow the camera and when you want it to tilt just make the parts Rotational Axis to the desired tilt

Ad

Answer this question