#Chat Event
37 messages · Page 1 of 1 (latest)
oh ok
** You are now Level 6! **
still doesnt work
yes
be careful to properly read the guidelines so it requires more than just a string
u need to provide the instance so
:Chat(plr u want, "a dev has joined")
a lot of functions have different parameters
and if they are not met they wont work properly
How do I make the server chat it
ok so chat isnt the function u wanna be using
the first script make it a local script in startergui
and change the fireallclients
to FireServer()
fireallclients is intended for server scripts to be received on a local script
done
yes
ok good
so on the 2nd script
use this format
game.StarterGui:SetCore( "ChatMakeSystemMessage", { Text = "[SYSTEM] Hello World", Color = Color3.fromRGB( 255,0,0 ), Font = Enum.Font.Arial, FontSize = Enum.FontSize.Size24 } )
customize it however u want
all the stuff in blue can be edited
bruh why does making the chat say something have to be so hard, ty though
True, ty though
np let me know if it works
I decided not to use it