function Foo(args) print(args.player:GetName().." exited checkpoint "..args.checkpoint:GetId()) end Events:Subscribe("PlayerExitCheckpoint", Foo)