This method begins execution of a thread.
Thread:Start()
This method does not return any value.
-- Create a thread object local thread = Thread() -- Start the thread thread:Start()