How to Make Gui Tween when Tool is equipped

Im Currently Trying to Make a Tween where if the GUI Appears When Equiping a Tool it Makes a Tween when it Opens or closes

As im Currently new to Scripting, I’ve Tried to Find Videos on the Internet to Figure out to do this but nothing has poped up that’ll Try to Help me, I even looked into the Developer Forum to see if i could Figure out how to do this

No tweening necessary if you just want it to appear and disappear as shown in the video.

1 Like

i meant by like a Animation with the gui

1 Like

Read up on TweenService.

For example, you can create a tween that slides the GUI to the position you want, if that’s what you’re going for.