Skip to main content

6. Test your GIF

That's everything you need to do to set up the GIF module and panel. Now is a good time to test your game.

You can find a game with the finished result of this tutorial here if you want to check anything yourself. You can edit the game by pressing the ... button next to the game title and pressing Edit in Studio.

Tutorial game

Possible problems

If your problem isn't listed below or the solutions aren't working, you can open a ticket in the Gybasoft Discord server. Please read through the Problems section first.

No buttons show up on the panel

There are two common causes for the buttons not showing up on the panel:

  1. The Screens setting is incorrect. For example you might've used a wrong name of the screen in the script or there are multiple screens that are named the same. Make sure there are also no spaces in the names of the screens (spaces add more complexity to the script).
  2. You pasted the text into the GIFs script incorrectly and Roblox can't load that script at all. Look for orange or red underlines there or try to redo that step.

Nothing shows up when a button is pressed

Common causes for this problem are:

  1. You copied the wrong ID. Make sure you're copying the ID from https://create.roblox.com/dashboard/creations?activeTab=Image. You can check if an ID is correct on the Tips page.
  2. You pasted the ID without adding rbxassetid:// to the start. Make sure it looks similar to this: rbxassetid://12345678901234.
  3. The SurfaceGui or Texture is on the wrong side of the screen part. Read through step 2 again.