Skip to main content

1. Insert the models

This page will guide you through getting the models and inserting them in the right places in your game.

1.1. Add the models to your toolbox

There are two models you need to insert into your game to use the GIF screens. First, press the GIF Module button below to get taken to Roblox's Creator Store and press the Get Model button. Then do the same with the GIF Panel button. This will put both of the models in your toolbox.

GIF Module GIF Panel

1.2. Insert the models into your game

Open your game in Roblox Studio. Open the toolbox by pressing the Toolbox button on the toolbar. Navigate to the Inventory tab and drag both of the models into your game.

Open the Explorer window by going to the View tab and enabling Explorer. Open Workspace by pressing the arrow next to it and select the GIFPlayer script. Drag it into ServerScriptService.

info

The Explorer window contains everything in your game. There are multiple 'folders' you can put stuff into. Workspace usually contains everything that's visible or interactible. ServerScriptService is a special folder for scripts. Technically there aren't any requirements for the GIF module to be there, but it's a nice way to keep your game organised.