I'm tweening a frame, and when the frame goes over another gui, it covers it. How do i get it to go behind other gui's? I'm sorry this isn't really a coding question.
Using the ZIndex property in a GuiObject, you can change it to make what you want that is getting covered, show over the thing that is currently covering it. A wiki on ZIndex can be found here. ZIndex Wiki, hopefully this helped!