I'm just trying to learn about testservice and I'm intrested in the fail function how do I use it?
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")