PrintDump a variable to the console. Extremely useful for debugging problems.Example#local yourVariable = "This can be anything, from a simple string to a complete on gameObject."print(yourVariable)CopyUser Variables#No user variables.