Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

TestService:Warn() fails to print blue message?

Asked by
Speedmask 661 Moderation Voter
2 years ago
Edited 2 years ago

hello,

I apologize if this has been asked before, I checked here and it says that if the check passes, test service should print Warning passed: ... in blue text. well, it doesn't. it only seems to work when the check fails. I made my own thing to get around it, but is this normal or do I have to toggle some option?

0
What is your check that you are preforming? I'm having the same problem.. except it straight up doesn't print anything if the check passes. yx10055 57 — 2y
0
just comparing two numbers (outputting the number of objects that loaded correctly compared to the total, if they are equal then it succeeded). I replaced the condition with true and the same thing occurs. Speedmask 661 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

I know why. You can't make blue text with TestService:Warn() You make it with TestService:Message()

game:GetService('TestService'):Message("Workin")
0
I was aware, I used it myself as a workaround... but the docs themselves say that it should work :/ perhaps I'm just not using testservice right. do you know why it's not happening? thanks anyways. Speedmask 661 — 2y
0
Please, mark me correct. MiAiHsIs1226 189 — 2y
Ad

Answer this question