Reproduction Steps
Here is how to produce this glitch step by step:
-
Place down 2 or more parts next to each other.
-
In each part, insert a BillboardGui.
-
Inside each BillboardGui, insert anything you can see (Frame, text label, image, buttons, etc)
-
In your command bar, paste the following code to view your pats from a top-down view:
local cam = workspace.CurrentCamera cam.CameraType = "Scriptable" cam.CFrame = CFrame.new(cam.CFrame.p,cam.CFrame.p-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(0),0)
-
Once you are viewing the parts in top-down view with the code pasted above. Change the math.rad() number to anything other than 0 to see the UI, but if you set the angle EXACTLY to 0, you will only see one of all of the billboard UIs
It is pretty easy to reproduce but is a very specific bug that only occurs if you look at the UI from an exact angle, but very annoying while I’m trying to create my game.
Expected Behavior
I’ve been working on this game for a couple of weeks with the exact same view and UI system, but I haven’t touched it for a few days (And it was working perfectly fine when I closed roblox studio a few days ago), and ever since I opened the project today, I’ve been experiencing this very weird UI visual glitch.
I expect to see all the UI normally like this:
Actual Behavior
But instead, (Ever since I opened roblox studio today) all the UI disappears when viewed straight down. All disappear other than 1 of them that is.
This never happened before and doesn’t even make sense as to why or how this is happening? Hoping this is just a typo or something like that and it will be fixed soon Not able to work on my game until then
Workaround
Nope
Issue Area: Studio
Issue Type: Display
Impact: High
Frequency: Constantly
Date First Experienced: 2021-09-21 00:09:00 (-04:00)
A private message is associated with this bug report