Rolling out: Projects become folders 📂 ✨
Find solutions to your problems and answers to your questions.
Recently active
Hi, I hope someone can help with this issue. I have created a component card with a show/hide boolean property for the card description. But when I use the toggle lines appear instead of the text. I have tried putting the description in a nested autolayout but that produces an outline around the autolayout layer instead of the lines representing the text. This has happened before and I got around it but I can’t remember how! Thanks. Images to show the issue attached.
I’m reaching out because I’ve lost access to a Figma file I was working on using my internship email account, which has since been deactivated. I was the only person working on the file, and unfortunately, I can’t remember the file name.I tried checking Recents, Drafts, Trash, and even my browser history, but I can’t locate or access the file anymore. I also submitted a support ticket (#1415763) explaining the situation, but it was automatically closed without a proper response.Has anyone dealt with a similar situation? Is there any way to recover a file if the associated email account no longer exists?I would really appreciate any guidance or advice on how to proceed.Thank you in advance!
Hi, I accidentally removed the “unassigned drafts” from a team member that left the company. I removed them from the “content” section in the admin panel. We later restored their profile, but the files are still not there. Is there a way to restore these files? Thank you!
Lately, I’ve been exploring Roblox scripting and it got me thinking: how can tools like Figma be better integrated or referenced when designing UIs for these types of scripts, like Redz Hub, for example?One challenge I’ve noticed is that many game scripts rely on very basic UI layouts or hardcoded element positions, which makes design iteration frustrating. Has anyone here tried bridging the gap between visual design tools like Figma and scripting environments like Roblox Studio?I’d love to hear from anyone who’s tackled this kind of workflow or has ideas on improving the design-to-dev handoff in game development.
New to Figma, lots of traditional design experience. How do I build a grid that does not change the shape of the frame?I am sure it is something very simple, but I cannot see it.
Hi Figma Community / Plugin Review Team,I’m kindly checking the review timeline for our plugin Motiff AI: Your AI design partner.Details • Plugin ID: 1540318526221544036 • Community link: https://www.figma.com/community/plugin/1540318526221544036 • Submission date: Aug 21, 2025 (Thu) • Account: [redacted by forum admin/moderator to remove PII] • Author: jiangzg (Developer, Motiff AI)Questions 1. Could you share a rough timeline for the decision given the current queue? 2. Do you need any additional info or changes from us (policy, technical, content, listing)?Thanks a lot for your help—happy to adjust promptly if needed.jiangzg — Developer, Motiff AI
I recently found about the “make” that uses AI prompt to create designs that helps me as developer to create a lot of usable designs but i am unable to save the result back into Figma format so my designers see and improve on it.Also, i cannot share it with anybody else unless i screenshot which is not desired or copy paste the code into an text file and name it *.html and even then sometime people cannot see teh design properly.
Dear Figma Team, I really love using the beta version for designing interactive websites!However I would love it even more, if I could embed the google font IBM Plex Sans into the designs, which is currently missing. This could help me to build IBM brand aligned websites, since I am working at IBM as designer.When will this google font be available?Thanks in advance & kind regards, Anja
Is there a technical problem with figma make recently?i have been working in a project for the past month, i took a break for 4 days and continued working today and suddenly I can not create any new figma make objects on Figma sites anymore (using previously designed Figma Design components).I thought first that my components are too complicated, i stripped down the design into a basic element, literally some text in few different variants, but after the element is created, and i give the first command, the figma make element is deleted on its own and return to the original design.Any know technical issues or it is just my project getting too heavy?
Hi! I just opened Figma, and the design file page is missing from the project. I didn't delete the files on the page, and they're not in the trash. Just a couple of hours ago, all the files were on the page. Now, instead of all the files, there's just an empty frame. How to restore? If anything, I have a free plan.
Hi team - Where have fonts gone? What am I doing wrong here? Used to be in the right hand menu but can’t see it anywhere - see attached screen shot, please and thank you!
Hello world, I am working on a Figma plugin where one of its features is changing fill of selected elements into color variable if the said fill is found within the variables. Everything else is straight forward but when it comes to text, since different characters within one text element could have different colors, I tried to access them using get StyledTextSegments like so:const segments = element.getStyledTextSegments(['fills'])The issue I am currently facing is that fill within textSegments is readonly, So the following code does not work; specifically the part of assigning segment.fills new value:segments.forEach((segment) => { const fillsCopy = [...segment.fills] if (fillsCopy[index].type === 'SOLID') { fillsCopy[index] = figma.variables.setBoundVariableForPaint( fillsCopy[index], 'color', matchResult.variable ) segment.fills = fillsCopy}Is there another way I can make this work?
I’ve been using Instrument Sans and Instrument Serif for a while now and until recently its no longer working. I have the fonts installed in my fontbook and I’ve reinstalled them a few times. Anyone else run into this issue recently?
I’m on a Pro plan (for my personal account) and Enterprise plan (for my work account) and need to import a manifest file specifically in the web app, and not desktop app. On the desktop app, I am able to see Plugins > Development > Import from manifest. However when I go to the web app, under Plugins I can’t see “Development”. When I go to the actions menu and type “import from manifest” nothing shows up in the web app (though it does in the desktop app).How can I import a plugin on the web app?
I’ve lost all permissions, unable to see drafts also, lost my private figmas also.
I can’t work in the app anymore. Only browser version works but doesn’t allow me to open the desktop app. The “Open the desktop app” button isn’t active
Is anyone else having trouble connecting an app created with Figma Make to Supabase?
I wanted to enter several dashes and spaces on a line (“- - - - -”). Instead, Figma automatically converted the first dash and space into a bulleted list, and refused to allow further dashes and spaces; the only way I could fix it was to enter other characters, then delete them.This is design software, not a word processor, and I expect all of my input to be respected without interference. Text fields should be as dumb as possible - their contents is my job, not yours.
Just seeing this currently.
One unexpected annual payments have been made.I’d like to refund it.My Unique handle:@af993ffc_b5ac_4
Hi Figma Support,Since 25 Aug 2025, I can’t change text overrides in my existing button and input components (with variants + text properties). Where it happens: Browser + Desktop apps, multiple accounts, even in old versions of the files. What I tried: Tested without any extensions, cleared cache, restarted Figma multiple times → issue persists. Scope: New components work fine. Old components like tooltips still work. Only buttons/inputs with variants are affected. Suspected cause: This looks like a regression in Figma affecting variant text overrides. Evidence: Attaching a video demo showing the issue. Please investigate this, as it blocks updating existing components with variants.Thank you!
# FIGMA MAKE BUG REPORT## Issue Summary**OAuth "validation_failed" error persists despite complete removal of all OAuth and authentication dependencies**## Bug DescriptionThe application continues to show OAuth provider validation errors even after:1. Completely replacing Supabase client with mock implementation2. Removing all authentication dependencies3. Disabling all OAuth providers (Google, Facebook, GitHub)4. Converting entire application to pure demo mode with no external API calls5. Removing AuthProvider from all components6. Implementing comprehensive error handling and diagnostics## Error Message```OAuth provider validation_failed - provider is not enabled```## Expected BehaviorThe application should run without any OAuth errors since:- No OAuth providers are being called- All authentication is mocked/disabled- App runs in pure demo mode- No external API dependencies exist## Actual BehaviorOAuth validation error continues to appear despite complete elimination of all authentic
Hello,I accidentally deleted my account.My English isn't very good, so I misread the post and deleted it.I'm currently looking for a job, and I'm using Figma to create a portfolio for a UXUI project. However, my account has been deleted and disappeared... Please help me recover my account, just this once...This project and portfolio are the result of a year of work.If account recovery is impossible, can I at least recover my files? Please help me...If I didn't know English, I should have used a translator, but I usually do. For some reason, I didn't use a translator today, so I entered random information to unlock my Google account. This caused a major problem, so I'm asking for this.Please think of it as saving a job seeker's life and help me...I'm sorry, and I sincerely ask you...[personal information redacted by forum admin due to privacy and security reasons]Please, help me recover my account.
Are you people out of your minds?Just had to check something in a file I saved earlier (I have this habbit of downloading a local backup of a file I work on)… and it was on a branch of this file… and THE BRANCHES ARE NOT SAVED WHEN THE FILE IS SAVED?????????Do you expect me to save like 20-30-40 branches per file to have the local backup?ARE YOU OUT OF YOUR MINDS?
Hello everyone, It seems like there’s no way of looking for creators in the community when using the Figma app (vs the browser). I often want to use it to try and find official resources. Is it hidden somewhere?App:Browser:
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.