Game ReferenceGame Global FunctionsCreditResetOn this pageCreditReset Description Removes any currently displayed credit text. If you plan to draw credit text each frame, call this every frame before printing new text. function CreditReset() --[[ ... ]] end Parameters None. Return Values None. Example None.