In this video I show you how to make a GUI button move around the screen whenever a player tries to click on in. This would be a fun addition to the beginning of your game with the play button. Uses the MouseEnter event to detect when a players mouse enters the button. Can be customized for a number of different situations in your Roblox game!
More Information on Tweens:
General: https://developer.roblox.com/en-us/api-reference/class/TweenService
Tween Info: https://developer.roblox.com/en-us/api-reference/property/Tween/TweenInfo
Easing Styles: https://developer.roblox.com/en-us/api-reference/enum/EasingStyle
Easing Direction: https://developer.roblox.com/en-us/api-reference/enum/EasingDirection
Link to Code:
https://www.mrmichaelsclass.com/roblox-studio/scripting-examples/unclickable-button