View Single Post
  #2  
Old 09-17-2016, 07:04 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
First of all, I recommend using a GuiBitmapButtonCtrl over a GuiBitmapCtrl.

To make the chatbar show after clicking it, you'd just do:

PHP Code:
function ChatButton.onAction()
  
ChatBar.show(); 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote