Hello there i was maiking a UI for a game but when i start it the player needs to be infornt of the UI Because now my character is behind the UI is there any posible way to get it to the front
1 Like
I’d either say use a decal or try SurfaceGuis. Not a professional designer tho. Nice design btw.
2 Likes
You misspelt “Inventory” in your topbar.
1 Like
Yeah like 3 people told me that xD
1 Like
You cannot render parts in workspace above screen UI.
You can use a SurfaceGUI or a ViewportFrame to achieve this, though.
A SurfaceGui is probably better performance-wise and easier to use.
1 Like
If you wanted to, you could put a ViewportFrame on top and make the background transparent.
I used transperant blocks behind it so it’s the same but on the background thanks