#chat messages doing this sometimes
24 messages · Page 1 of 1 (latest)
Idk bro where's the script
Send the scrilt
Script
ok gimme a sec to eat
game.TextChatService.OnIncomingMessage = function(txt)
if txt.Metadata and txt.Metadata == msgmeta then
local overide = Instance.new("TextChatMessageProperties")
overide.Text = string.format("<font color='rgb(255,255,255)' size='21' face='SpecialElite'><stroke color='#000000' joins='round' thickness='2'>%s</stroke></font>", x) --string.format("<font size='24' color='#"..color:ToHex().."'><stroke color='#000000' joins='miter' thickness='5'>%s</stroke></font>", x)
overide.PrefixText = string.format("<font color='rgb(255,255,255)' size='22' face='SpecialElite'><b>%s</b></font>", "["..ScriptName.."]: ") --string.format("<b><font size='24' color='#"..color:ToHex().."'><stroke color='#000000' joins='miter' thickness='5'>%s</font></stroke></b>", "[System]: ")
return overide
end
end)
@rough wren
what is the goal for this script btw
basically just a regular system message
but sometimes it does
this
Sometimes the syntax doesn't work properly?
Do some debugging, see where it's failing then secure it. Your code is probably fine, but this system is failing somehow
how would i?
i know that but how am i meant to check it if the thing it uses would probably print the text in the string.format("<font color='rgb(255,255,255)' size='21' face='SpecialElite'><stroke color='#000000' joins='round' thickness='2'>%s</stroke></font>", x)
also the place im guessing to be the issue
.RichText=true