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

how do I use testservice:fail?

Asked by 9 years ago

I'm just trying to learn about testservice and I'm intrested in the fail function how do I use it?

1 answer

Log in to vote
4
Answered by
BlastNet 250 Moderation Voter
9 years ago

Take a look here: http://wiki.roblox.com/index.php?title=API:Class/TestService/Fail

Here's an example:

local TS = game:GetService("TestService")
TS:Fail("error")
0
ty ilolallthetime 70 — 9y
Ad

Answer this question