Remove "TestService:" from TestService output functions

game:GetService("TestService"):Message("Test") --(blue) TestService: Test
game:GetService("TestService"):Warn(false, "Test") --(orange) TestService: Test
game:GetService("TestService"):Error("Test") --(red) TestService: Test

The "TestService: " part of these output messages is redundant and should be removed, it needlessly clutters up the output

18 Likes