What i’m trying to do: Make a setup GUI for one of my models.
The problem i’m having: UI Elements aren’t animating as they should.
Things i tried to make it work: Changing the parent of everything
You’ll want to use the new stuff if you want an interface. Roblox a while back introduced docked widget plugins. Using a GUI can get in the way of the editor and can cause unwanted selecting for developers who are trying to use your plugin while working on anything in the background.
Interesting. I guess that’s true.
I did some research. Make sure your gui is being parented to the CoreGui when the plugin runs. As for animating the interface, I’m unsure. I believe it’d be like a standard gui.
It’s animating open for me if I test it in my studio.
Also don’t ever upload assets to your place. If your imageId looks like rbxgameasset://Images/name you need to go get the actual ID from the roblox website otherwise users wont see any image.