Old Roblox Safe Chat System (Quick Chat) Recreation that i made NOW OPEN SOURCED!

Hello Developers!

After some thinking, i finally decided to open-source my small project: My Old Roblox Safe Chat Recreation!

No credit needed, but you can if you’d like to!

FILE:
OldSafeChat.rbxm (17.2 KB)

SETUP:
Download the file, and drag it into Roblox Studio. After, move the “OldChat” Gui to StarterGui, and ur done!

INFORMATION:

I’ve have put all the info you need inside the 2 scripts, but ill say it in here in case someone wants:


CODE INSTRUCTIONS:

  1. To change the button open color, go to OldChat > Open > OpenHandler, then open it and change the
    color on the variables.
  2. Change the open sound at OldChat > Open > OpenHandler > Sound.SoundId
  3. To change the UI Style, u need to modify the UI itself.
  4. To change any code, the 2 only scripts that this system uses it’s: OldChat > Open > OpenHandler,
    and OldChat > MessageContainer > Handler.
  5. To add more buttons, please scroll down to “TUTORIAL TO ADD MORE BUTTONS”

FEATURES:

  1. Click to send the message, everyone on server can see it.
  2. There’s a 2 second cooldown before clicking and sending another message to prevent spam.
  3. Easily customizable.
  4. Clean & accurate UI recreation.

TUTORIAL TO ADD MORE BUTTONS:

  1. BRAND NEW BUTTONS

a) Duplicate a button, and optinally leave it on the same ‘MessageContainer’ frame or change to the one
you’d like.
b) Change the name of the duplicated button to the message you’d like.
c) Change the text inside the duplicated button to the same of the name.

  1. BRAND NEW FRAMES

a) Duplicate a MessageContainer, and place it inside the button you’d like.
b) Keep the same name, and follow step 1 to add buttons inside.
c) You will have to re-size and re-position the MessageContainer frame when u add it into a button.
(OPTIONAL): You can make MessageContainer frames visible, and later make them invisible.


Remember this won’t be getting any updates, sadly. This is the reason i open-sourced it. Code
Might be a little bit messy, but atleast it does the work. Hopefully someone can use this
for something useful. If u do, make sure to show @PioVerdi28 (the owner), i’d like
to see your creation!

:wink:


MEDIA SHOWCASING IT:

8 Likes