so ive seen people like fancy boby and others print to the defualt roblox chat box
how do i do this i mean its the origanal chat and its not a gui created by them so how do they print to it i need this for my admin
Use CoreSet
-- Heres a function made by fancyboby47 to use CoreSet function say(msg,cv1,cv2,cv3) game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{ Text =msg; Color = Color3.new(cv1,cv2,cv3); Font = Enum.Font.SourceSansBold; FontSize = Enum.FontSize.Size18; }) end say("NinjaDogeGames is kool",1,1,1)
http://wiki.roblox.com/index.php?title=API:Class/StarterGui/SetCore