Jump to content
LOOKING FOR ROBLOX ASSETS? VISIT ROBLOXBAY.COM! ×
THE BEST DISCORD BACKUP BOT | PRESERVE YOUR DISCORD SERVER! ×

RobloxBay

Visit Site

FiveSecured

 

Stop shipping plaintext. FiveSecured encrypts, obfuscates, and licenses your Lua resources so customers run your work without ever holding your source.

Try for Free

shellywig

Snail
  • Posts

    2
  • Joined

  • Last visited

Files posted by shellywig

  1. More information about "DOJ Chat"

    Free

    DOJ Chat

    > Features:
    > - Toggle Chat Visibility
    > - Clear Chat
    > - Suggestion bar
    > - Clear Text Bar
    > - Overall clean look
    >
    > Basic Clear Chat with Command
    >
    > > !alt text
    >
    > Basic Command Being Used
    >
    > > !alt text
    >
    > > Commands
    > /togglechat
    >
    > Optional
    > These are optional messages you can include to your sv_chat.lua for messages welcoming indivuals to your server. To add them copy and paste and fill in your server name where it says server name. The seccond message is a leave message.
    >
    >
    > AddEventHandler('chat:init', function()
    > TriggerClientEvent('chatMessage', -1, '', { 255, 255, 255 }, '^3Welcome | ^0' .. GetPlayerName(source) .. '^3 to INSERT SERVER NAME')
    > end)
    >
    > AddEventHandler('playerDropped', function(reason)
    > TriggerClientEvent('chatMessage', -1, '', { 255, 255, 255 }, '^3Player^0: ' .. GetPlayerName(source) ..' Disconnected Reason: (' .. reason .. ')')
    > end)

    2378 downloads

       (0 reviews)

    5 comments

    Submitted

×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy