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?
I know why. You can't make blue text with TestService:Warn() You make it with TestService:Message()
game:GetService('TestService'):Message("Workin")